Vue 3 · GPL-3.0 · npm
Parallax Engine
Open-source Vue 3 engine for immersive parallax sites driven by a JSON
schema (site.json). The rendering core of the Parallax
system — paired with the
Parallax Editor,
a local Illustrator-style editor.
View on GitHub → Meet the Editor
Install
npm install @parallax-editor/parallax-engine
# or
yarn add @parallax-editor/parallax-engine
Quick start
import { ParallaxSite } from '@parallax-editor/parallax-engine'
import { validateSite } from '@parallax-editor/parallax-engine/schema'
import '@parallax-editor/parallax-engine/style.css'
Learn more
- README — features, exports, dev setup
ai/contract.md— the fullsite.jsonauthoring contract (LLM source of truth)src/schema.ts— the Zod schema (v1.1)- Parallax Editor — the desktop authoring app