Your AI builds
production websites

Connect your AI to ANTSAND. It inspects your site, assigns styling, compiles, and deploys through a REST API.

400+ utility classes, 4 themes, WCAG accessibility, and zero dependencies.

Version 2.0 - Now with DSL Templates

400+

Utility Classes

4

Theme Presets

WCAG

A11y Built-in

Dependencies

Connect. Design. Deploy.

Your AI goes from zero to production website in minutes.

How it works
🔌

1. Connect

AI authenticates with one API key and inspects your Databoard.

🎨

2. Design

Assigns themes, layouts, typography, and component styles to fields.

3. Compile

Generates only the CSS your site uses — zero-waste, production-optimized.

🚀

4. Deploy

Ships a live, federated, ACL-controlled production website.

Structured

Every section follows a contract.

Federated

HMVC modules stay independent and composable.

ACL-Gated

Role-based access is built in, not bolted on.

Idempotent

Patch and redeploy without corrupting the board.

Not just a CSS framework. A styling layer for generated websites.

Bootstrap gives components. Tailwind gives utilities. Antsand Style connects CSS to Databoard, a visual control plane that stores pages, sections, field mappings, Sass, routes, and generated-site structure.

The result is a system AI can read: stable Header / Body / Footer fields, reusable Sass v2 classes, board-level Sass, generated utilities, and an API loop that can patch, compile, deploy, and test a real HMVC website.

What is Antsand Style?

Sass v2

Shared tokens, components, utilities, and themes.

Databoard

Where classes attach to page, section, and field slots.

Compiler

Turns board contracts into deployed Phalcon HMVC sites.

AI-readable

Explicit contracts instead of hidden visual-builder state.

Let your AI understand ANTSAND.

Copy the full architecture prompt from the dedicated AI Quick Start page, then use the API loop to inspect, patch, compile, deploy, and test.

Use the CSS alone — or unlock the full compiler.

ANTSAND Styles works as a standalone CSS library. But its full power comes when paired with the Databoard website compiler.

Two paths

Standalone CSS Library

Drop in one CSS file. Use the components, utilities, and themes in any HTML project — no build tools, no PHP, no Databoard required.

✓ 920 CSS classes, 128KB compiled

✓ 24 component types: buttons, cards, forms, tabs, modals, and more

✓ 4 theme presets, 40+ self-hosted fonts

✓ WCAG accessible, responsive, zero dependencies

Full Databoard Compiler

Fill in data fields, assign CSS classes, deploy a full production site. AI styles through the API — no HTML editing, zero-waste CSS.

✓ Everything in standalone, plus:

✓ Visual control panel for content + styling

✓ REST API for AI-driven inspect → patch → deploy loops

✓ Sass scanner generates only the CSS your site uses

✓ Contract tests enforce the structure

One Structure. Infinite Designs.

Every section follows the same pattern. Same HTML + different CSS = unlimited possibilities.

The Antsand Way

Header

Title, subtitle, navigation

H

Body

Main content, cards, lists

B

Footer

Actions, links, metadata

F

The section contract can be rendered as code.

This is not hardcoded HTML in the page. It is a mapped code object, rendered by the shared H/B/F template and styled by Sass v2.

Data object

A reusable code block

Agents can now create documentation, API examples, prompts, and component snippets as data first.

section.volt volt
<section class="{{ section.container }}">
  <div class="{{ header.container }}">
    {{ header.h2 }}
  </div>

  <div class="{{ data.container }}">
    {% for item in data %}
      <article class="{{ data.sub_container }}">
        {{ item.h3 }}
        {{ item.p }}
        {{ item.code_block.code }}
      </article>
    {% endfor %}
  </div>

  <div class="{{ footer.container }}">
    {{ footer.p }}
  </div>
</section>

One section. Four completely different looks.

The HTML never changes. You change only the CSS classes on Databoard fields. Here is the same services section styled four ways.

Same HTML → Different Output

Analytics

Real-time metrics

theme-minimal-clean antsand-card

Analytics

Real-time metrics

theme-dark-corporate antsand-card

Analytics

Real-time metrics

theme-warm-editorial antsand-card

Analytics

Real-time metrics

theme-bold-gradient antsand-card-glass