Directory / Category
Developer Tools
Software building and operations tools. Browse 11 curated apps in this category.
bknd
A self-hosted backend application providing database management, authentication, media handling, and workflows through a REST API and admin UI. It deploys to Cloudflare Workers and can use Cloudflare D1 or Durable Objects SQLite for data and R2 for media storage in a visitor-controlled account.
t4-app
A command-line scaffolding tool that generates a full-stack TypeScript starter app combining Expo and Next.js with tRPC, Tamagui, and Drizzle. The generated backend runs on Cloudflare Workers with a D1 SQLite database, and the project is designed for deployment to the user's own Cloudflare account.
D1 Manager
A web UI and API for administering Cloudflare D1 databases, allowing users to browse tables, inspect schemas, edit records, and run SQL or natural-language queries. It deploys to Cloudflare Pages in the visitor's own account, binding D1 databases and optionally a Workers AI binding or OpenAI key.
melody-auth
An OAuth 2.0 and authentication server providing sign-in, MFA, social and SAML/OIDC sign-in, RBAC, an admin panel, and frontend SDKs. It deploys to Cloudflare Workers with D1 and KV storage in the visitor's own account, with an alternative Node.js, Redis, and PostgreSQL self-hosting path.
ripgit
A self-hosted git remote and code hosting application that deploys to Cloudflare Workers, using one Durable Object with SQLite storage per repository, KV for the repo registry, and an optional auth worker connected via Service Binding, supporting git push, clone, fetch, a web UI, and full-text search.
gh-proxy
A GitHub proxy service that rewrites GitHub file, release, archive, and install-script URLs so they can be fetched through a self-hosted backend. It deploys as a Cloudflare Worker by pasting the provided worker.js into a visitor-controlled account, with an alternative Python/Flask self-hosting option.
projektor
A self-hosted project management application providing an issue tracker, kanban boards, sprints, and a wiki, with an MCP server that lets AI coding agents file and coordinate work. It deploys as a single Worker in the visitor's Cloudflare account, using D1 for data, KV for cache, and R2 for attachments.
AWS-AccessBridge
A self-hosted AWS access portal that lets teams sign into multiple AWS accounts, assume roles, and view cost and resource data. It deploys to Cloudflare Workers with D1, KV, Durable Objects, Secrets Store, and Zero Trust authentication in the visitor's own account.
meshflare
A self-hosted dashboard for managing Cloudflare Zero Trust resources such as mesh nodes, device registrations, Tunnels, split tunnels, and DNS filtering. It deploys as a Worker with a D1 database in the visitor's Cloudflare account, or runs self-hosted with Bun or Docker using a scoped API token.
weblinq
A web scraping and browser automation platform whose API runs on Cloudflare Workers, using Durable Objects to pool browser sessions and the Browser Rendering API for screenshots, markdown extraction, and PDF generation. It includes a dashboard and MCP server and can be self-hosted in a visitor's Cloudflare account.
webhook-debugger
Capture, inspect, and replay webhooks with 90-day history + signature verification. Built on Cloudflare Workers + D1.