TypeScript Prisma

Open-source TypeScript projects categorized as Prisma

Top 23 TypeScript Prisma Projects

  1. cal.diy

    Scheduling infrastructure for absolutely everyone.

    Project mention: Math.random() Is Not Random Enough. I Found It Building API Keys in a 44K-Star Repo. | dev.to | 2026-05-29

    I found this in our benchmark corpus, extracted verbatim from Cal.com's Make integration setup (~44K GitHub stars):

  2. Kargo

    Kargo - optimize your multi-stage deployment pipelines using GitOps. Kargo automates promotion across dev, staging, and prod with approval gates and verification. Open source, built by the team behind Argo CD. Download now.

    Kargo logo
  3. Prisma

    Next-generation ORM for Node.js & TypeScript | PostgreSQL, MySQL, MariaDB, SQL Server, SQLite, MongoDB and CockroachDB

    Project mention: Prisma's pgbouncer=true on Supabase made every query 4 round-trips (postmortem) | news.ycombinator.com | 2026-09-16

    I tried to read this article but something about the writing style made me go cross eyed. That being said, it sounded like something I had heard before and lo and behold...

    Literally raised 4 years ago: https://github.com/prisma/orm/discussions/15164

    I'm not sure the real intention of this blogpost, but my takeaway is "someone who has no idea what is going on finds a problem left for them, like a little code land mine".

  4. trpc

    🧙‍♀️ Move Fast and Break Nothing. End-to-end typesafe APIs made easy.

    Project mention: eridu-tech alternatives - AdonisJs Framework, Nest, trpc, orpc, and Next.js | libhunt.com/r/eridu-tech-core | 2026-08-07

    End‑to‑end typed APIs vs the server‑side infrastructure behind them. tRPC: - End‑to‑end type safety between client and server. - Define procedures once — call from the client with full inference, no codegen. - Excellent for type‑safe full‑stack APIs at the client‑server boundary. - No built‑in battery‑included backend infrastructure. eridu-tech: - Not an RPC framework — not a tRPC replacement. - Backend infrastructure behind pluggable adapters — caching, locks, rate limiting, event buses, etc. - Complementary — tRPC procedures can call services backed by eridu‑tech. - Choose tRPC for typed transport; add eridu‑tech for reusable server‑side infra.

  5. create-t3-app

    The best way to start a full-stack, typesafe Next.js app

    Project mention: Choosing Tech Stack in 2025: A Practical Guide | dev.to | 2025-10-21

    The T3 stack represents a different philosophy, prioritizing end-to-end type safety over everything else. Built on Next.js, the stack combines tRPC for type-safe APIs, Prisma for type-safe database access, NextAuth.js for authentication, and Tailwind CSS for styling. The result is remarkable: change your database schema, and TypeScript immediately highlights every place in your frontend that needs updating.

  6. dub

    The modern link attribution platform. Loved by world-class marketing teams like Framer, Perplexity, Superhuman, Twilio, Buffer and more.

    Project mention: O prompt de AppSec que eu criei achou 4 gaps de segurança | dev.to | 2026-09-01
  7. taxonomy

    An open source application built using the new router, server components and everything new in Next.js 13.

  8. wasp

    The batteries-included full-stack framework for the AI era. Develop JS/TS web apps (React, Node.js, and Prisma) using declarative code that abstracts away complex full-stack features like auth, background jobs, RPC, email sending, end-to-end type safety, single-command deployment, and more.

    Project mention: Why design matters for a web framework: a 7-year evolution | dev.to | 2026-07-20

    Wasp is a full-stack web framework for React and Node.js (imagine Rails for TypeScript, but with frontend included and wired up out-of-the-box), and we've been building it for a little over five years (as a full-time thing). For almost all of that time, we saw design and "branding" as something we shouldn't spend too much time on.

  9. AppSignal

    Monitoring that respects your time & budget. APM, error tracking, and dashboards for modern web apps. Ten-minute setup, transparent flat pricing, and support from engineers who actually use the product.

    AppSignal logo
  10. graphql

    RedwoodGraphQL

    Project mention: React Server Components without Next.js - what are the real alternatives today? | dev.to | 2026-02-03

    RedwoodJS introduced React Server Components in its Bighorn release line. The implementation is currently marked as canary or experimental. Redwood integrates RSC into its router and build pipeline and aims to make server components the default in the future. However, key pieces such as full SSR parity, authentication integration, and generator support are still in progress. This makes Redwood a reasonable choice for experimentation, but not yet a safe default for production systems that depend heavily on RSC.

  11. amplication

    Amplication brings order to the chaos of large-scale software development by creating Golden Paths for developers - streamlined workflows that drive consistency, enable high-quality code practices, simplify onboarding, and accelerate standardized delivery across teams.

  12. documenso

    The Open Source DocuSign Alternative.

    Project mention: How Many Endpoints Does It Take to Ask 'How Was Your Experience?' | dev.to | 2026-07-20

    Maybe feedback tools are unusually complicated? They're not. I ran the same scan across Documenso, an open-source document-signing product, another one-sentence idea. Its system came out at 116 endpoints and 148 outgoing calls, including a 13-message protocol between its embeddable signing widget and the app, because "sign a PDF" eventually means "sign a PDF inside someone else's product, in an iframe, with events firing back to the host page".

  13. Blitz

    ⚡️ The Missing Fullstack Toolkit for Next.js

  14. Inbox Zero

    The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.

    Project mention: Do You Use AI Email Assistants Like Google CC? | news.ycombinator.com | 2026-02-12
  15. ghostfolio

    Open Source Wealth Management Software. Angular + NestJS + Prisma + Nx + TypeScript 🤍

    Project mention: Scani alternatives - rotki and ghostfolio | libhunt.com/r/scani-oss | 2026-09-11

    Both are self-hosted TypeScript portfolio trackers. Ghostfolio is mature and focuses on manual and imported activities across stocks, ETFs and crypto; Scani leans on automatic sync from exchanges, chains, banks and brokerages. Disclosure: I work on Scani.

  16. papermark

    Papermark is the open-source DocSend alternative and secure data rooms with built-in analytics and custom domains.

    Project mention: You didn't vibe code it, you stole it from open source&enterprise-licensed code | news.ycombinator.com | 2026-06-25
  17. howtographql

    The Fullstack Tutorial for GraphQL

  18. workout-cool

    🏋 Modern open-source fitness coaching platform. Create workout plans, track progress, and access a comprehensive exercise database.

  19. next-forge

    Production-grade Turborepo template for Next.js apps.

  20. prisma-examples

    🚀 Ready-to-run Prisma example projects

    Project mention: Do you tend to follow the rules that suppliers made? | news.ycombinator.com | 2026-06-16

    > [fix `node -e` to `npm init` because it is official](https://gitlab.com/antora/antora/-/merge_requests/1136#note_3453027473)

    I didn't understand his speech because the other NPM libraries follow the [`npm init` rules](https://eslint.org/docs/latest/integrate/integration-tutorial) or [create their own `init`s](https://www.prisma.io/docs).

    So I'm wondering:

    1. Do you tend to follow the rules that suppliers made?

  21. typehero

    Connect, collaborate, and grow with a community of TypeScript developers

  22. create-better-t-stack

    A modern CLI tool for scaffolding end-to-end type-safe TypeScript projects with best practices and customizable configurations

    Project mention: PlantChain: Because "Trust Me, I Planted a Tree" Was Never Going to Scale | dev.to | 2026-04-20

    This project was created with Better-T-Stack, a modern TypeScript stack that combines React, TanStack Router, Convex, and more.

  23. Rallly

    Rallly is an open-source scheduling and collaboration tool designed to make organizing events and meetings easier.

  24. liam

    Automatically generates beautiful and easy-to-read ER diagrams from your database.

  25. precedent

    An opinionated collection of components, hooks, and utilities for your Next.js project.

  26. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

TypeScript Prisma discussion

Log in or Post with

TypeScript Prisma related posts

  • Prisma's pgbouncer=true on Supabase made every query 4 round-trips (postmortem)

    1 project | news.ycombinator.com | 16 Sep 2026
  • Gateway HTTP for Telegram

    1 project | news.ycombinator.com | 14 Sep 2026
  • Planly, a free, low-complexity, self-hosted alternative to Jira/Asana

    1 project | news.ycombinator.com | 20 Aug 2026
  • We ran Pinaka on an open, unresolved Prisma bug. No ground truth. Here's what it found.

    1 project | dev.to | 6 Jul 2026
  • Stop Vibing. Start Understanding.

    1 project | dev.to | 19 Jun 2026
  • Do you tend to follow the rules that suppliers made?

    2 projects | news.ycombinator.com | 16 Jun 2026
  • How to Save Bloated MCP with Code Mode

    2 projects | dev.to | 13 May 2026
  • A note from our sponsor - AppSignal
    www.appsignal.com | 16 Sep 2026
    APM, error tracking, and dashboards for modern web apps. Ten-minute setup, transparent flat pricing, and support from engineers who actually use the product. Learn more →

Index

What are some of the best open-source Prisma projects in TypeScript? This list will help you:

# Project Stars
1 cal.diy 48,433
2 Prisma 47,598
3 trpc 40,608
4 create-t3-app 29,114
5 dub 24,743
6 taxonomy 19,291
7 wasp 18,733
8 graphql 17,604
9 amplication 16,014
10 documenso 14,961
11 Blitz 14,126
12 Inbox Zero 12,226
13 ghostfolio 9,270
14 papermark 9,162
15 howtographql 8,709
16 workout-cool 8,457
17 next-forge 7,668
18 prisma-examples 6,652
19 typehero 6,638
20 create-better-t-stack 5,711
21 Rallly 5,255
22 liam 5,107
23 precedent 5,100

Sponsored
Kargo - optimize your multi-stage deployment pipelines using GitOps
Kargo automates promotion across dev, staging, and prod with approval gates and verification. Open source, built by the team behind Argo CD. Download now.
akuity.io

Did you know that TypeScript is
the 2nd most popular programming language
based on number of references?