We use tracking cookies to understand how you use the product and help us improve it. For more information on how we store cookies, read our  privacy policy.

Application Core

This category includes the core Next.js structure for routing, UI, and site configuration.

app

This folder defines Next.js App Router pages and layouts.

  • Manages routing with files like layout.tsx and page.tsx.

  • Add dynamic routes or API endpoints for new features.

components

This folder organizes reusable React components and styles.

  • Stores UI components (Hero.tsx) and global styles (global.css).

  • Build modular components and integrate your features.

config

This folder centralizes site-wide configuration settings.

  • Holds constants like site name and metadata.

How is this guide ?

Last updated on