Frequently Asked Questions

What is this template?

A production-ready Vite 7 + React 19 + SSG starter with Tailwind CSS 4, Framer Motion, and 100/100 PageSpeed scores.

How do I add a new page?

Create a component in src/pages/, add a lazy import and Route in src/Router.tsx, and add SEO metadata in src/seo.json.

How do I deploy?

Run pnpm build and deploy the dist/ folder to Cloudflare Pages or any static host.