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.
bun install
bun devOpen http://localhost:3000 in your browser.
| 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 |
- Next.js 16 — App Router
- React 19 — UI
- TypeScript 5.9 — Type safety
- Tailwind CSS 4 — Styling
- Bun — Package manager