TypeScript Cloudflare

Open-source TypeScript projects categorized as Cloudflare

Top 23 TypeScript Cloudflare Projects

  1. hono

    Web framework built on Web Standards

    Project mention: Placegoose: Seeding and deployment with HONC | dev.to | 2025-03-24

    Showcase solutions for common Hono project requirements, like relations and rate limiting

  2. Civic Auth

    Auth in Less Than 5 Minutes. Civic Auth comes with multiple SSO options, optional embedded wallets, and user management — all implemented with just a few lines of code. Start building today.

    Civic Auth logo
  3. react-starter-kit

    The web's most popular Jamstack front-end template (boilerplate) for building web applications with React

  4. soketi

    Next-gen, Pusher-compatible, open-source WebSockets server. Simple, fast, and resilient. 📣

    Project mention: Gazette: Cloud-native millisecond-latency streaming | news.ycombinator.com | 2024-08-07

    Not an exact match, but https://github.com/soketi/soketi might work for your needs (API-compatible with https://pusher.com )

  5. cloudflare-saas-stack

    Quickly make and deploy full-stack apps with database, auth, styling, storage etc. figured out for you. Add all primitives you want.

    Project mention: Top 8 Most Popular Open-Source Next.js SaaS Templates | dev.to | 2024-10-22

    3. Cloudflare SaaS Kit

  6. workers-sdk

    ⛅️ Home to Wrangler, the CLI for Cloudflare Workers®

    Project mention: Our container platform is in production. It has GPUs. Here's an early look | news.ycombinator.com | 2024-09-27

    You can't really run the Worker code without modifications somewhere else afaik (unless you're using something like Hono with an adapter). And for most use cases, you're not going to be using Workers without KV, DO, etc.

    I've hit a bunch of issues and limitations with Wrangler over the years.

    Eg:

    https://github.com/cloudflare/workers-sdk/issues/2964

    https://github.com/cloudflare/workerd/issues/1897

  7. itty-router

    A little router.

  8. t4-app

    Full stack meta-framework for building iOS, Android, and Progressive Web Apps with Tamagui and deploying to Cloudflare.

    Project mention: Show HN: T5.rs – A cross-platform app development template written in Rust | news.ycombinator.com | 2024-05-13

    Cargo Mobile 2, Dioxus, Warp, Diesel, PostgreSQL, Supabase Auth, Bun and TailwindCSS. Available on https://github.com/albbus-stack/t5.rs

    You can now ship the same Rust codebase on Windows, Linux, Android and Web (and more to test). Currently this template supports authentication, routing and database interactions through an api server.

    The creation of this project was inspired by an attempt at rewriting in Rust the t4-app project (https://github.com/timothymiller/t4-app), a cross-platform template written in Typescript.

    For now I've tested this on a few devices (Windows, Linux, Android and Web) and works fine after having setup all the necessary tools and environment variables. I would greatly appreciate some testing on MacOS and iOS since I don't have access to those systems. Any other type of feedback is welcome here or directly on Github issues.

    Hope you guys enjoy this while waiting for the new Dioxus version, happy hacking

  9. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  10. agents

    Build and deploy AI Agents on Cloudflare (by cloudflare)

    Project mention: Cloudflare Agents | news.ycombinator.com | 2025-03-04
  11. wrangler-action

    🧙‍♀️ easily deploy cloudflare workers applications using wrangler and github actions

  12. serverless-registry

    A container registry backed by Workers and R2.

    Project mention: So Long WordPress | news.ycombinator.com | 2024-10-28
  13. unifi-ddns

    Cloudflare DDNS (Dynamic DNS) support for UniFi OS

  14. core

    Build full-stack applications with Nuxt on CloudFlare, with zero configuration. (by nuxt-hub)

    Project mention: Nuxt Deployment Guide: How to Deploy Nuxt to Cloudflare | dev.to | 2025-02-22

    Great developer experience with strong support for Cloudflare (D1, KV, AI, R2, Vectorize) through the @nuxt-hub/core module.

  15. starbasedb

    HTTP SQLite scale-to-zero database on the edge built on Cloudflare Durable Objects.

    Project mention: SQLite-on-the-Server Is Misunderstood: Better at Hyper-Scale Than Micro-Scale | news.ycombinator.com | 2025-03-03

    The folks over at StarbaseDB (https://starbasedb.com/) are working on building tools for shareded SQLite.

    From the companies I've talked to, most developers using this architecture are building quick scripts to do this in-house. Both Turso and Durable Objects SQLite already a surprising amount of usage that people don't talk about much publicly yet, so I suspect some of this tooling will start to be published in the next year.

  16. vite-ssr

    Use Vite for server side rendering in Node

  17. web-archive

    Free web archiving and sharing service based on Cloudflare. 跑在 Cloudflare 上的免费网页归档和分享工具。

    Project mention: Another Hoarder,but Running on a Cloudflare Worker | news.ycombinator.com | 2024-12-25

    The web-archive runs on Cloudflare, utilizing the free tier of D1 database and R2 object storage, so it doesn't require its own server.

    Simultaneously capturing web pages is done through Chrome and Firefox browser extensions.

    I simplified the deployment using GitHub Actions, maybe someone would be interested in trying it...

    https://github.com/ray-d-song/web-archive

  18. cloudflare-rag

    Fullstack "Chat with your PDFs" RAG (Retrieval Augmented Generation) app built fully on Cloudflare

    Project mention: Full-stack RAG app built on Cloudflare | news.ycombinator.com | 2024-09-03
  19. react-turnstile

    Cloudflare Turnstile integration for React.

    Project mention: Rate Limiting , DDOS & Captcha | dev.to | 2024-08-22

    To use Captcha's in React we use a react-library that encapsulates a lots of logic for us react-turnstile Install it in the react-app

  20. chanfana

    OpenAPI 3 and 3.1 schema generator and validator for Hono, itty-router and more!

  21. worker-typescript-template

    ʕ •́؈•̀) TypeScript template for Cloudflare Workers

  22. notty

    An open source, minimal AI powered note taking app and powerful markdown editor (by Dhravya)

    Project mention: An open source, minimal AI powered note taking app and powerful Markdown editor | news.ycombinator.com | 2024-08-25
  23. audioflare

    An all-in-one AI audio playground using Cloudflare AI Workers to transcribe, analyze, summarize, and translate any audio file.

  24. workers-qb

    Zero dependencies Query Builder for Cloudflare Workers

  25. otel-cf-workers

    An OpenTelemetry compatible library for instrumenting and exporting traces for Cloudflare Workers

    Project mention: Show HN: Open-source Kibana alternative for logs and traces in ClickHouse | news.ycombinator.com | 2024-11-12
  26. InfluxDB

    InfluxDB high-performance time series database. Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.

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

Log in or Post with

TypeScript Cloudflare related posts

  • Show HN: An open source OAuth/auth system

    1 project | news.ycombinator.com | 27 Mar 2025
  • Placegoose: Seeding and deployment with HONC

    3 projects | dev.to | 24 Mar 2025
  • Hono Tutorial Pt. 1

    1 project | dev.to | 22 Mar 2025
  • How I Built My Own Last.fm Clone on Bluesky’s AT Protocol — Join the Beta!

    5 projects | dev.to | 13 Mar 2025
  • Build Svelte AI Chat with Vercel's AI sdk

    2 projects | dev.to | 12 Mar 2025
  • Cloudmark – A Registration-Free Cloud Bookmark Manager

    1 project | news.ycombinator.com | 11 Mar 2025
  • Fiberplane: Your Hono-native API Playground, powered by OpenAPI

    4 projects | dev.to | 13 Feb 2025
  • A note from our sponsor - CodeRabbit
    coderabbit.ai | 25 Apr 2025
    Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR. Learn more →

Index

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

# Project Stars
1 hono 23,655
2 react-starter-kit 22,861
3 soketi 5,186
4 cloudflare-saas-stack 3,461
5 workers-sdk 3,045
6 itty-router 1,912
7 t4-app 1,610
8 agents 1,514
9 wrangler-action 1,451
10 serverless-registry 1,160
11 unifi-ddns 1,164
12 core 1,118
13 starbasedb 1,009
14 vite-ssr 842
15 web-archive 819
16 cloudflare-rag 541
17 react-turnstile 535
18 chanfana 478
19 worker-typescript-template 436
20 notty 423
21 audioflare 410
22 workers-qb 320
23 otel-cf-workers 309

Sponsored
Auth in Less Than 5 Minutes
Civic Auth comes with multiple SSO options, optional embedded wallets, and user management — all implemented with just a few lines of code. Start building today.
www.civic.com

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