SkillAgentSearch skills...

Bitmap

A little fun website with 1 billion checkboxes

Install / Use

/learn @alula/Bitmap
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

1 billion checkboxes

https://bitmap.alula.me/

Dev setup

Client:

cd client
cp .env.example .env
pnpm install
pnpm dev

Server:

cd server
cp config.example.toml config.toml
cargo run

Release build

Client:

cd client
pnpm build
# Static site is in `dist/client` directory

Server:

cd server
cargo build --release
# Compiled binary is `target/release/checkboxes-server`

Related Skills

View on GitHub
GitHub Stars22
CategoryDevelopment
Updated2mo ago
Forks2

Languages

TypeScript

Security Score

75/100

Audited on Jan 3, 2026

No findings