Bun
Bun is an all-in-one JavaScript toolkit, including a runtime, package manager, test runner, and bundler.
- Runtime: Bun is a JavaScript runtime built on top of JavaScriptCore, the engine that powers WebKit. It’s designed to be a drop-in replacement for Node.js, while being faster and improving developer experience. It also includes built-in support for TypeScript and JSX.
- Package manager: Bun includes a package manager that’s vastly quicker than npm and Yarn, and is compatible with existing Node.js projects.
- Test runner: Bun includes a Jest-compatible test runner that uses the Bun runtime. It supports TypeScript and JSX, lifecycle hooks, and UI/DOM testing.
- GitHub: https://github.com/topics/bun
- Wikipedia: https://en.wikipedia.org/wiki/Bun_(software)
- Repo: https://github.com/oven-sh/bun
- Created by: Oven
- Released: September 2021
- Related Topics: javascript, nodejs, typescript, webkit, npm, deno, zig,
- Aliases: bunjs,
- Last updated: 2026-06-23 00:04:21 UTC
- JSON Representation
https://github.com/osamikoyo/gotham-template
simple template for your GOTHAM app
bun go golang gotham template template-project template-repository
Last synced: 09 Apr 2025
https://github.com/harish-govindasamy/birthday-gift-site
Created using CSS and HTML.
Last synced: 25 Feb 2025
https://github.com/tsotimus/quick-forge
Quickly set up a new MacBook with everything you need to develop in the JavaScript/TypeScript ecosystem.
Last synced: 10 Apr 2026
https://github.com/uhop/dynamodb-toolkit-express
Express adapter for dynamodb-toolkit — mounts the standard REST route pack as Express middleware.
adapter aws aws-sdk aws-sdk-v3 bun crud deno dynamodb dynamodb-toolkit esm express express-middleware hooks http middleware pagination rest toolkit typescript zero-dependencies
Last synced: 02 Jun 2026
https://github.com/global-tags/api
The backend API of the "GlobalTags" Minecraft mod powered by Elysia and Bun.
addon api bun elysia globaltags labymod minecraft mod typescript
Last synced: 21 May 2026
https://github.com/rtritto/template-vike-solid-daisyui-elysia
Archived
bun daisyui solid solid-ssr ssr tailwindcss vike vite
Last synced: 07 Sep 2025
https://github.com/maietta/sk-bun-websockets
A SvelteKit example showcasing real-time WebSocket functionality with the Bun adapter.
bun pocketbase-realtime svelte svelte-adapter-bun websockets
Last synced: 10 Apr 2026
https://github.com/tanishqmanuja/consistent-env
Consistent environment variables across runtimes.
Last synced: 10 Apr 2026
https://github.com/patelvivekdev/ts-package-template
A modern, efficient template for creating NPM packages using TypeScript.
bun npm-package template typescript vitest
Last synced: 10 Apr 2026
https://github.com/brunoanunciacaosouza/pizzashop-web
O pizza shop é uma plataforma de controle de vendas para logistas que possuem restaurantes
bun postgresql query react react-hook-form reacthooks zod
Last synced: 11 Apr 2026
https://github.com/ioncakephper/markdown-magic-install-extended
Extended INSTALL transform for markdown-magic — generates consistent, option-aware install instructions (npm, yarn, pnpm, bun) directly from package.json.
bun developer-experience docs-automation documentation install-instructions markdown markdown-magic npm open-source plugin pnpm readme-generator transform yarn
Last synced: 20 Jan 2026
https://github.com/itsgitz/gh-push-vars
Push secrets and variables from your .env file to your GitHub repository using the GitHub REST API — without the need for GitHub CLI.
bun environment environment-variables github github-actions node nodejs secrets variables
Last synced: 20 Jan 2026
https://github.com/cooper-gadd/cooper-gadd.io
🌌 Cool.
acernity-ui bun nextjs shad tailwindcss vercel
Last synced: 09 Apr 2026
https://github.com/mingderwang/bun-mongodb
mongodb test with bun
bun database mongodb programming template test
Last synced: 11 Apr 2026
https://github.com/jakeg/websocket-functions
Run functions over WebSockets - for Bun and web browsers
bun chat javascript json json-api messaging multiplayer npm remote-procedure-calls rpc rpc-api rpc-client rpc-framework rpc-server websocket websocket-client websocket-server
Last synced: 20 Jan 2026
https://github.com/sans-byte/cursor
AI powered app for vibe code simple applications
ai bun bunjs javascript openai vibe-coding
Last synced: 08 May 2026
https://github.com/savareyhano/elysia-auth-old
Simple ElysiaJS authentication using jwt bearer token.
access-token authentication bun elysia elysiajs jwt jwt-authentication jwt-bearer-tokens prisma refresh-token typescript
Last synced: 24 Feb 2025
https://github.com/neo-ciber94/keiro
A WinterGC compilant file system router middleware
bun deno fetch file-system-routing nodejs routing
Last synced: 11 Apr 2026
https://github.com/olllayor/aicom
One command to commit with AI-generated message. No prompts, no copy-paste, just commit.
ai bun commit nodejs npm npm-package pnpm typescript
Last synced: 20 Jan 2026
https://github.com/unstoppablemango/minecraft-manager
Visual management tool for deploying Minecraft servers across various platforms
bun docker helm kubernetes minecraft react tailwindcss
Last synced: 11 Apr 2026
https://github.com/ali-master/prune-mod
Fast and efficient tool to reduce node_modules size by up to 60%. Safely removes unnecessary files like docs, tests, and dev configs while keeping your app working perfectly. Ideal for serverless, Docker, and deployment optimization.
bun devops disk-saver docker node-modules-clean nodejs
Last synced: 20 Jan 2026
https://github.com/scottjwalter/obsidian-plugin-template-svelte
An opinionated template for Obsidian plugin development
bun dotenv esbuild husky jest obsidian-plugin obsidian-plugin-development obsidian-plugin-template svelte typescript
Last synced: 03 Feb 2026
https://github.com/local-loop-io/local-loop-io.github.io
localLOOP: Official website and home of Local Optimization with Overflow Protocol (LOOP), MaterialDNA, ProductDNA, city portals, and governance. Publishes the protocol spec, schemas, JSON-LD contexts, implementation guides, and a live expression-of-interest registry. Built with Next.js 16, statically exported to GitHub Pages.
bun circular-economy digital-product-passport documentation federation github-pages json-ld low-trl materialdna nextjs open-standard productdna protocol react sustainability
Last synced: 26 May 2026
https://github.com/alexgalhardo/api.monefy.alexgalhardo.com
REST API using ElysiaJS, Bun, PrismaORM, Docker, PostgreSQL, JSON and Redis Database, RabbitMQ, Integration Tests, Github Actions, Husky, Swagger API Documentation, etc
api-rest bun docker elysiajs github-actions husky postgresql prisma-orm rabbitmq redis swagger typescript
Last synced: 08 Apr 2026
https://github.com/uhop/dynamodb-toolkit-fetch
Fetch adapter for dynamodb-toolkit — serves the standard REST route pack as a (Request) → Promise<Response> handler. Runs on Cloudflare Workers, Deno Deploy, Bun.serve, Hono, itty-router, and Node's native fetch server.
adapter aws aws-sdk-v3 bun cloudflare-workers crud deno deno-deploy dynamodb dynamodb-toolkit edge esm fetch hono itty-router pagination rest serverless toolkit typescript
Last synced: 02 Jun 2026
https://github.com/henriquestocco/almost-monorepo-mobile
bun eas-cl fastify react-native sqlite3
Last synced: 20 Apr 2026
https://github.com/lostovayne/awwwards-winning-website
Website Creating with React19 that uses incredible animations and a design that allows the user to live a unique experience when browsing
bun gsap react19 typescript vite
Last synced: 11 Apr 2026
https://github.com/abdulrhmangoni/llms-tdm-server
This is the server of LLMs TDM web application, Which is made for creating and managing training datasets easily with different formats for training LLMs or using them in RAG systems.
ai api bun clerk-auth datasets docker llms mongodb rag replication sharding training typescript
Last synced: 11 Apr 2026
https://github.com/barnabas-lesti/react-sandbox
React sandbox and experimentation web project.
bun css css-modules dotenv eslint github-actions html javascript jsx prettier react tailwindcss tsx turborepo typescript vite vscode zustand
Last synced: 11 Apr 2026
https://github.com/andikod/pacaman-bashbox
List all JS PackageManagers installed, directories and respective global packages.
bash-script bun cli deno javascript-tools npm package-manager pnpm
Last synced: 11 Apr 2026
https://github.com/lazycoffee/lc-bun-plugin
Some useful plugins for bun bundler.
Last synced: 05 May 2026
https://github.com/pedrorevesmd/calculo-cpf
Uma ferramenta de CLI que verifica se um CPF é valido ou não
bun cpf cpf-validator javascript ts typescript
Last synced: 11 Apr 2026
https://github.com/unsafe0x0/heloq
A minimal, fast, type-safe token library with HMAC-SHA512 signing
authentication bun crypto jwt library nodejs npm npm-package open-source token typescript
Last synced: 13 Jan 2026
https://github.com/enzopita/discord-embedifier
Discord bot to automatically rewrite social media links in a way that displays the embed with the post content, avoiding an additional click or bypassing paywalls.
Last synced: 18 Jan 2026
https://github.com/sigilbyte/openrouter-discord-chatbot
a minimal discord chatbot with chat context and seamless model switching enabled by OpenRouter API integration.
bun discord discord-bot discord-js openrouter openrouter-api typescript
Last synced: 08 May 2026
https://github.com/nathanvale/bun-changesets-template
Bun + Changesets + Commitizen + Husky + CI/Release template
bun changesets conventional-commits github-actions
Last synced: 01 Sep 2025
https://github.com/arafipro/clerk-auth-sp-app
【React Native/Expo52】最新Expo52!たった10分でClerkの認証システムをアプリに導入する方法
bun expo expo-router nativewind react-native typescript youtube
Last synced: 11 Apr 2026
https://github.com/recoskyler/devcontainers
Pre-configured Dev Containers with Claude Code, Bun/NVM, UV, anc X11VNC
bun claude claude-code debian devcontainer docker nodejs playwright python trixie ubuntu uv
Last synced: 07 Mar 2026
https://github.com/mingderwang/astro-shadcn-ui
https://ui.shadcn.com/ to learn shadcn UI + astro
Last synced: 05 May 2026
https://github.com/jfraziz/start
Boilerplate for Tanstack Start with Bun, include drizzle (pg), better auth, and docker setup
better-auth bun drizzle drizzle-orm postgresql react shadcn-ui tailwindcss tanstack tanstack-query tanstack-router tanstack-start
Last synced: 09 Apr 2026
https://github.com/SayedTahsin/Hono-Bun-Mongo
Server-side code for `Routine` project. Build with Hono & MongoDB On Bun Runtime Environment.
bun cron hono jwt mongodb typescript
Last synced: 06 Mar 2025
https://github.com/zewhal/search-engine-scraper
A lightweight web scraping project built with Bun.
bun scraper serp typescript webscraper
Last synced: 13 Jan 2026
https://github.com/arcenojackson/multilanguage-studies
An repo with some projects in different languages and frameworks to learning new techs
bun deno django fastapi javascript nodejs python typescript
Last synced: 11 Apr 2026
https://github.com/flowscripter/template-bun-executable
Project template for a cross-platform Bun executable with ffi native library and Bun library dependencies.
Last synced: 15 Jul 2025
https://github.com/raydberg/cosmetics-front
bun framer-motion react tawilwind typescript zod
Last synced: 11 Apr 2026
https://github.com/iamusmanawan/js-backend
APIs created in express.js and performing successful CRUD operations.
api bun crud-operation expressjs nodejs
Last synced: 11 Apr 2026
https://github.com/trandung2k1/bun_javascript_runtime
bun expressjs javascript javascript-runtime typescript
Last synced: 11 Apr 2026
https://github.com/frixaco/mash
Share markdown files. Made with Bun, React and Railway
bun railway react shadcn tanstack tanstack-start vite
Last synced: 20 Jan 2026
https://github.com/nberlette/is
Just another portable platform-agnostic package of high-performance type predicates. 🤪
assertions bun deno guards js jsr library narrowing node predicates ts type-guards type-safe typechecks typescript universal utilities
Last synced: 11 Apr 2026
https://github.com/kamil-kubiczek/rest-mvc-api
REST API with MVC like architecture
bun jwt-authentication nodejs prisma-orm rest-api typescript zod
Last synced: 09 Apr 2026
https://github.com/kayyz1/examiaai
Online real-time exam creation tool
bun hono react typescript websockets
Last synced: 14 Apr 2026
https://github.com/ryands17/bun-api-starter
Starter API kit with Hono, Bun, and Docker with development and production workflows
bun docker docker-compose hono
Last synced: 11 Apr 2026
https://github.com/alexgalhardo/contacts.alexgalhardo.com
Simple SPA project simulating an contacts agenda created to learn more about NextJS v15 App Router, IndexedDB Browser API, Zustand and React-Query
bun nextjs react-query reactjs shadcn-ui single-page-app tailwindcss typescript zustand
Last synced: 26 Jun 2025
https://github.com/mertturkmenoglu/aoc2024
My Advent of Code 2024 solutions
advent-of-code advent-of-code-2024 bun typescript
Last synced: 05 May 2026
https://github.com/leytox/bloombear
Website for clients of fictional flower shop located in Berlin.
bun flowers lucide-icons nextjs prisma react shadcn shop simple-icons tailwind typescript usehooks-ts zod zustand
Last synced: 05 Jan 2026
https://github.com/kuhree/www-tools
collection of tools on the web (public mirror)
Last synced: 09 May 2026
https://github.com/lilanga/booking-pal-service
Booking pal REST API service for booking pal IoT clients
bun elysiajs google-apis google-calendar-api prisma typescript
Last synced: 19 May 2026
https://github.com/omkarkirpan/bun-hono-react-expense-tracker-app
Complete expense tracker app
bun expense-tracker flyio hono reactjs rpc typescript
Last synced: 13 Apr 2026
https://github.com/codewithali-co/budgetary
Budgetary is an intuitive, open-source desktop application designed to help individuals and small businesses track their expenses and manage their budgets effortlessly. Built for simplicity and functionality.
bun clerk css electron react tailwindcss tanstack-router typescript zustand
Last synced: 23 Mar 2025
https://github.com/trifall/excalidraw-file-sync
App that monitors a directory for Excalidraw files, moves them to a designated folder, and manages backups automatically.
bun excalidraw file-watch service typescript
Last synced: 13 Apr 2026
https://github.com/arafipro/stock-trade-api
【Cloudflare Workers】Bun+Hono+Drizzle+Zod+Cloudflare D1で株式投資取引APIを作る
bun cloudflare cloudflare-d1 cloudflare-workers drizzle-orm hono typescript youtube zod
Last synced: 09 Apr 2026
https://github.com/amit-singh-14/expense-tracker
This repository contains a comprehensive expense tracker application built from scratch using React 18/19, Bun, and Hono. The application is designed to provide an intuitive and efficient user experience for managing personal finances. Both the frontend and backend are developed entirely in TypeScript, ensuring type safety.
bun drizzle-orm hono kinde-auth neon-postgres rpc tanstack-form tanstack-query tanstack-router typescript
Last synced: 08 May 2026
https://github.com/paulrberg/next-template
Next.js template for building web applications
biomejs bun claude-code just knip nextjs prettier tailwind typescript vercel
Last synced: 11 Apr 2026
https://github.com/w2wizard/xgraph
XGraph is a TS/JS library for parsing XGraph data. Which is a custom binary format used to store graph / cursus data.
Last synced: 10 Feb 2026
https://github.com/cwc1222/cwc1222.github.io
cwc's blog, talking about programming, mathematics, finance, travel, and more.
bootstrap5 bun github-pages lit svelte sveltekit typescript
Last synced: 31 Dec 2025
https://github.com/4ndrs/pwebm
Utility to encode size restricted webm files with ffmpeg
bun cli cross-platform ffmpeg linux macos named-pipes purewebm pwebm typescript unix-socket webm windows
Last synced: 18 Feb 2026
https://github.com/kalwabed/bun-recipe
Recipe generator powered by Gemini AI
Last synced: 18 May 2026
https://github.com/zidanhafiz/tomodachiai-api
Tomodachi AI Rest API
bun docker elevenlabs hono openai postgres prisma redis
Last synced: 02 Apr 2026
https://github.com/renejfc/basic-proxy-server
Proxy server for personal use
Last synced: 21 May 2026
https://github.com/heitorgandolfi/flights-api
This project is a Flight API being developed to strengthen programming concepts and explore new technologies. The API is built using Bun, Elysia.js, and Prisma.
api bun elysiajs jwt-authentication prisma
Last synced: 29 Apr 2026
https://github.com/pazfelipe/tdd-react
Simple react project following TDD concepts
bun react tailwindcss tdd-javascript testing-library-react typescript
Last synced: 11 Apr 2026
https://github.com/sanketghosh/findevs
A job board tailored for developers, offering curated listings, advanced filters, and seamless application management for developers.
bun nextjs postgresql prisma shadcn-ui tailwindcss typescript
Last synced: 11 Apr 2026
https://github.com/barrymun/parallax-effect
Basic concept of parallax scroll resulting in illusion of forward momentum when scrolling
Last synced: 16 Apr 2026
https://github.com/harshmangalam/typesafe-env
Optimize DX with Typesafe Environment Variables and code Autocomplete
bun deno dx environment-variables javascript nodejs productivity typescript
Last synced: 05 Apr 2026
https://github.com/cooper-gadd/gateway-home-attica
🏠 Comfort care home.
acernity-ui bun drizzle-orm nextjs postgresql shadcn-ui tailwdindcss
Last synced: 20 Jan 2026
https://github.com/shankardutta/codecraft-webapp
CodeCraft is a frontend code playground built with React, Next.js, CodeMirror, and shadcn/ui. It lets users write and preview HTML, CSS, and JavaScript in real time with a clean, responsive UI—perfect for rapid prototyping, learning, and sharing code.
bun css html javascript lucide-react magicui nextjs reacticons reactjs shadcn-ui swiper-js
Last synced: 11 Apr 2026
https://github.com/tcarrio/oauth-token-cli
A Bun CLI utility for automating OAuth flows
Last synced: 26 Apr 2026
https://github.com/specialbrocoli/vanlife
In this mini project I was learning how to implement react router dom from scratch, and this really helped master the artistry of employing it in any project.
bun react reacticons reactrouterdom taiwindcss vitejs
Last synced: 18 May 2026
https://github.com/nitoba/agro-migrator
Ferramenta open-source para simplificar migrações de banco de dados do Agrotrace, oferecendo solução robusta e amigável para gerenciar estruturas complexas, garantir integridade dos dados e rastrear mudanças. Inclui geração automática de arquivos de migração.
Last synced: 11 Apr 2026
https://github.com/sjramblings/token-price-index
Daily-refreshed unified pricing for LLM tokens across providers and hyperscalers (Bedrock, Azure OpenAI, Vertex AI). Public, machine-readable, zero-cost.
azure-openai bedrock bun github-pages llm-pricing token-pricing typescript vertex-ai
Last synced: 27 May 2026
https://github.com/rahul-sahani04/anime-quotes-app
The Anime Quotes App is a React-based web application for exploring and discovering anime quotes. It fetches random anime quotes from a database, offers customization options for their display, provides character information, and enables easy sharing of your favorite quotes
anime api bun javascript nodejs react reactjs supabase
Last synced: 11 Apr 2026
https://github.com/crbroughton/sibyl
A lightweight, type-safe query builder for sql.js, libSQL & Bun
bun database db embedded sql sqlite typescript wasm
Last synced: 11 Apr 2026
https://github.com/rhuanbarreto/ha-house-inventory
Home Assistant add-on: a private inventory of every physical asset in your house. Imports devices from HA, tracks non-HA assets, auto-finds manuals + product links via DuckDuckGo + any AI Task you configure.
bun hacs home-assistant home-assistant-addon home-assistant-custom hono inventory llm sqlite typescript
Last synced: 26 Apr 2026
https://github.com/tarnishablec/langgraph-checkpoint-bunsqlite
bun langchain langchain-js langgraph-js sqlite
Last synced: 11 Apr 2026
https://github.com/nolarose1968-pixel/crystal-clear-architecture
Enterprise-grade domain-driven architecture reference implementation for modern dashboard systems
bun dashboard domain-driven-design enterprise performance scalability typescript
Last synced: 14 May 2026
https://github.com/jatin123lodhi/worker-orchestrator
A service that dynamically orchestrates EC2 instances to provide on-demand VS Code environments, with one dedicated instance per user via AWS Auto Scaling Groups.
autoscaling-groups aws bun docker express nodejs
Last synced: 07 Apr 2026
https://github.com/jcanizalez/fourmis-agent-sdk
ai-agent ai-agents ai-tools anthropic-claude anthropic-sdk bun openai
Last synced: 18 Feb 2026
https://github.com/fabiokusaba/curso-node-intensivo
Curso intensivo de Nodejs - construindo uma aplicação completa.
bcrypt bun cors eslint javascript jwt nodejs typescript valibot
Last synced: 07 Apr 2026
https://github.com/can-acar/bun-cancellation-token
Lightweight cancellation tokens built on top of AbortController for Bun/TypeScript.
Last synced: 18 May 2026
https://github.com/devetek/ansible-role-bun
Ansible role to install Bun (Node.js Alternative).
ansible ansible-role bun nodejs
Last synced: 18 Apr 2026
https://github.com/sun33t/0003-linting-formatting-setup-bun
This repo demonstrates a workflow for using git hooks to automate the linting and formatting of files and for the standardization of commit messages within a bun project.
bun code-quality git git-hooks husky javascript lint-staged typescript
Last synced: 13 Apr 2026
https://github.com/diraneyya/resume
My printable online resume (forked from https://github.com/midudev/minimalist-portfolio-json)
astro bun cloudflare-pages cv json pdf printable resume
Last synced: 12 Sep 2025
https://github.com/wuz/wuz.sh
My personal site
bun docker nextjs nix personal-site
Last synced: 27 Feb 2026