Project Structure
Understanding the organization of your SuperFast application.
Choose Your Stack
SuperFast supports both MongoDB+NextAuth and Supabase for authentication and database. Choose the stack that best fits your needs.
Directory Overview
Here's an overview of the main directories in your project:
Key Directories
- /src/app - Contains all your pages and API routes using Next.js App Router
- /src/components - Reusable UI components organized by feature
- /src/lib - Utility functions, hooks, and configuration files including Supabase client
- /public - Static assets like images, fonts, and other files