DirectoryFast
  • 🚀Get Started
  • 🔤Tutorials
    • Bring me to life!
    • How it's structured?
    • Make it yours
    • Bonus
  • 🛠️Features
    • AI
      • AI URL Scanner & Scan Jobs
    • Analytics
    • Authentication
    • API
      • Protected Endpoints
    • Blog
    • Database
    • Emails
    • Error Pages
    • Icons
    • Payments
    • Private Pages
    • SEO
  • 📦General Components
    • Shadcn/ui Components
    • Navbar
    • Footer
    • SignIn Modal
    • Hero Section
    • Social Proof
    • Collections Social Proof
    • Featured Section
    • Latest Collections Section
    • Latest Products Section
    • Recommended Section
  • 📦Directory Components
    • Product Card
    • Collection Card
    • Product Note
    • Search Bar
    • Tags
    • Product Options Toggle
    • Combobox
    • Multi-Combobox
    • Submit Product
    • Feature Product
    • Manage Note
    • Manage Collection
    • Dashboard Tables
  • ⛓️Links
    • GitHub Repository
    • Support
Powered by GitBook
On this page
  1. Tutorials

How it's structured?

Understand the app structure so you don't waste time finding what you need.

Location
Function

/app

Main folder, contains all the site's pages

/app/api

Backend folder, where you call you API

/app/billing

Payments webhook

/contexts

Setting contexts

/components

Prebuilt components (custom & Shadcn/ui)

/data

Config files and dashboard datas

/hooks

Reusable functions to simplify repetitive actions

/lib

Libraries helper functions

/prisma

Database schema & seeds

/public

Files folder (images, videos)

/types

Typescript custom types

PreviousBring me to life!NextMake it yours

Last updated 5 months ago

🔤