This directory is now a self-contained brand package distilled from chutes-web/, with local copies of the brand-critical assets bundled into ./assets/ so the guide stays usable even if CDN paths or app structure change later.
- Run
npm run previewinsidechutes-style/to launch a local preview server athttp://127.0.0.1:4173/. - Read
BRAND_GUIDE.mdfor the actual brand rules and design guidance. - Open
index.htmldirectly if you want the raw standalone file, but the local server is the easier default. - Import
chutes-tokens.csswhen you want the same fonts, tokens, and starter primitives. - Pull structured values from
chutes-tokens.jsonfor tooling, design prompts, or code generation. - Use
ASSETS.mdandICONS.mdto find the packaged files quickly.
If you just need the main Chutes logo as a raw SVG, grab this file first:
./assets/brand/chutes-logo.svg
Related logo files:
./assets/brand/chutes-flat-light.svg: UI-sized light variant used across the package./assets/brand/chutes-flat-dark.svg: dark variant for light backgrounds./assets/brand/chutesblock.webp: compact block mark
BRAND_GUIDE.md: full brand guidance, usage rules, and implementation notesindex.html: visual overview boardpreview.js: scroll-linked interaction for the board's motion demoserver.mjs: tiny local preview server that serves/as the brand boardpackage.json: preview commands for the packaged guidechutes-tokens.css: reusable token file with local font referenceschutes-tokens.json: machine-readable token and asset metadataASSETS.md: packaged asset inventoryICONS.md: icon-system guideassets/brand/: packaged brand marks and social fallback artassets/fonts/: packaged font filesassets/logos/: packaged partner and provider logosassets/media/: packaged motion assetsassets/images/: packaged still imagery and card artassets/social/: packaged OG/social share imagesassets/icon-source/: packaged custom icon component source
This package was reconstructed from the live implementation in:
chutes-web/src/app.csschutes-web/tailwind.config.tschutes-web/src/lib/components/ui/*chutes-web/src/lib/components/icons/*chutes-web/src/routes/(landing-pages)/*chutes-web/src/lib/components/views/global/*
font-powercurrently resolves toTomato Grotesk, even thoughPower Groteskfiles ship in the source app.Season Mixis named in tokens but is not actually shipped as a loaded web font.Commit Monoappears in naming, but the live mono face isJetBrains Mono Nerd Font.mossexists in both a bright and softer legacy form in the repo. This package treats bright moss as the main accent and keeps the softer green as a supporting tint.
Generated from index.html.
To stand up the page locally:
cd chutes-style
npm run preview- The server is zero-dependency and uses Node's built-in
httpmodule. /servesindex.htmlautomatically.- You can change the port with
PORT=4321 npm run preview. npm run devworks too and points to the same preview server.
