Repositories every developer should know about — not just what's trending today.
A hand-curated library of 123+ repositories — AI agents, developer productivity, system design, security, mobile, and more — picked by editors for lasting value, not a 24-hour trending snapshot.
The Postgres development platform. Supabase gives you a dedicated Postgres database to build your web, mobile, and AI applications.
“A genuinely open-source Firebase alternative - real Postgres underneath, with auth, storage, and realtime built in rather than a proprietary database.”
“The most capable open-source relational database available - strong standards compliance, extensions for nearly everything (including full-text search and vectors), and a default choice for good reason.”
“A dramatically faster DataFrame library than pandas for anything beyond small datasets - the API is different enough to require some relearning, but the performance gap is real.”
“A production-grade vector database with genuinely fast filtered search - the upgrade path once a prototype RAG app needs to handle real traffic and complex queries.”
“The standard in-memory data store - caching is the obvious use case, but its data structures (lists, sets, sorted sets, streams) cover far more than that.”
“A schema-first ORM with genuinely excellent TypeScript autocompletion and a smooth migration story - the most approachable ORM for a Node/TS backend today.”
“The vector database most RAG tutorials reach for first - simple enough to be running locally in minutes, which makes it the natural on-ramp before evaluating heavier options.”
“Combines vector and keyword search natively, which matters more than it sounds - pure vector search alone often misses exact-match queries a hybrid approach catches easily.”
“An embedded vector database that runs in-process like SQLite - no separate server to run, which makes it a genuinely easy first vector DB to reach for.”