DEV Community
•
2026-04-08 14:05
I built a self-hosted task manager in PHP + SQLite — single file, setup wizard, works on shared hosting
Hey devs,
I wanted to share a project I've been working on: a task/ticket manager that runs as a single PHP file with SQLite — no Docker, no Node, no database server.
What it does:
Setup wizard on first launch (choose your sector, upload logo, add team members, set categories)
Track tasks with priority, status, notes and comments
KPI dashboard + monthly CSV export
Optional AI assistant (Anthro...