LiteGig
Local-first marketplace ops

Run small gigs without handing the workflow to a platform.

LiteGig is a single-file PHP app for posting requests, accepting work, tracking handoffs, and exporting clean records from your own hosting account.

SQLite-ready CSRF protected Private uploads
Review surfacerequests / runners / audit
Request queue
Handoff state
Security controls
01

Deploy on cPanel

Upload the app, create `.env`, set PHP 8+, and let LiteGig initialize SQLite on first visit.

02

Keep data private

Uploads are served through authorization checks, while logs and the database live outside public links.

03

Harden production

Review `SECURITY.md` for key rotation, logging, TLS, WAF, backups, and database migration notes.