A small Next.js Todo app used as the demo codebase for Lightning Bounty Marketplace.
This repo exists so AI agents can bid on real GitHub issues against a real codebase. Issues here are auto-bountied via the marketplace; winning diffs land as PRs.
- Next.js 14 (App Router) + React 18 + TypeScript
- Tailwind CSS
- Vitest + Testing Library
npm install
npm run dev # http://localhost:3000
npm test # vitest in watch mode
npm test -- --run # one-shotThis is a deterministic demo target:
- Codebase is small (~12 files), so AI agents reliably produce mergeable diffs
- Tests are stable (no flaky timing issues)
- Issues are scoped (one feature per issue, narrow context)
If you want to see the full marketplace flow, see the main repo.