TypeScript Deno

Open-source TypeScript projects categorized as Deno

Top 23 TypeScript Deno Projects

  1. supabase

    The Postgres development platform. Supabase gives you a dedicated Postgres database to build your web, mobile, and AI applications.

    Project mention: Supabase basics with Node.js | dev.to | 2026-06-06

    Supabase is an open-source backend platform built around managed PostgreSQL. You get a database, auto-generated REST APIs (via PostgREST), Auth, file Storage, Realtime subscriptions, and Edge Functions - with a dashboard and SQL editor on top.

  2. SaaSHub

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

    SaaSHub logo
  3. hono

    Web framework built on Web Standards

    Project mention: Flat Chat Threads Suck for Reading Books. So I Built a Local-First AI Tree Companion. | dev.to | 2026-06-08

    Built on the Pi SDK for tree-structured agent conversations, Hono for a lightweight server (Electron-friendly), and SQLite with Drizzle ORM for metadata.

  4. pretty-ts-errors

    ๐Ÿ”ต Make TypeScript errors prettier and human-readable in VSCode ๐ŸŽ€

  5. kysely

    A type-safe TypeScript SQL query builder

    Project mention: Optimistic concurrency is the whole design: event sourcing on Aurora DSQL | dev.to | 2026-06-14

    TypeScript end to end. Kysely as a typed query builder rather than an ORM, because I wanted type safety without surrendering control of the SQL: on a distributed database the exact shape of a query has real consequences, and I did not want a query planner I could not see. Next.js App Router on Vercel for the front end and the server-side data access. DSQL as the database, reached over IAM using Vercel's OIDC federation to AWS, so there are no static database credentials anywhere in the system.

  6. fresh

    The framework so simple, you already know it.

    Project mention: What's Next for Fresh? | news.ycombinator.com | 2026-06-09
  7. graphql-yoga

    ๐Ÿง˜ Rewrite of a fully-featured GraphQL Server with focus on easy setup, performance & great developer experience. The core of Yoga implements WHATWG Fetch API and can run/deploy on any JS environment.

  8. jose

    JWA, JWS, JWE, JWT, JWK, JWKS for Node.js, Browser, Cloudflare Workers, Deno, Bun, and other Web-interoperable runtimes

    Project mention: A Simple Next.js File Server | dev.to | 2026-03-20

    The package I chose to handle the JWT generation and decryption is jose instead of jsonwebtoken since the former also works in the Edge runtime.

  9. github-profile-trophy

    ๐Ÿ† Add dynamically generated GitHub Stat Trophies on your readme

  10. oak

    A middleware framework for handling HTTP with Deno, Node, Bun and Cloudflare Workers ๐Ÿฟ๏ธ ๐Ÿฆ•

  11. std

    The Deno Standard Library

    Project mention: NPM to Implement Staged Publishing After Turbulent Shift Off Classic Tokens | news.ycombinator.com | 2026-01-07

    The stuff on JSR is lifted out of Deno. JSR can install packages for Node and Bun [0]. Most of the "@std" packages in the link above claim support for Bun (the right hand of the package list "stack of avatars" will have the Bun avatar; easier to read on individual package pages where it becomes a header, though), and there is a Bun test matrix in the GitHub Actions CI. (Right now it looks like it just has Bun latest in the matrix, though.)

    In terms of coordination, I don't see any obvious Bun contributors in a quick skim [1], but it seems open to contribution and is MIT licensed.

    [0] https://jsr.io/docs/using-packages#adding-a-package

    [1] https://github.com/denoland/std/graphs/contributors

  12. triplit

    A full-stack, syncing database that runs on both server and client. Pluggable storage (indexeddb, sqlite, durable objects), syncs over websockets, and works with your favorite framework (React, Solid, Vue, Svelte).

  13. cac

    Simple yet powerful framework for building command-line apps. (by cacjs)

  14. ultra

    Zero-Legacy Deno/React Suspense SSR Framework

  15. croner

    Trigger functions or evaluate cron expressions in JavaScript or TypeScript. No dependencies. Most features. Node. Deno. Bun. Browser.

    Project mention: Closing the automation gap in Claude Code | dev.to | 2026-04-07

    Scheduling semantics are deterministic. Cron expressions behave exactly as they do everywhere else โ€” no abstraction layer adds jitter, batching, or "approximate" windows. The plugin validates cron expressions at registration time using croner and converts them to human-readable descriptions with cronstrue so you can confirm what you've configured.

  16. pg-mem

    An in memory postgres DB instance for your unit tests

  17. SimpleWebAuthn

    WebAuthn, Simplified. A collection of TypeScript-first libraries for simpler WebAuthn integration. Supports modern browsers, Node, Deno, and more.

    Project mention: Lessons Phishing vs Passkeys: A Head-to-Head | dev.to | 2026-05-08

    The FIDO2/WebAuthn specification spans over 1,200 pages across multiple documents (WebAuthn Level 3, CTAP 2.1), with dozens of edge cases including authenticator counter management, cross-origin credential restrictions, and attestation verification. Implementing this from scratch will introduce security vulnerabilities: in our 2024 audit of 12 custom WebAuthn implementations, 10 had critical flaws including missing origin checks (allowing phishing) and improper counter validation (allowing replay attacks). Instead, use the widely adopted SimpleWebAuthn library, which is maintained by FIDO Alliance contributors, has 99% test coverage, and handles all spec edge cases. It supports Node.js, Deno, and browser environments, with regular updates for new browser features. A common mistake is skipping attestation verification for "simplicity", but even consumer apps should verify attestation to block fake authenticators. Below is the minimal import you need to get started with server-side registration:

  18. lume

    ๐Ÿ”ฅ๐Ÿชฐ Static site generator for Deno (by lumeland)

    Project mention: Ask HN: Do you have a colophon for your personal website? | news.ycombinator.com | 2026-05-25
  19. denodb

    MySQL, SQLite, MariaDB, PostgreSQL and MongoDB ORM for Deno

  20. logtape

    Unobtrusive logging library with zero dependencies for Deno, Node.js, Bun, browsers, and edge functions

    Project mention: LogTape 2.1.0: Throttling, logfmt, and smarter redaction | news.ycombinator.com | 2026-05-17
  21. ElatoAI

    Realtime Voice AI with 100+ Models on Arduino ESP32 with Secure Websockets and Edge Functions for AI Toys, Companions, and Devices

    Project mention: Show HN: Voice AI Toys on ESP32 with Cloudflare Durable Objects | news.ycombinator.com | 2026-04-17
  22. eta

    Embedded JS template engine for Node, Deno, and the browser. Lighweight, fast, and pluggable. Written in TypeScript (by bgub)

    Project mention: Introducing ts-base: A Modern TypeScript Library Template | dev.to | 2025-09-17

    Eight years ago, I released my first open-source TypeScript library โ€” Squirrelly โ€” which contained two files, package.json and index.js. Five years ago, I released Eta with many more features including testing, linting, bundling, and CI/CD.

  23. gitbeaker

    ๐ŸฆŠ๐Ÿงช A comprehensive and typed Gitlab SDK for Node.js, Browsers, Deno and CLI

  24. nano

    ๐ŸŽฏ SSR first, lightweight 1kB JSX library. (by nanojsx)

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 Deno discussion

Log in or Post with

TypeScript Deno related posts

  • What's Next for Fresh?

    1 project | news.ycombinator.com | 9 Jun 2026
  • How I Run 3 Production AI SaaS on $5/Month of Hosting

    4 projects | dev.to | 24 May 2026
  • LogTape 2.1.0: Throttling, logfmt, and smarter redaction

    1 project | news.ycombinator.com | 17 May 2026
  • 5 Supabase Patterns I Learned Building an Open-Source WhatsApp Platform

    1 project | dev.to | 20 Apr 2026
  • Closing the automation gap in Claude Code

    3 projects | dev.to | 7 Apr 2026
  • Deno Fresh Has a Free API โ€” Zero-JS Web Framework with Island Hydration

    1 project | dev.to | 29 Mar 2026
  • Deno KV Has a Free API: Built-In Key-Value Database with Zero Configuration

    1 project | dev.to | 28 Mar 2026
  • A note from our sponsor - SaaSHub
    www.saashub.com | 15 Jun 2026
    SaaSHub helps you find the best software and product alternatives Learn more โ†’

Index

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

# Project Stars
1 supabase 104,082
2 hono 30,922
3 pretty-ts-errors 14,072
4 kysely 13,939
5 fresh 13,760
6 graphql-yoga 8,522
7 jose 7,633
8 github-profile-trophy 6,561
9 oak 5,404
10 std 3,544
11 triplit 3,093
12 cac 3,090
13 ultra 2,956
14 croner 2,559
15 pg-mem 2,339
16 SimpleWebAuthn 2,265
17 lume 2,260
18 denodb 1,930
19 logtape 1,824
20 ElatoAI 1,780
21 eta 1,727
22 gitbeaker 1,716
23 nano 1,617

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com

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