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 starter template with Prisma ORM

Ranking updated Jun 30, 2026

For a Next.js starter template with Prisma ORM, the strongest matches are t3-oss/create-t3-app (Create T3 App is the official CLI scaffolder for), t3-oss/create-t3-turbo (This is a full-stack starter that combines Next) and shadcn-ui/taxonomy (Taxonomy is a full-stack Next). mickasmt/next-saas-stripe-starter and vercel/examples round out the shortlist. Each is ranked by relevance to your query, popularity and recent activity.

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

Next.js starter template with Prisma ORM

Find the best repos with AI.We'll search the best matching repositories with AI.
  • t3-oss/create-t3-appt3-oss avatar

    t3-oss/create-t3-app

    28,983View on GitHub↗

    create-t3-app is a full stack web framework initializer and project scaffolder. It functions as a command line tool for initializing Next.js applications, acting as a TypeScript full stack starter that generates a predefined folder structure and configuration files. The tool focuses on establishing a typesafe full stack architecture. It enforces end-to-end type safety between the client and server, ensuring that data types remain synchronized across the entire application stack to prevent runtime errors. The initializer automates the setup of a full stack development environment by bootstrap

    Create T3 App is the official CLI scaffolder for the T3 stack, generating a fully integrated Next.js Prisma project with tRPC, NextAuth, Tailwind, and Vercel deployment out of the box — exactly the kind of comprehensive Prisma Next.js starter this search targets, even if it’s a generator rather than a static example repo.

    TypeScriptNext.js Development
    View on GitHub↗28,983
  • t3-oss/create-t3-turbot3-oss avatar

    t3-oss/create-t3-turbo

    6,060View on GitHub↗

    Clean and simple starter repo using the T3 Stack along with Expo React Native

    This is a full-stack starter that combines Next.js with Prisma ORM via the T3 Stack, including tRPC API routes, authentication with Better Auth, and deployment configuration for Vercel—exactly the integrated example you're looking for.

    TypeScriptVercel
    View on GitHub↗6,060
  • shadcn-ui/taxonomyshadcn-ui avatar

    shadcn-ui/taxonomy

    19,248View on GitHub↗

    Taxonomy is a full-stack application template and reference implementation built with the Next.js app router. It serves as a comprehensive starter for developing web applications using server components and modern React patterns. The project integrates a variety of specialized systems, including an identity management workflow for OAuth and session handling, and a billing system for managing recurring subscriptions and payment events. It also features a content pipeline that transforms Markdown and JSX files into type-safe data collections for rendering blogs and documentation. The architect

    Taxonomy is a full-stack Next.js App Router starter that integrates Prisma for database access, includes authentication via NextAuth.js, and is configured for Vercel deployment, making it a comprehensive example of the exact Prisma Next.js integration this search is after.

    TypeScriptNext.js Development
    View on GitHub↗19,248
  • mickasmt/next-saas-stripe-startermickasmt avatar

    mickasmt/next-saas-stripe-starter

    2,993View on GitHub↗

    Next-saas-stripe-starter is a full-stack application template built for launching software-as-a-service products with user authentication, billing, and database integration. The platform combines a starter kit template with a type-safe database toolkit, object-relational mapping, and a payment processing integration for handling recurring customer billing, subscription tiers, and checkout workflows. User identity management is supported through social logins, secure sessions, and credential-based authentication. The core architecture supports type-safe database modeling, server-executed actio

    This starter template integrates Next.js 14 with Prisma, Auth.js v5, and a Neon database, providing a complete CRUD and authentication example with deployment-ready configuration (common for Vercel), directly matching the request for a Prisma Next.js integration starter.

    TypeScriptPrisma ORM BackendsNext.js Development
    View on GitHub↗2,993
  • 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 is Vercel's official collection of Next.js example projects and starter templates, which is the right kind of resource for finding Next.js integration patterns, but the description doesn't specifically mention Prisma ORM integration, so it may not directly demonstrate the Prisma Next.js combination you're looking for.

    TypeScriptVercel
    View on GitHub↗5,115
  • epicweb-dev/epic-stackepicweb-dev avatar

    epicweb-dev/epic-stack

    5,537View on GitHub↗

    Epic Stack is a full stack application boilerplate and TypeScript web framework designed for launching production-ready web applications. It serves as a Node.js backend starter and a foundation for building scalable frontend and backend services. The project provides a pre-configured environment for full stack web bootstrapping, focusing on a modern development workflow that integrates the frontend, backend, and database configuration. It includes a frontend component library for creating consistent and responsive user interfaces. The stack facilitates rapid application prototyping and produ

    This is a full‑stack boilerplate built on Remix (not Next.js), so even though it integrates Prisma and provides many of the listed features like migrations and CRUD routes, it does not demonstrate the Next.js integration the visitor is looking for.

    TypeScriptPrisma ORM Schema Management
    View on GitHub↗5,537
  • trpc/trpctrpc avatar

    trpc/trpc

    40,348View on GitHub↗

    This project is an end-to-end type-safe API framework designed to synchronize data structures between frontend and backend codebases without the need for manual code generation. By leveraging TypeScript’s type inference, it allows developers to invoke server-side functions directly from the client as if they were local methods. This remote procedure call approach abstracts away the complexities of HTTP verbs and URL structures, streamlining the full-stack development workflow into a unified experience. The framework distinguishes itself through a modular router architecture that organizes bac

    tRPC is a type-safe API framework that integrates well with Next.js and Prisma, but it is a library, not a starter project or example demonstrating that integration—you would use it inside such a project rather than it being the project itself.

    TypeScriptNext.js App Router IntegrationsNext.js Pages Router Integrations
    View on GitHub↗40,348
  • timlrx/tailwind-nextjs-starter-blogtimlrx avatar

    timlrx/tailwind-nextjs-starter-blog

    10,503View on GitHub↗

    This is a markdown-based blog engine and Next.js starter template that renders posts from files with frontmatter support for tags, authors, and metadata. It functions as a static site generator, building a complete blog into deployable HTML files for any hosting provider, while using Tailwind CSS utility classes for fully customizable typography, layout, and color schemes. The template generates RSS feeds, sitemaps, and structured metadata for search engine visibility, and supports connecting to external services like analytics tracking and comment sections through configurable plugin modules

    This is a Next.js starter template for a markdown-based blog, but it does not include Prisma ORM integration, database schema, or CRUD API routes, so it does not demonstrate the Prisma Next.js full-stack setup you are looking for.

    TypeScriptNext.js
    View on GitHub↗10,503
  • prisma/prisma1prisma avatar

    prisma/prisma1

    16,393View on GitHub↗

    Prisma1 is a TypeScript object-relational mapper and type-safe database client designed for interacting with relational databases. It functions as a system for declarative schema modeling, where database structures are defined in a single schema file that automatically synchronizes with the underlying database. The project provides a type-safe query builder that generates a custom client to ensure database queries match defined schema types at compile time. It also includes a database GUI administrator, providing a visual web interface for browsing, editing, and managing relational database r

    This is the Prisma ORM library itself (version 1), not a starter project or example that demonstrates integrating Prisma with Next.js — it lacks any Next.js code, authentication setup, deployment config, or CRUD API routes, so it does not match what you are looking for.

    ScalaDatabase Migrations
    View on GitHub↗16,393
  • ixartz/saas-boilerplateixartz avatar

    ixartz/SaaS-Boilerplate

    6,838View on GitHub↗

    This project is a comprehensive starter kit for building subscription-based web applications using Next.js and TypeScript. It provides a structural foundation for developing software-as-a-service platforms, incorporating integrated user authentication, payment tiers, and multi-tenant organization management. The framework distinguishes itself with a dedicated multi-tenant application architecture that organizes users into teams and organizations with workspace switching. It includes a built-in monetization layer via Stripe subscription integration for managing pricing tiers and billing cycles

    This is a full-featured SaaS boilerplate built with Next.js that likely uses Prisma as its ORM, but the description never explicitly names Prisma or highlights its integration, so it serves as a broader starter rather than a focused example of combining Prisma with Next.js.

    TypeScriptNext.js App Router Integrations
    View on GitHub↗6,838
  • blitz-js/blitzblitz-js avatar

    blitz-js/blitz

    14,129View on GitHub↗

    Blitz is a fullstack development framework extension for Next.js and a command line interface used to bootstrap project structures and orchestrate local development servers. It integrates frontend and backend logic into a single workflow to facilitate the creation of complete web applications. The framework employs a zero-API backend integration and a direct database access layer, allowing frontend components to connect to serverless functions and databases without manual API definitions. It features a schema-driven type generator that automatically creates TypeScript definitions by analyzing

    Blitz is a fullstack framework built on Next.js, but it is not specifically an example or starter project demonstrating Prisma ORM integration with Next.js — it abstracts away the integration rather than showcasing it explicitly.

    TypeScriptNext.js Development
    View on GitHub↗14,129
  • leerob/next-mdx-blogleerob avatar

    leerob/next-mdx-blog

    7,555View on GitHub↗

    This is a static site generator and blog publishing system built on Next.js that compiles MDX content into HTML at build time. It uses file-based routing to map each page to a URL path automatically, and applies utility-first CSS styling through Tailwind CSS for visual design. The project includes a pre-built blog starter template that can be deployed with a single click to Vercel’s edge network, where it benefits from automatic optimizations and serverless function support. It features built-in analytics instrumentation that collects page view and visitor data without manual setup, and suppo

    This is a Next.js static site starter for MDX blogs, but it lacks any Prisma ORM integration, database schemas, CRUD APIs, or authentication, so it does not serve as a Prisma Next.js full-stack example.

    TypeScriptVercel
    View on GitHub↗7,555
Compare the top 10 at a glance
RepositoryStarsLanguageLicenseLast push
t3-oss/create-t3-app29KTypeScriptMITDec 13, 2025
t3-oss/create-t3-turbo6.1KTypeScriptMITJun 20, 2026
shadcn-ui/taxonomy19.2KTypeScriptMITApr 20, 2026
mickasmt/next-saas-stripe-starter3KTypeScriptMITAug 16, 2024
vercel/examples5.1KTypeScriptMITJun 22, 2026
epicweb-dev/epic-stack5.5KTypeScriptMITJun 2, 2026
trpc/trpc40.3KTypeScriptMITJun 14, 2026
timlrx/tailwind-nextjs-starter-blog10.5KTypeScriptMITFeb 8, 2026
prisma/prisma116.4KScalaApache-2.0Sep 1, 2022
ixartz/saas-boilerplate6.8KTypeScriptmitFeb 20, 2026

Related searches

  • a Next.js boilerplate with Supabase integration
  • a production ready Next.js starter template
  • a full stack starter with Next.js FastAPI
  • a Next.js starter boilerplate with auth and billing
  • React and Next.js
  • a production ready Next.js admin dashboard template
  • a type safe ORM for Node.js applications
  • a Next.js starter kit for ecommerce storefronts