TypeScript bun

Open-source TypeScript projects categorized as bun

Top 23 TypeScript bun Projects

  • hono

    Web Framework built on Web Standards

  • Project mention: Deploy Node.js applications on a VPS using Coolify | dev.to | 2024-04-20

    Hono - Ultrafast web framework for the Edges

  • 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!

  • 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
  • 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.

  • 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

  • saasfly

    Your Next SaaS Template or Boilerplate ! A magic trip start with `bun create saasfly` . The more stars, the more surprises

  • Project mention: Saasfly – An easy-to-use and enterprise-grade Next.js boilerplate | news.ycombinator.com | 2024-04-03
  • hyperimport

    ⚡ Import c, rust, zig etc. files in your TypeScript code and more.

  • Project mention: Hyperimport - Import c, rust, zig etc. files in TypeScript | dev.to | 2023-10-14

    ...and even more, like importing native C functions from libc in typescript. Check out the guide.

  • oauth4webapi

    OAuth 2 / OpenID Connect for JavaScript Runtimes

  • Project mention: Learn OAuth by building a client with Node.js | news.ycombinator.com | 2024-04-16

    For those looking for production-level OAuth libs, the absolute best implementation for JS runtimes is https://github.com/panva/oauth4webapi

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • stacks

    ⚛️ Type-safe full-stack framework for Artisans. Develop modern clouds, apps & framework-agnostic libraries, faster. (by stacksjs)

  • setup-bun

    Set up your GitHub Actions workflow with a specific version of Bun

  • Project mention: Yarn 4.0 | news.ycombinator.com | 2023-10-23

    I use Bun in CI too, and they have a clean GitHub Action for it: https://github.com/oven-sh/setup-bun.

    Actually now that you mention CI, I remember now that I did also run into non-deterministic problems runnign type checks on projects with Bun using Github's free runner.

    Errors looked like this, but it worked fine every 2/3 runs with the exact same code:

  • sharemystack

    Share your stack with the world!

  • Project mention: This Week In React #166: Waku, React-Forget, React-Native, Expo, Million, Remotion, Next.js, Storybook, Remix... | dev.to | 2023-12-15

    This week's issue is quite special for me: it's the very first time I'm not alone writing the content. Benedikt almost wrote the entire React-Native section. I haven't used React-Native in production since 2020 😅 so it's nice to have someone using all the cutting edge libs help me provide relevant insights.

  • bench

    📊 Comparing deno, node and bun HTTP frameworks (by denosaurs)

  • bunrest

    An express-like API for bun server

  • Project mention: Write bun like expresses | /r/bunjs | 2023-09-21
  • middleware

    monorepo for Hono third-party middleware/helpers/wrappers (by honojs)

  • Project mention: HonoJS: Small, simple, and ultrafast web framework for the Edges | news.ycombinator.com | 2024-04-15

    That's actually something I find a bit awkward, too. Especially, there was no way to re-use the global Hono error handler for all OpenAPI routes. I created an issue[1] with my suggested workaround and was told that that's the way to go. Maybe things are that way because `zod-openapi` was introduced later on. But I believe in the end it doesn't really matter that much as the code is clean and readable. :)

    [1] https://github.com/honojs/middleware/issues/323#issuecomment...

  • EmailFlare

    Send emails from your domain through Cloudflare for free. Self host on your account.

  • Project mention: Show HN: EmailFlare, a webapp packaged in a worker to send your domain emails | news.ycombinator.com | 2023-08-02
  • pup

    Universal process manager built in Deno (by Hexagon)

  • webview-bun

    Bun bindings for webview, a tiny library for creating web-based desktop GUIs.

  • Project mention: Hyperimport - Import c, rust, zig etc. files in TypeScript | dev.to | 2023-10-14

    Long back, when I was working on the project webview-bun, which essentially is an FFI wrapper of the webview library APIs for Bun. It randomly struck my mind, why can't I import the webview C source file directly into typescript, if through FFI API we can import functions from shared libraries which are essentially compiled from a source file like c, rust, zig, etc., how about I create a way to bridge importing functions in typescript with the source file and automate and the steps in between, in a way that it looks to the end user that they are directly importing from the source file while all the hard parts are managed automatically internally.

  • swpm

    Switch Package Manager - Say goodbye to Package Manager confusion

  • mangobase

    Low-code Javascript backend framework 🥭

  • Project mention: Low-code JavaScript framework for Node/Bun runtimes | news.ycombinator.com | 2023-12-09
  • melonpan

    ⚡️A minimalistic and sweet router for blazing fast bun

  • covers

    Library for generating unique, repeatable book covers on the fly 📚

  • flapjack

    Full-stack SSR apps with Bun, Hono, HTMX, and Tailwind (by tireymorris)

  • Project mention: Flapjack: Full-Stack SSR Apps with Bun, Hono, Htmx, and Tailwind | news.ycombinator.com | 2023-12-27
  • jlbun

    Using Julia in Bun!

  • aeria

    A secure backend framework

  • Project mention: Aeria is a full-featured TypeScript source of truth and REST framework | news.ycombinator.com | 2024-03-25
  • 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
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 bun related posts

Index

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

Project Stars
1 hono 14,905
2 kysely 9,289
3 graphql-yoga 8,009
4 jose 4,772
5 saasfly 811
6 hyperimport 803
7 oauth4webapi 499
8 stacks 453
9 setup-bun 333
10 sharemystack 306
11 bench 298
12 bunrest 265
13 middleware 256
14 EmailFlare 251
15 pup 128
16 webview-bun 114
17 swpm 106
18 mangobase 76
19 melonpan 72
20 covers 72
21 flapjack 67
22 jlbun 61
23 aeria 41

Sponsored
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.
www.influxdata.com