awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com

Next.js and Supabase starter kit

Ranking updated Jun 30, 2026

For a Next.js boilerplate with Supabase integration, the first results are ixartz/next-js-boilerplate (This is a well-structured Next.js starter template, but it does not mention integrating Supabase at all—it is a general-purpose boilerplate rather than the pre-configured Supabase + Next.js combination the visitor wants), vercel/examples and hasura/graphql-engine (Hasura GraphQL Engine is a powerful automated GraphQL API server, but it is not a pre-configured starter template integrating Supabase with Next.js—it is a backend service you would use alongside such a stack, not the scaffold itself). ariga/atlas and typeorm/typeorm round out the shortlist. Compare the match explanations and check the project documentation against your requirements.

We curate open-source GitHub repositories matching “supabase nextjs starter”. Results are ranked by relevance to your query — pick filters below to narrow, or refine with AI.

Next.js and Supabase starter kit

Find the best repos with AI.We'll search the best matching repositories with AI.
  • ixartz/next-js-boilerplateixartz avatar

    ixartz/Next-js-Boilerplate

    12,982View on GitHub↗

    This project is a production-ready starter template for building web applications with the React framework. It provides a structured environment that enforces type safety and consistent coding standards across the entire application stack using TypeScript. The boilerplate distinguishes itself by integrating pre-configured modules for authentication, database management, and internationalization. It includes built-in support for managing user sessions, performing type-safe database operations, and localizing interface content into multiple languages to support a global user base. The project

    This is a well-structured Next.js starter template, but it does not mention integrating Supabase at all—it is a general-purpose boilerplate rather than the pre-configured Supabase Next.js combination the visitor wants.

    TypeScriptType-Safe Database ClientsNext.js Integrations
    View on GitHub↗12,982
  • vercel/examplesvercel avatar

    vercel/examples

    5,115View on GitHub↗

    This repository is a collection of deployable project templates, reference architectures, and starter applications for building serverless web applications on Vercel. It serves as a library of implementation patterns and full stack starter kits designed to bootstrap new projects and reduce initial setup time. The collection provides a gallery of curated design patterns for frontend architecture and serverless application design. These reference architectures demonstrate best practices for structural design and the implementation of scalable web user interfaces. The repository covers a range

    This repository is a broad collection of Vercel deployment templates and examples, not a dedicated Supabase Next.js starter template; while it may contain relevant examples, it lacks the pre-configured Supabase integration, auth, and schema that you need for a quick full-stack scaffold.

    TypeScriptVercel
    View on GitHub↗5,115
  • hasura/graphql-enginehasura avatar

    hasura/graphql-engine

    32,064View on GitHub↗

    graphql-engine is an automated GraphQL API engine that transforms database tables and relationships into a queryable GraphQL schema. It functions as a federation gateway and mapper, instantly generating APIs with built-in filtering, pagination, and mutations from existing databases and remote schemas. The project distinguishes itself through a fine-grained access control layer that enforces row-level and field-level permissions. It further provides a real-time data subscription server that converts standard queries into live streams and a system for triggering event-driven webhooks and notifi

    Hasura GraphQL Engine is a powerful automated GraphQL API server, but it is not a pre-configured starter template integrating Supabase with Next.js—it is a backend service you would use alongside such a stack, not the scaffold itself.

    TypeScriptData Change SubscriptionsReal-time Data Subscriptions
    View on GitHub↗32,064
  • ariga/atlasariga avatar

    ariga/atlas

    8,096View on GitHub↗

    Atlas is a SQL database schema management tool and database infrastructure as code framework. It provides a declarative database migration engine that computes the difference between a desired schema state and the current database state to automatically generate the necessary SQL for transitions. The project distinguishes itself through a comprehensive suite of analysis and visualization tools, including a database schema linter that detects destructive changes and data loss risks. It also features a SQL schema visualization tool capable of generating entity-relationship diagrams from extract

    This repository is a SQL database schema management tool and migration engine, not a pre-configured starter template that combines Supabase with Next.js for scaffolding full-stack applications.

    GoMigration ExecutionMigration Generation
    View on GitHub↗8,096
  • typeorm/typeormtypeorm avatar

    typeorm/typeorm

    36,540View on GitHub↗

    TypeORM is an object-relational mapper for TypeScript and JavaScript that bridges the gap between object-oriented application code and relational database tables. It provides a comprehensive data persistence layer that allows developers to define database entities using class decorators or configuration objects, enabling seamless interaction with data through object-oriented patterns. The project distinguishes itself through a flexible architecture that supports both the data mapper and repository patterns, alongside a fluent query builder that translates high-level method calls into platform

    TypeORM is an object-relational mapper library for TypeScript and JavaScript databases, not a pre-configured starter template integrating Supabase with Next.js for full-stack scaffolding.

    TypeScriptMigration ExecutionMigration Generation
    View on GitHub↗36,540
Compare the top 10 at a glance
RepositoryStarsLanguageLicenseLast push
ixartz/next-js-boilerplate13KTypeScriptMITJun 1, 2026
vercel/examples5.1KTypeScriptMITJun 22, 2026
hasura/graphql-engine
32.1K
TypeScript
Apache-2.0
Jun 12, 2026
ariga/atlas8.1KGoapache-2.0Feb 7, 2026
typeorm/typeorm36.5KTypeScriptMITJun 15, 2026

Related searches

  • a Next.js starter boilerplate with auth and billing
  • a production ready Next.js starter template
  • a Next.js starter template with Prisma ORM
  • a full stack starter with Next.js FastAPI
  • a Next.js starter kit for ecommerce storefronts
  • an MCP server for connecting to Supabase
  • an open source backend as a service
  • a production ready Next.js admin dashboard template