Deno

Open-source projects categorized as Deno

Top 23 Deno Open-Source Projects

  1. deno

    A modern runtime for JavaScript and TypeScript.

    Project mention: JavaScript Trademark Update | news.ycombinator.com | 2025-06-28

    There’s no acknowledgment of Node.js trademark on Deno.com … and the landing page is largely about how much better Deno is over Node.js.

    Of all places to put trademark acknowledgement, it’d be there - and it’s missing.

    https://deno.com/

  2. SurveyJS

    JavaScript Form Builder with No-Code UI & Built-In JSON Schema Editor. Keep full control over the data you collect and tailor the form builder’s entire look and feel to your users’ needs. SurveyJS works with React, Angular, Vue 3, and is compatible with any backend or auth system. Learn more.

    SurveyJS logo
  3. supabase

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

    Project mention: From “I don’t know a single line of code” to building my first AI-powered web app at the world’s largest hackathon | dev.to | 2025-07-04

    ✅ Integrated OpenAI voice dictation ✅ Built an AI conversation generator ✅ Added Stripe payment processing ✅ Used Supabase for user data storage ✅ Assembled complete landing pages using components from 21st dev from scratch ✅ Deployed the web app with Netlify

  4. SheetJS js-xlsx

    📗 SheetJS Spreadsheet Data Toolkit -- New home https://git.sheetjs.com/SheetJS/sheetjs

    Project mention: 🧩 I Built a Simple Tool to Merge Excel Files — the Lazy Way | dev.to | 2025-07-01

    ・HTML + JavaScript (frontend only) ・SheetJS(xlsx) for parsing Excel/CSV files ・FileReader API for reading files in-browser ・Clipboard API for copying to clipboard

  5. hono

    Web framework built on Web Standards

    Project mention: JStack + Appwrite: A Match Made in Heaven for Modern Web Development | dev.to | 2025-07-06

    Using Hono instead of Next.js's inbuilt convention for defining API routes.

  6. goreleaser

    Release engineering, simplified

    Project mention: Fang, the CLI Starter Kit | news.ycombinator.com | 2025-06-18

    Golang itself bundles a toolchain and can cross compile to a many target OSes and architectures. I use Goreleaser [1] to create GitHub releases, Homebrew packages, Docker images, and Linux packages. Goreleaser Pro can also create MSI packages.

    [1] https://goreleaser.com

  7. pretty-ts-errors

    🔵 Make TypeScript errors prettier and human-readable in VSCode 🎀

    Project mention: Show HN: A tool to visualise Zod validation errors | news.ycombinator.com | 2024-10-01

    I love it!

    Zod is such a great tool but its errors can be a bit hard to parse.

    Reminds me a lot of https://github.com/yoavbls/pretty-ts-errors

    Disclaimer: I work with OP

  8. fresh

    The next-gen web framework.

    Project mention: Deno 2.4 | news.ycombinator.com | 2025-07-07

    I would highly recommend giving Deno Fresh[1] a go, it has a lot of the same features as Next.js but I find it to result in a much cleaner codebase overall. This coupled with Deno's built in KV store and hosted on Deploy makes for quite a zen workflow to be honest.

    [1]: https://fresh.deno.dev

  9. Stream

    Stream - Scalable APIs for Chat, Feeds, Moderation, & Video. Stream helps developers build engaging apps that scale to millions with performant and flexible Chat, Feeds, Moderation, and Video APIs and SDKs powered by a global edge network and enterprise-grade infrastructure.

    Stream logo
  10. kysely

    A type-safe TypeScript SQL query builder

    Project mention: Kysely – The type-safe SQL query builder for TypeScript | news.ycombinator.com | 2025-07-11
  11. 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.

    Project mention: Show HN: Dumbo – Hono inspired framework for PHP | news.ycombinator.com | 2024-11-17

    You're talking about the implementation of the protocol, right?

    That is a good implementation of it, called GraphQL Yoga[0]

    However I'm concerned there is a slight disconnect here. I'm saying that the technical specification of GraphQL does not lend itself to being bad, rather its the failure of developers to really understand its purpose and what its for (its a giant aggregator, with various ways to optimally aggregate things together, depending on what is optimal for a given problem set)

    For that, I recommend becoming more familiar with the specification itself[1] because thats what I'm talking about. The specification (and thus its technical nature) doesn't prescribe anything regarding how you get data on to the graph. Many people equate GraphQL with database problems[2]

    This doesn't mean I don't understand that GraphQL has shortcomings, but all approaches to APIs have short comings. I have found GraphQL has the least amount

    [0]: https://github.com/dotansimha/graphql-yoga

    [1]: https://spec.graphql.org

    [2]: Common complaint I see all the time. I find it stems from a failure to understand how the entirety of GraphQL is meant to work, and some of the mechanics within. Like when to appropriately leverage DataLoader[3], for instance.

    [3]: https://github.com/graphql/dataloader

  12. i18next

    i18next: learn once - translate everywhere

    Project mention: How to Implement Translations in a React App Using TypeScript? | dev.to | 2025-05-13

    The first step to implementing translations in a React app is to choose an appropriate library. One of the most popular libraries in the React ecosystem is i18next, which provides powerful features for internationalization. It allows you to easily manage translations, plural forms, and formatting.

  13. postgres

    Postgres.js - The Fastest full featured PostgreSQL client for Node.js, Deno, Bun and CloudFlare (by porsager)

    Project mention: Coding exercise: database migration tool in nodejs | dev.to | 2024-09-25

    postgres driver

  14. jose

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

    Project mention: Why your jwt might be lying to you and how to make it tell the truth | dev.to | 2025-05-20

    Jose powerful JWT lib for modern JS

  15. github-profile-trophy

    🏆 Add dynamically generated GitHub Stat Trophies on your readme

    Project mention: My Github Profile | dev.to | 2024-11-18
  16. oak

    A middleware framework for handling HTTP with Deno, Node, Bun and Cloudflare Workers 🐿️ 🦕

    Project mention: Project Oak by Google | news.ycombinator.com | 2024-08-14

    At first I thought this is related to the Oak server: https://github.com/oakserver/oak

  17. aleph.js

    The Full-stack Framework in Deno.

  18. awesome-deno

    Curated list of awesome things related to Deno

  19. microdiff

    A fast, zero dependency object and array comparison library. Significantly faster than most other deep comparison libraries and has full TypeScript support.

  20. zip.js

    JavaScript library to zip and unzip files supporting multi-core compression, compression streams, zip64, split files and encryption.

  21. std

    The Deno Standard Library (by denoland)

    Project mention: The Deno Standard Library | news.ycombinator.com | 2024-08-16
  22. moon

    A build system and monorepo management tool for the web ecosystem, written in Rust.

    Project mention: Ask HN: Best Tools for Monorepo? | news.ycombinator.com | 2024-07-31

    In our projects we use Moon https://moonrepo.dev/moon extensively, it supports multiple languages and quite a few features.

    For me personally I like that it updates Typescript references automatically and makes docker image setup far easier.

  23. ultra

    Zero-Legacy Deno/React Suspense SSR Framework

  24. cac

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

  25. 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).

  26. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB 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).

Deno discussion

Log in or Post with

Deno related posts

  • Poolifier Web Worker Release 0.5.0

    1 project | news.ycombinator.com | 2 Jul 2025
  • Building untrusted container images safely at scale

    2 projects | news.ycombinator.com | 30 Jun 2025
  • JavaScript Trademark Update

    1 project | news.ycombinator.com | 28 Jun 2025
  • Project of the Week: Deno

    1 project | dev.to | 27 Jun 2025
  • Show HN: BewCloud (a simpler Nextcloud alternative) v2.1.0 with SSO and MFA

    1 project | news.ycombinator.com | 17 Jun 2025
  • deno.json file in langchainjs source code.

    2 projects | dev.to | 17 Jun 2025
  • Show HN: BewCloud (a Nextcloud alt) supported by NLnet and 700 stars on GitHub [video]

    1 project | news.ycombinator.com | 15 Jun 2025
  • A note from our sponsor - SurveyJS
    surveyjs.io | 13 Jul 2025
    Keep full control over the data you collect and tailor the form builder’s entire look and feel to your users’ needs. SurveyJS works with React, Angular, Vue 3, and is compatible with any backend or auth system. Learn more. Learn more →

Index

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

# Project Stars
1 deno 103,533
2 supabase 85,465
3 SheetJS js-xlsx 35,566
4 hono 25,043
5 goreleaser 14,810
6 pretty-ts-errors 13,898
7 fresh 13,167
8 kysely 12,270
9 graphql-yoga 8,399
10 i18next 8,193
11 postgres 8,114
12 jose 6,675
13 github-profile-trophy 5,946
14 oak 5,338
15 aleph.js 5,252
16 awesome-deno 4,355
17 microdiff 3,724
18 zip.js 3,654
19 std 3,427
20 moon 3,277
21 ultra 2,978
22 cac 2,796
23 triplit 2,791

Sponsored
JavaScript Form Builder with No-Code UI & Built-In JSON Schema Editor
Keep full control over the data you collect and tailor the form builder’s entire look and feel to your users’ needs. SurveyJS works with React, Angular, Vue 3, and is compatible with any backend or auth system. Learn more.
surveyjs.io