TypeScript Deno

Open-source TypeScript projects categorized as Deno

Top 23 TypeScript Deno Projects

  • supabase

    The open source Firebase alternative.

  • Project mention: Wasp x Supabase: Smokin’ Hot Full-Stack Combo 🌢️ πŸ”₯ | dev.to | 2024-05-08

    It was a great experience using Supabase’s rock-solid PostgreSQL database for this app. The DX around that product is phenomenal: viewing and managing the DB data was a lifesaver when you don’t want to craft your own admin panel from scratch.

  • hono

    Web Framework built on Web Standards

  • Project mention: I used Cloudflare Workers and R2 as HTML generating service. It was so easy! | dev.to | 2024-04-26

    I used hono to implement worker.

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
  • pretty-ts-errors

    πŸ”΅ Make TypeScript errors prettier and human-readable in VSCode πŸŽ€

  • Project mention: What is JSDoc and why you may not need typescript for your next project? | dev.to | 2024-01-22

    Besides the features TypeScript itself proposed, the most important thing it brought to the community was the ability to create cool features around this compiler that enhance the developer experience and productivity. Tools like tsserver, pretty ts errors, and many others are actively improving the ecosystem for both JavaScript and TypeScript writers.

  • fresh

    The next-gen web framework.

  • Project mention: What's Your Favorite Tech Stack and Why? | dev.to | 2024-04-02

    Deno: Deno with one of it's frameworks (like Fresh

  • kysely

    A type-safe typescript SQL query builder

  • Project mention: Show HN: Tsynamo – Type-friendly DynamoDB query builder for TypeScript | news.ycombinator.com | 2024-04-10

    Hello HN! I was recently introduced to Kysely (https://github.com/kysely-org/kysely), a type-safe Typescript SQL query builder, and instantly fell in love! I got inspired and wanted to make something similar for AWS DynamoDB.

    Thus, I developed Tsynamo! Instead of calling it type-safe, I decided to go with type-friendly, because the library is still in an early stage, and is not 100% type-safe.

    Under the hood, Tsynamo compiles the built queries into AWS SDK v3 commands. I feel that Tsynamo simplifies the AWS SDK API quite a lot since the developer doesn't have to mess around with condition/filter expressions or attribute names/values themselves, and as a bonus gets autocompletion for building the queries!

    There's also a playground to test it out in your browser: https://try.tsynamo.dev. It might not have the most up-to-date API of the library in use yet, but you can get the library's main idea from there.

    Since the project is still in its early stages, it doesn't yet have 100% support for all DynamoDB features, like querying indexes. The next steps will be increasing the support coverage and perhaps adding automatic type generation as inspired by kysely-codegen (https://github.com/RobinBlomberg/kysely-codegen).

    Would love to get some feedback, thanks in advance!

  • 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: Comparing Hattip vs. Express.js for modern app development | dev.to | 2024-05-08

    graphql: GraphQL middleware that wraps the GraphQL Yoga library

  • aleph.js

    The Full-stack Framework in Deno.

  • Project mention: I don't get fresh. why can't I use react without commiting to a server side framework? | /r/Deno | 2023-07-01

    Check aleph if you want to use react with deno. But I'd suggest sticking with Node.js and Vite as you'll get less surprises.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • oak

    A middleware framework for handling HTTP with Deno, Node, Bun and Cloudflare Workers 🐿️ πŸ¦•

  • Project mention: Organizing large amounts of functions | /r/Supabase | 2023-12-08

    Are you using Oak? If not you should check it out https://oakserver.github.io/oak/

  • jose

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

  • Project mention: πŸš€ Top 12 Open Source Auth Projects Every Developer Should Know πŸ”‘ | dev.to | 2023-12-06

    JWT - jose

  • github-profile-trophy

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

  • Project mention: GitHub Profile Achievements | news.ycombinator.com | 2023-07-11
  • ultra

    Zero-Legacy Deno/React Suspense SSR Framework

  • Project mention: I don't get fresh. why can't I use react without commiting to a server side framework? | /r/Deno | 2023-07-01

    Another option is ultra.

  • cac

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

  • denodb

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

  • Project mention: denodb VS denodata - a user suggested alternative | libhunt.com/r/denodb | 2023-11-29
  • pg-mem

    An in memory postgres DB instance for your unit tests

  • Project mention: Setting up PostgreSQL for running integration tests | news.ycombinator.com | 2024-04-19
  • lume

    πŸ”₯ Static site generator for Deno πŸ¦•

  • Project mention: Node.js vs. Deno vs. Bun: JavaScript runtime comparison | dev.to | 2023-09-06

    Deno also has a tooling ecosystem around it to enable developers to jumpstart their projects. Fresh is a web framework built for Deno and Lume is their static site generator.

  • gitbeaker

    🦊πŸ§ͺ A comprehensive and typed Gitlab SDK for Node.js, Browsers, Deno and CLI

  • nano

    🎯 SSR first, lightweight 1kB JSX library. (by nanojsx)

  • Project mention: Nano JSX – 1kb JSX library with SSR | news.ycombinator.com | 2024-02-13
  • webview_deno

    🌐 Deno bindings for webview, a tiny library for creating web-based desktop GUIs

  • eta (Ξ·)

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

  • Project mention: ERDIA: TypeORM entity specification documentation tool | dev.to | 2023-08-28

    ERDIA uses the ETA template engine to generate documentation. The reason for using a template engine is that it allows you to customize the documentation the way you want it. If you want to customize documentation that ERDIA generates run the following command.

  • SimpleWebAuthn

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

  • Project mention: Passkey Implementation: Misconceptions, pitfalls and unknown unknowns | news.ycombinator.com | 2024-05-02

    I have a nodejs passkey implementation over at AuthC https://github.com/authcompanion/authcompanion2 a simple user management server. For javascript developers https://github.com/MasterKale/SimpleWebAuthn has been a good way to get started with a poc before venturing deeper into webauthn (passkeys) spec.

  • Graviton-App

    πŸš€ A modern-looking Code Editor

  • froebel

    A strictly typed utility library.

  • denon

    πŸ‘€ Monitor any changes in your Deno application and automatically restart.

  • 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 Deno related posts

  • Fedify: ActivityPub Server Framework

    1 project | news.ycombinator.com | 23 Apr 2024
  • Building a self-creating website with Supabase and AI

    6 projects | dev.to | 23 Apr 2024
  • HonoJS: Small, simple, and ultrafast web framework for the Edges

    9 projects | news.ycombinator.com | 15 Apr 2024
  • Slack Automation: No More Hardcoding channel_ids for Event Triggers!

    3 projects | dev.to | 16 Apr 2024
  • CNDI – DevOps for Data Teams

    1 project | news.ycombinator.com | 11 Apr 2024
  • Show HN: Deco.cx – realtime TypeScript web editor

    5 projects | news.ycombinator.com | 10 Apr 2024
  • A Quick Peek At Python

    1 project | dev.to | 8 Apr 2024
  • A note from our sponsor - SaaSHub
    www.saashub.com | 8 May 2024
    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 66,465
2 hono 15,491
3 pretty-ts-errors 12,243
4 fresh 11,874
5 kysely 9,372
6 graphql-yoga 8,029
7 aleph.js 5,252
8 oak 5,001
9 jose 4,809
10 github-profile-trophy 4,679
11 ultra 2,987
12 cac 2,550
13 denodb 1,909
14 pg-mem 1,807
15 lume 1,717
16 gitbeaker 1,470
17 nano 1,416
18 webview_deno 1,372
19 eta (Ξ·) 1,300
20 SimpleWebAuthn 1,284
21 Graviton-App 1,144
22 froebel 1,102
23 denon 1,097

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