Open Source
MIT licensed.
Deploy anywhere.
The entire codebase is open. Fork it, extend it, self-host it, learn from it. No feature gates, no telemetry, no vendor lock-in.
Quick Start
1
git clone https://github.com/darkspock/croncontrol.git2
cd croncontrol3
make startStarts PostgreSQL via Docker Compose, applies migrations, and runs the server on :8090.
Tech stack
Backend
Go 1.24 · chi · pgx/v5 · SQLC · bcrypt · AES-256-GCM
Frontend
React 19 · TypeScript · Vite · Tailwind CSS 4 · shadcn/ui · TanStack Query
Database
PostgreSQL 16 · 19 tables · SKIP LOCKED · ULID primary keys · prefix+ULID IDs
Distribution
Single binary (go:embed) · Docker · GoReleaser · 4 binaries (server, worker, CLI, MCP)
Contributing
Issues, PRs, and discussions are welcome on GitHub. Start by reading the docs/ directory for architecture context.
View on GitHub