What it does
The Anything agent has a curated catalog of named design-system presets. On every build, the agent selects one and applies its color palette, typography, and component vocabulary to the output.
Observed names
From Anything.com - Agent Chat and Anything.com - Code and Publish: - "High-Fidelity SaaS" — clean, dense, dashboard-like. Uses "Action Blue" for primary CTAs. - "Ghost Structure" — ultra-thin borders (#E5E7EB), gentle white surfaces, subtle 3D canvas with 2-point gap-Stop.
Further design-token vocabulary the agent uses:
- Action Blue — primary action color (seen on = button in Anything.com - Preview and Max Invocation).
- PR Taxonomy — a pill taxonomy (status, version, health).
- Precision Math — arithmetic rendering conventions (floating-point cleanup).
- Technical Typography — tight inter-headers and metadata hierarchy.
- SaaS buttons, feature cards, metadata pills — component library.
UX entry point
The Default > pill on the prompt input (see Anything.com - Workspace and New Project) is almost certainly the design-system selector — it defaults to one of these presets. Likely expandable to pick from the full catalog.
Why this matters
Anything.com has invested in a design-system layer that sits between the prompt and the generated code. The agent isn't just producing arbitrary CSS — it's snapping to curated presets. This has several consequences:
- Output consistency. Apps built on Anything look related, even across different users / prompts. This is a brand-durability play.
- Lower taste burden on the user. The user doesn't need to describe visual direction; the preset encodes it.
- Easier agent job. Generating against a known system is easier than open-ended generation.
- Moat vs raw-LLM tools. Competitors like Cursor or Bolt don't have a named design system; their output varies more.
Replit has "Design" as a product category (Replit - Homepage and Prompt Entry nav), but no evidence of named presets the agent snaps to.
Differentiators
- No equivalent in Replit based on current sources. Replit's Replit - Infinite Canvas is a visual authoring surface (designer-driven); Anything's preset system is AI-driven.
Sources
- !raw/anythingdotcom/Chat_View.png — names "High-Fidelity SaaS", "Action Blue"
- !raw/anythingdotcom/Code_Interface.png — names "Ghost Structure", "PR Taxonomy", "Precision Math", "Technical Typography"