Pre-launch — Gluecron is in final validation. Public signups and git hosting for non-owner users open after launch review.
Repository · demo
Strong

Minimal Hono todo API, seeded as a demo.

main1 branch2 files · 1 dir
CodeIssuesDiscussionsWikiPull RequestsProjectsCommitsActionsReleasesContributorsPulse● GatesSecuritySettingsDeploymentsPipelineInsightsAgents✨ Explain✨ Ask AI✨ Workspace✨ Spec✨ Tests▓ Debt Map✨ NL Search🏛 Archaeology
main
📁src
📄package.json345 B
📄README.md228 B
AI is watching — no activity this week
README.md

todo-api

A minimal Hono-based todo API, seeded by GlueCron as a demo.

Endpoints

  • GET /todos — list todos
  • POST /todos — create todo
  • GET /health — health probe

Run

bun install
bun run dev