This is a Next.js project bootstrapped with create-next-app.
- Clerk (Authentication service) - http://clerk.com/
- ShadCN/UI (Open source components built on tailwind) - https://ui.shadcn.com/docs
- Lucide React (Icon library / comes with ShadCN/UI out of the box) - https://lucide.dev/guide/packages/lucide-react
- Radix UI - Radix UI (component library) - https://www.radix-ui.com/
- react-themes - dark mode and system theme support
- react-hot-toast - Notifications for React apps - https://react-hot-toast.com/docs
- Prisma - ORM for database schema management and migrations - https://www.prisma.io/react-server-components
- @uploadthing/react - File uploads for React - docs.uploadthing.com
An example .env file can be found in .env.example
NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY=
CLERK_SECRET_KEY=
DATABASE_URL=
UPLOADTHING_TOKEN=
Setup your own free serverless database provided by Neon. Sign up at https://neon.tech/
I'm using Vercel to host this application
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun devOpen http://localhost:3000 with your browser to see the result.
This project uses next/font to automatically optimize and load Geist, a new font family for Vercel.
npx shadcn@latest add
A full list of components is available here
https://ui.shadcn.com/docs/components
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
You can check out the Next.js GitHub repository - your feedback and contributions are welcome!
The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.
Check out our Next.js deployment documentation for more details.