Frequently Asked Questions

Find answers to common questions about our product and services.

This is a SvelteKit-based marketing website template designed for SaaS products, startups, and modern web applications. It includes a blog, changelog, FAQ section, and all the essential pages you need for a professional web presence.

Colors are defined in src/styles/app.css using CSS custom properties with the OKLCH color space. Modify the values in the :root selector for light mode and the @media (prefers-color-scheme: dark) section for dark mode.

Yes! This template is free to use for both personal and commercial projects. No attribution is required, but it's always appreciated.

Create a new Markdown file in the content/posts/ directory with the required frontmatter (title, summary, date, author). The post will automatically appear on the blog page.

The template is configured for Cloudflare Pages. Update wrangler.toml with your project name and run bun run deploy. You can also deploy to other platforms by changing the adapter in svelte.config.js.

Check out the SvelteKit documentation at https://svelte.dev/docs/kit for framework-related questions. For template-specific issues, please open an issue on the GitHub repository.