Awesome Supabase 
Supabase is an awesome open source alternative to Firebase, where it provides you with a Postgres database, Authentication, instant APIs, Edge Functions, Realtime subscriptions, and Storage.
This list tries to cover what is awesome about the product and its community! 👁⚡️👁
To enhance this list, please refer to CONTRIBUTING.md.
Contents
- Official Starters
- Community Starters
- Data Migration Tools
- Supabase DX Tools
- Community Tools
- Online Courses
- Videos, Podcasts, Livestreams, Talks
- Integration Guides
- Other interesting articles
Official Starters
The following starters supports the @supabase/supabase-js v2 library.
- Angular -
- Expo -
- Flutter -
- Next.js (TS) -
- Nuxt -
- Nuxt3 -
- React -
- Solid -
- Svelte -
- Svelte Kit -
- Vue 3 -
- Next.js, Slack Clone -
- Svelte, Todo list -
- React Native, Stripe Payments -
- Flutter, Stripe Payments -
Community Starters
- Vuepabase - Vue3 Supabase starter, with Pinia, Vue-router 4, TailwindCSS, Vitest, Cypress and more.
- Supastarter - Supabase starter with Next.js, authentication, mail templates, landing page, dashboard and blog.
- RedwoodJS Supabase Quickstart - Supabase Quickstart example app with RedwoodJS.
- Basejump - Open source Next.js starter with teams, personal accounts, invitations, Tailwind, i18n. Fully tested schema.
- Supanext - Supabase starter with Next.js, including AI app examples, auth, billing, settings, landing page, blog, and more.
- SupaSasS Lite - Open source Next.js SasS template (with 2FA, and example app)
- SupaSocial - React social media starter with auth, friend requests, profile pics, and example app (profile, friends, signin, leaderboard, and more pages).
- Extro - Open source browser extension starter kit.
Data Migration Tools
- Supabase Schema - Generate SQL scripts and database diagram with this handy tool. No sensitive information is required, only need the project url + anonymous key.
- Heroku to Supabase Importer - Given Heroku is ending free-tier support soon, if you have any Postgres DB that you want to continue supporting on your projects, migrating to Supabase will be a good choice. With this tool, it will be a breeze to migrate over. Here's a guide with a video for this migration process.