https://github.com/involvex/kilo-worst-captcha-challenge
https://github.com/involvex/kilo-worst-captcha-challenge
captchagenerator hackathon kilo kilo-code types
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/involvex/kilo-worst-captcha-challenge
- Owner: involvex
- Created: 2026-03-19T21:31:59.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2026-03-19T21:43:14.000Z (3 months ago)
- Last Synced: 2026-05-02T19:41:43.879Z (about 1 month ago)
- Topics: captchagenerator, hackathon, kilo, kilo-code, types
- Language: TypeScript
- Homepage: https://white-rain-4817.d.kiloapps.io/
- Size: 84 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Agents: AGENTS.md
Awesome Lists containing this project
README
# Kilo's Worst CAPTCHA Challenge
A joke CAPTCHA that masquerades as a "verify you are human" challenge — but the only tiles are TypeScript's `any`, `unknown`, and `never`. Pick whichever you want. It doesn't matter. You will fail.
Built with Next.js 16, React 19, and Tailwind CSS 4.
## Getting Started
```bash
bun install
bun dev
```
Open [http://localhost:3000](http://localhost:3000) in your browser.
## Commands
| Command | Description |
|---------|-------------|
| `bun dev` | Start development server |
| `bun build` | Production build |
| `bun start` | Start production server |
| `bun lint` | Run ESLint |
| `bun typecheck` | Run TypeScript type checking |
## Tech Stack
- **Next.js 16** — App Router
- **React 19** — UI
- **TypeScript 5.9** — Type safety
- **Tailwind CSS 4** — Styling
- **Bun** — Package manager