Forma is the design system engine behind all Visiona work. Contract-first CSS, semantic tokens, and 3 production-ready themes — all on GitHub.
Website quality shouldn't depend on luck or individual taste. It should depend on systems.
Forma separates the concerns that matter:
Structure, layout, components. Unchanging across all themes.
Non-color design values (spacing, type, radius). Shared by all themes.
Color decisions only. Swappable. Contractually enforced — build fails if any token is missing.
31 required tokens. If your theme is missing even one, the build fails. Not a warning — a failure. This is how you guarantee complete, functional design systems.
Token categories: Surfaces (4), Text (5), Borders (4), Accents (3), States (3), Feedback (4), CTA (3), Shadows (4). Every theme implements all 31 — no exceptions.
Three starter themes. Same HTML. Completely different look.
Dark, confident, premium. Purple accent on near-black surfaces. For tech products, agencies, crypto.
Dark, minimal, editorial. Monochrome brutalism. Content-first. For documentation, blogs, portfolios.
Light, warm, literary. Cream base with amber accents. For magazines, editorial, personal brands.
Pick your theme and add one line to your HTML:
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/VisionaSilva/forma@main/build/forma-dusk.css">Other themes:
<!-- Graphite -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/VisionaSilva/forma@main/build/forma-graphite.css">
<!-- Ivory -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/VisionaSilva/forma@main/build/forma-ivory.css">Every theme ships with the same 12 component categories: Nav, Hero, Button, Card, Form, Badge, Feature Grid, Testimonials, Pricing, FAQ, Footer, Section.
Same HTML. Same API. Only the colors change.
Need your own theme?
theme.json with your token valuesforma-yourtheme.cssForma is the engine — the contract, the components, the build system.
Visiona Silva is the designer behind the taste — the one who decides what "good" looks like and encodes it into TASTE.md files, token decisions, and opinionated design systems.
Forma ships with 3 starter themes created by Visiona. Premium themes and custom design systems are available by hiring Visiona.
Use Forma for your next project. Or let Visiona build you a custom design system.