A minimal, brutalist API server built with Go and PocketBase.
Features
- Server-rendered templates
- RESTful API with PocketBase
- Live reloading in development
- Docker & Docker Compose support
- Minimalist design philosophy
Tools
- Link Processor - Process links through phases
- Navigator Session Manager - Manage browser automation sessions
Documentation
Environment
- Dev: Port 8090, live reloading enabled
- Prod: Port 8091, optimized build
Quick Start
- Development:
docker-compose up - Production:
docker-compose --profile prod up - Stop:
docker-compose down