Five Go tools.
Actually working.

// Real endpoints. Real SQLite. Real results. Hosted on Hostinger Business.

server online · checking...
live tools · 5 endpoints
GET
HTTP API Server
Pure PHP server. No framework. Returns JSON health status with timestamp.
→ GET /api/health
GET
Task Runner
Replaces Makefile. Runs build / test / run commands on the server.
→ GET /api/task?task=build
GET
SQLite Migration
Embedded file-based DB. Schema applied at startup. Zero server needed.
→ GET /api/migrate
GET POST DEL
Admin CLI → API
Create, list, delete users. Real SQLite database. No web dashboard needed.
→ /api/admin
POST
Log Rotation
Copies app.log to timestamped archive, then clears the source file.
→ POST /api/logs/rotate