update lists

This commit is contained in:
2025-07-18 22:22:32 +02:00
parent 55bed3b4a1
commit 5916c5c074
3078 changed files with 331679 additions and 357255 deletions

View File

@@ -93,37 +93,53 @@ alt="edge functions" /></li>
</ul>
<h2 id="community-starters">Community Starters</h2>
<ul>
<li><p><a href="https://github.com/JMaylor/vuepabase">Vuepabase</a> -
Vue3 Supabase starter, with Pinia, Vue-router 4, TailwindCSS, Vitest,
Cypress and more.</p></li>
<li><p><a href="https://supastarter.dev">Supastarter</a> - Supabase
starter with Next.js, authentication, mail templates, landing page,
dashboard and blog.</p></li>
<li><p><a
<li><a href="https://github.com/JMaylor/vuepabase">Vuepabase</a> - Vue3
Supabase starter, with Pinia, Vue-router 4, TailwindCSS, Vitest, Cypress
and more.</li>
<li><a href="https://supastarter.dev">Supastarter</a> - Supabase starter
with Next.js, authentication, mail templates, landing page, dashboard
and blog.</li>
<li><a
href="https://github.com/redwoodjs/redwoodjs-supabase-quickstart">RedwoodJS
Supabase Quickstart</a> - Supabase Quickstart example app with
RedwoodJS.</p></li>
<li><p><a href="https://usebasejump.com">Basejump</a> - Open source
Next.js starter with teams, personal accounts, invitations, Tailwind,
i18n. Fully tested schema. ## Data Migration Tools</p></li>
<li><p><a href="https://supabase-schema.vercel.app/">Supabase Schema</a>
- Generate SQL scripts and database diagram with this handy tool. No
RedwoodJS.</li>
<li><a href="https://usebasejump.com">Basejump</a> - Open source Next.js
starter with teams, personal accounts, invitations, Tailwind, i18n.
Fully tested schema.</li>
<li><a href="https://www.supanext.com/">Supanext</a> - Supabase starter
with Next.js, including AI app examples, auth, billing, settings,
landing page, blog, and more.</li>
<li><a
href="https://github.com/Razikus/supabase-nextjs-template">SupaSasS
Lite</a> - Open source Next.js SasS template (with 2FA, and example
app)</li>
<li><a
href="https://github.com/koji0701/supabase-react-social-media-starter/tree/main">SupaSocial</a>
- React social media starter with auth, friend requests, profile pics,
and example app (profile, friends, signin, leaderboard, and more
pages).</li>
<li><a href="https://github.com/turbostarter/extro">Extro</a> - Open
source browser extension starter kit.</li>
</ul>
<h2 id="data-migration-tools">Data Migration Tools</h2>
<ul>
<li><a href="https://supabase-schema.vercel.app/">Supabase Schema</a> -
Generate SQL scripts and database diagram with this handy tool. No
sensitive information is required, only need the project url + anonymous
key.</p></li>
<li><p><a href="https://migrate.supabase.com/">Heroku to Supabase
key.</li>
<li><a href="https://migrate.supabase.com/">Heroku to Supabase
Importer</a> - 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. Heres <a
href="https://supabase.com/docs/guides/migrations/heroku">a guide</a>
with a video for this migration process.</p></li>
<li><p><a
with a video for this migration process.</li>
<li><a
href="https://github.com/jadynekena/supabase-googlesheet">Supabase DB to
Google Sheets</a> - Tool to pull Supabase data into Google
Sheets.</p></li>
<li><p><a href="https://retool.com/api-generator">Retool REST API data
Google Sheets</a> - Tool to pull Supabase data into Google Sheets.</li>
<li><a href="https://retool.com/api-generator">Retool REST API data
generator</a> - Tool to generate structured data to be inserted into
your PostgresDB.</p></li>
your PostgresDB.</li>
</ul>
<h2 id="supabase-dx-tools">Supabase DX Tools</h2>
<ul>
@@ -152,6 +168,18 @@ Cache Helpers</a> - Collection of framework specific Cache utilities for
working with Supabase.</li>
<li><a href="https://supabase.com/blog/postgres-wasm">Postgres WASM by
Snaplet and Supabase</a> - Tool to run Postgres in the browser.</li>
<li><a href="https://github.com/BemiHQ/bemi-supabase-js">Bemi for
Supabase JS</a> - Open-source platform for automatic data change
tracking.</li>
<li><a
href="https://github.com/singh-inder/supabase-automated-self-host">Supabase
automated self host</a> - Self-host Supabase with Caddy and Authelia.
Just run ONE script.</li>
<li><a href="https://pgflow.dev">Edge Worker</a> - Open-source
serverless task queue worker that runs on Supabase Edge Functions
(Background Tasks) and Supabase Queues. It simplifies consuming the
queues and adds useful features like concurrency control, retries, and
observability.</li>
</ul>
<h2 id="online-courses">Online Courses</h2>
<ul>
@@ -229,6 +257,11 @@ a monorepo with Supabase and Turborepo</a> - Talks about how a codebase
is migrated to a turborepo-powered pnpm monorepo that ships 3 NextJS
apps, a Preact widget, a React Native app and two Fastify servers out of
a single repository, all speaking to the same Supabase instance.</li>
<li><a
href="https://www.permit.io/blog/how-to-implement-rbac-in-supabase">How
to Implement RBAC (Role-Based Access Control) in Supabase</a> - Learn
how to implement Role-Based Access Control (RBAC) authorization into a
Supabase application with Permit.io.</li>
</ul>
<h2 id="other-interesting-articles">Other interesting articles</h2>
<ul>
@@ -245,5 +278,20 @@ Notes (a note-taking application) migrated from Firebase to Supabase in
terms of Stripe integration and its databases.</li>
<li><a
href="https://usebasejump.com/blog/testing-on-supabase-with-pgtap">Ultimate
guide to testing on Supabase using pgTAP</a></li>
guide to testing on Supabase using pgTAP</a> - How to test RLS policies
and requests to Supabase.</li>
<li><a
href="https://emergence-engineering.com/blog/firestore-supabase-migration">Migrating
from Firebase to Supabase: Lessons Learned</a> - A detailed walkthrough
of the migration workflow in terms of the various aspects of the BaaS,
and their differences in terms of realtime subscriptions and data
types.</li>
<li><a
href="https://www.jakeprins.com/blog/supabase-vs-firebase-2024">Supabase
vs Firebase: Choosing the Right Backend for Your Project</a> - A
detailed comparison between Supabase and Firebase. Discover the key
differences between the two platforms and the advantages of choosing
Supabase over Firebase.</li>
</ul>
<p><a href="https://github.com/lyqht/awesome-supabase">supabase.md
Github</a></p>