Export
Inflozo compiles your project to a standard Ghost theme ZIP — readable Handlebars templates and partials, BEM-style CSS, and vanilla JavaScript only. There is no Inflozo runtime in the exported theme.
What is in the export
The ZIP contains the theme files plus a README, a CHANGELOG, and an .inflozo/ folder with a manifest, the project schema, and checksums. An exported theme is meant to work after a normal upload to Ghost Admin without manual fix-up.
The re-import boundary
Because the manifest and checksums are the source of truth, only an unmodified Inflozo-generated theme can be re-imported. Once you edit exported files locally, that theme can no longer be re-imported — this is by design, not a limitation we plan to remove.
routes.yaml
When a project uses custom routes, routes.yaml is provided as a standalone file with upload instructions. Inflozo never applies routes.yaml for you — you upload it manually in Ghost Admin under Labs.
What is planned
Export runs inside the builder, which opens when sign-ups begin. See deploy safety for how deploys use the same artifacts.
Inflozo is pre-launch, so parts of this describe planned behaviour. Have a question? See support or contact us.