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.
- Stars
- 167
- Forks
- 10
- License
- AGPL-3.0
- Category
- Developer Tools
- Latest push
- Published
- Refreshed
- Updated
About this app
This profile is based on public repository information.
Research and source context
This profile is compiled from public repository data. Repository details were captured and the profile was last researched .
More in Developer Tools
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.