GETTING STARTED
Installation
Start an HTML-first fullstack application, or add Coordiation CSS to your existing project. Choose the guide that matches what you want to build.
Server-rendered .coord pages, backend APIs and eight guided delivery modes. No required React or Next.js runtime. Requires Node.js 22.18 or newer; alpha APIs may change.
Install the fullstack alpha →All 49 tracked capability areas are implemented and documented across twelve public packages. Install the candidate with the npm next tag while latest remains unchanged.
Build a complete page
Release candidate
See the complete package train, lifecycle capabilities, validation results, and stable-release boundary.
12 public packages→From 0.1 and CLI 0.2Migrate to 1.0 RCUpgrade package versions, migrate negative utility syntax, and adopt revision-aware lifecycle contracts.
@coordiation/upgrade@next→Choose your integration
Install the compiler, adapters, icons, themes, components, and tooling from the public npm registry.
@coordiation/*→RecommendedUsing ViteFast development, automatic template scanning, and stylesheet updates through the official Vite adapter.
@coordiation/vite→FlexibleUsing PostCSSAdd Coordiation CSS to an existing PostCSS pipeline.
@coordiation/postcss→Framework agnosticUsing the CLICompile once or run a durable cross-platform watch process without a bundler plugin.
coordiation-css→Framework guides
Scan JSX and TSX files with fast updates and zero styling runtime.
vite.config.js→PostCSSNext.jsApp Router and Pages Router setup through the official PostCSS adapter.
postcss.config.mjs→ViteAstroScan Astro components and import the generated virtual stylesheet.
astro.config.mjs→Blade + ViteLaravelCompile utilities found in Blade templates and frontend components.
resources/**→ViteSvelteKitRegister Coordiation beside SvelteKit and load it from the root layout.
+layout.svelte→CLIHTML + CSSGenerate a static, runtime-free stylesheet without a framework.
coordiation-css→CLIPHPScan PHP templates and deploy ordinary compiled CSS.
*.php→Theme workflowWordPressCompile inside a custom or child theme and enqueue the generated asset.
functions.php→Requirements
- Node.js 20 or newer
- Static, complete class names in source files
- Vite 5 or newer when using the Vite adapter
