Basejump, Supabase and Next.js Starter Template

The fastest way to ship using Basejump, Supabase and Next.js

Next steps

  1. Decide if you want to support both personal and team accounts. Personal accounts can't be disabled, but you can remove the dashboard sections that display them.Learn more here
  2. Generate additional tables in Supabase using the Basejump CLI

    npx @usebasejump/cli@latest generate table posts title body published:boolean published_at:date 

    The CLI isn't required, but it'll help you learn the RLS policy options available to you. Learn more here

  3. Flesh out the dashboard with any additional functionality you need. Check out the Basejump API docs here
  4. Setup subscription billing. Determine if you want to bill for both personal and team accounts, update your
    basejump.config
    table accordingly. Learn more about setting up Stripe here

Resources

👦🐯

There's treasure everywhere