Shared hosting ready
Jasefly targets ordinary PHP shared hosting: Apache, PHP, MySQL. The React frontend is prebuilt into static assets — you do not need Node on the server. Use the install ZIP (installer_v2) for a fresh site, then SiteUpdater for releases.
Install ZIP / clone Core for the host (~15 modules). The 15 domain packages are in github.com/iia3uk/Jasefly-Modules — not inside Core main.
What you need
Keep expectations aligned with shared hosting limits.
- PHP + MySQL — Standard stack; API runs under public_html/api (or equivalent).
- Install ZIP — Hosting package with frontend dist + backend — GitHub release installer_v2.
- Safe updates — Update ZIPs applied by SiteUpdater; stale assets pruned after deploy.
- Config offline — Secrets stay in hosting config / .env — never in the public SPA bundle.
- MCP is optional — AI tooling needs a local clone + MCP both sides — not enabled by the ZIP alone.
- When to use VPS — Heavy custom Node tooling, long workers, or exotic OS packages — prefer VPS/dev machine.
Download the install package
Latest package: installer_v2 (public_html + install.php). Then follow /docs for setup.