Skip to content

tirandagan/supabase-template

Repository files navigation

Cursor App Template

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.

Tech Stack

  • Frontend: Next.js, Tailwind CSS, Shadcn, Framer Motion
  • Backend: Postgres, Supabase, Drizzle ORM, Server Actions
  • Deployment: Vercel

Getting Started

To use this template for your own project, follow these steps:

  1. Clone the Repository: Clone this repository to your local machine.

    git clone <repository-url>
  2. Remove Git History: Delete the .git folder to remove the existing Git history.

    rm -rf .git
  3. Initialize a New Git Repository: Start a new Git repository for your project.

    git init
  4. Install Dependencies: Install the necessary dependencies for the project.

    npm install
  5. Run the Development Server: Start the development server.

    npm run dev
    # or
    yarn dev
    # or
    pnpm dev
    # or
    bun dev
  6. Open in Browser: Open http://localhost:3000 with your browser to see the result.

  7. Edit the Page: You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.

  8. Configure Environment Variables: Set up your environment variables in .env.local.

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Deploy on Vercel

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.

Usage

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.

Contributing

If you have suggestions or improvements, feel free to open an issue or submit a pull request.

License

This project is licensed under the MIT License. See the LICENSE file for details.

About

a template folder structure for supabase projects

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors