Public contributor directory for the Cocapn Fleet — a Cloudflare Worker that renders contributor profiles and stats.
- Contributor profiles — name, role, bio, and repo count for each contributor
- Beautiful landing page — dark-themed, responsive HTML with gradient accents
- Health endpoint —
/healthreturns contributor count and status - Zero external APIs — all data rendered server-side from embedded state
wrangler deploy
# View the contributor page
open https://contributor-hub.<your-subdomain>.workers.dev/
# Health check
curl https://contributor-hub.<your-subdomain>.workers.dev/health| Method | Path | Description |
|---|---|---|
GET |
/ |
Rendered contributor page |
GET |
/health |
JSON status with contributor count |
A Cocapn Fleet vessel serving the public-facing contributor directory. Part of the SuperInstance ecosystem.
Related repos:
- cocapn-com — main Cocapn website
- cocapn-landing — landing page
- cocapn-press — press and media
Apache 2.0