Zerp is a modular, open-source ERP/SaaS platform built with Laravel 12, Inertia.js, and React (TypeScript). Core business logic — auth, settings, billing, media library — lives in the main app, and every feature (HR, Accounting, CRM, POS, Projects, and more) ships as its own installable module.
- Website: https://zerp.pk
- Docs: https://docs.zerp.pk
- zerp — the core application
- docs — user & developer documentation
- Everything else here is a first-party module (
account,hrm,pos,landing-page, and more) — see the module table in the main README for the full list.
See the zerp repo README
for setup instructions — Automatic, Manual, and Docker install paths are
all documented there. app:install lets you pick which modules to enable
(e.g. HR-only, or a custom set), so a deployment only runs what it needs.
Issues and PRs are welcome. See CONTRIBUTING.md and CODE_OF_CONDUCT.md in the main repo.