What problem does it solve?
Enables creation of high-density, self-contained static HTML deliverables that open directly in a browser without any build toolchain, removing the friction of packaging, validating, and sharing rich interactive infographics, dashboards, and architecture visuals.
Core Features & Use Cases
- Self-contained output: Produces a single validated HTML bundle with inline CSS and SVG so artifacts can be shared and opened directly in a browser.
- Design-first layout: Opinionated CSS Grid and Flexbox utilities plus CSS custom properties for purposeful palettes, layout math, and high information density.
- Tooling & validation: Includes scaffold and bundle scripts to initialize projects, check for external dependencies, verify inline SVG presence, and produce bundle.html.
- Use cases: Interactive data dashboards, layered architecture diagrams with directional flows, standalone HTML infographics and print-ready visual deliverables.
Quick Start
Run the initialization script scripts/init-artifact.sh with a project name, edit the generated index.html to craft your artifact, then run scripts/bundle-artifact.sh to validate and produce bundle.html.