This is a Next.js project bootstrapped with create-next-app. It serves as a template for applications created using Cursor with Supabase as the database, providing a structured starting point for building applications with a modern tech stack.
- Frontend: Next.js, Tailwind CSS, Shadcn, Framer Motion
- Backend: Postgres, Supabase, Drizzle ORM, Server Actions
- Deployment: Vercel
To use this template for your own project, follow these steps:
-
Clone the Repository: Clone this repository to your local machine.
git clone <repository-url>
-
Remove Git History: Delete the
.gitfolder to remove the existing Git history.rm -rf .git
-
Initialize a New Git Repository: Start a new Git repository for your project.
git init
-
Install Dependencies: Install the necessary dependencies for the project.
npm install
-
Run the Development Server: Start the development server.
npm run dev # or yarn dev # or pnpm dev # or bun dev
-
Open in Browser: Open http://localhost:3000 with your browser to see the result.
-
Edit the Page: You can start editing the page by modifying
app/page.tsx. The page auto-updates as you edit the file. -
Configure Environment Variables: Set up your environment variables in
.env.local.
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.
This template is designed to streamline the development process for applications using Cursor and Supabase. It includes a predefined structure and configuration to help you get started quickly.
If you have suggestions or improvements, feel free to open an issue or submit a pull request.
This project is licensed under the MIT License. See the LICENSE file for details.