Skip to content

SuperInstance/contributor-hub

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

contributor-hub

Public contributor directory for the Cocapn Fleet — a Cloudflare Worker that renders contributor profiles and stats.

What This Gives You

  • Contributor profiles — name, role, bio, and repo count for each contributor
  • Beautiful landing page — dark-themed, responsive HTML with gradient accents
  • Health endpoint/health returns contributor count and status
  • Zero external APIs — all data rendered server-side from embedded state

Quick Start

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

API

Method Path Description
GET / Rendered contributor page
GET /health JSON status with contributor count

How It Fits

A Cocapn Fleet vessel serving the public-facing contributor directory. Part of the SuperInstance ecosystem.

Related repos:

License

Apache 2.0

About

Profile and track all fleet contributors and their contributions

Topics

Resources

License

Code of conduct

Contributing

Security policy

Stars

1 star

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • TypeScript 100.0%