Skip to content

A simple forkable "create-cubid" starter kit built on next.js, supabase, and vercel, with integrations ready for Cubid's API

Notifications You must be signed in to change notification settings

Cubid-Me/cubid-starter

Repository files navigation

Getting Started

Follow these steps to set up and start developing your project:

  1. Fork the Repo

  2. Set Up Your Supabase Project

    • Go to Supabase and create a new project.
    • Get your Supabase URL and anon key from the Supabase dashboard.
  3. Sign Up for an App at Cubid

    • Go to Cubid Admin and sign up for an app.
    • Obtain your Cubid keys from the Cubid dashboard.
  4. Deploy on Vercel or Netlify

    • Deploy your project on Vercel or Netlify.
    • Add your Supabase keys and Cubid keys to the environment variables in your deployment settings.
      NEXT_PUBLIC_SUPABASE_URL=<your-supabase-url>
      NEXT_PUBLIC_SUPABASE_ANON_KEY=<your-supabase-anon-key>
      NEXT_PUBLIC_CUBID_API_KEY=<your-cubid-api-key>
      
  5. Sign In and Experiment with the Cubid APIs

    • Sign in to your deployed app.
    • Experiment with the Cubid APIs to familiarize yourself with the available functionalities.
  6. Start Developing

    • Begin developing your project by adding new features, fixing bugs, and improving the codebase.
    • Use the documentation and resources available for Supabase and Cubid to aid your development process.

About

A simple forkable "create-cubid" starter kit built on next.js, supabase, and vercel, with integrations ready for Cubid's API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published