Skip to main content
Skip to content

Last updated on 4 June 2026


title: "Project structure" slug: "project-structure" sortOrder: 30

Project structure

This kit is a Next.js App Router project built as a static export — every route is pre-rendered to HTML at build time, so it deploys to any static host with no server runtime.

  • src/app — App Router routes (marketing pages, legal/compliance pages, and any demo app/dashboard shells the kit includes).
  • src/components — section components and shared UI primitives.
  • src/lib — design tokens, demo data, and configuration (some kits also use src/config and src/hooks).
  • public — static assets.

The full, interactive file tree is shown on the product's documentation page.

Repository
Loading file tree…