An open API service indexing awesome lists of open source software.

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

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