rehacktive/caffeine
A basic REST service for JSON data - enough for prototyping and MVPs! observed · 2026-08-28
Health v2 · maintenance only
23/100
- Activity 0
- Release rhythm 8
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 1775
- days_rel: n/a
- days_push: 1372
- n_releases_24m: 0
Adoption not part of the score
1175 stars · 34 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Caffeine is a lightweight REST service written in Go that stores JSON data with CRUD operations, JWT auth, schema validation, jq-style search, and SSE realtime notifications. It requires no database setup, supporting in-memory, sqlite, postgres, or filesystem storage, and auto-generates Swagger/OpenAPI specs.
Use cases
- prototype a backend without setting up a database
- spin up a quick REST API for an MVP
- mock backend for frontend development
- store JSON data with simple CRUD endpoints
- add JWT auth to a throwaway API
- get realtime data change notifications via SSE
- auto-generate OpenAPI docs for a test API
When to choose
- you need a working JSON backend in minutes for prototyping or MVPs
- you want zero database setup with optional sqlite/postgres persistence
- you want built-in auth, validation, search, and Swagger docs out of the box
- you want an easily deployable containerized backend stub
When to avoid
- you need a production-grade backend with complex business logic or relations
- you need high scalability or advanced query capabilities
- the project sees infrequent releases and you need active long-term support
- you need non-JSON data formats or GraphQL
Facets
service · maturity maintenance
http-server api-framework auth search-engine database websocket backend apis web-development developer-tools databases go windows self-hosted cli rest-api json-api nosql mock-backend prototyping jwt sse swagger sqlite postgres linux macos docker
1 source
- readme: https://github.com/rehacktive/caffeine · fetched 2026-08-28 · 896afb3f38cf
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| rehacktive/caffeine | main | 23 |
For agents
markdown · JSON · MCP: product_card(name="rehacktive/caffeine")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem