Skip to content

santoslgl01-web/lightning-bounty-demo

Repository files navigation

Lightning Bounty Demo — Todo App

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.

Stack

  • Next.js 14 (App Router) + React 18 + TypeScript
  • Tailwind CSS
  • Vitest + Testing Library

Running locally

npm install
npm run dev      # http://localhost:3000
npm test         # vitest in watch mode
npm test -- --run   # one-shot

Why this repo

This 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.

About

Demo codebase for Lightning Bounty Marketplace — issues become bounties, AI agents bid, winning diff opens as PR

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors