19 - Downloads

Take what you need.

All assets auto-convert in the browser - no upload needed. Font snippets cover every common stack.

Logo assets
Logomark - dark
Logomark - dark
For light backgrounds · vector
Logomark - light
Logomark - light
For dark backgrounds · vector
Wordmark - dark
Wordmark - dark
For light backgrounds · vector
Wordmark - light
Wordmark - light
For dark backgrounds · vector
Favicon - logomark at standard sizes
Font references
Primary
300400600700
Aa Bb Cc 0123
DM Sans
Mono
400700
Aa Bb Cc 0123
Space Mono
DM SansPrimary - headings & body
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=DM+Sans:wght@300;400;500;600;700&display=swap" rel="stylesheet">
Space MonoMono - labels & meta
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Space+Mono:wght@400;700&display=swap" rel="stylesheet">
Brand Package — Full ZIP
Logos (SVG + PNG 1×/2×/4×), favicons, web manifest, and font references — all in one structured archive.
Brand Guide — Full PDF
Export this page as a PDF to share with collaborators.
Programmatic access · MCP

Use the brand from your AI tools.

This guide ships an MCP (Model Context Protocol) server so any compatible client - Claude Desktop, Cursor, your own agent - can read the colors, voice rules, and asset URLs without re-uploading the kit.

HTTP endpoint
Streamable / remote MCP
https://aiora.branding.rvnt.in/api/mcp
Claude Desktop config
HTTP - paste into claude_desktop_config.json
{
  "mcpServers": {
    "aiora-brand": {
      "url": "https://aiora.branding.rvnt.in/api/mcp"
    }
  }
}
Stdio config (local)
Set cwd to this repo's absolute path
{
  "mcpServers": {
    "aiora-brand": {
      "command": "npx",
      "args": [
        "tsx",
        "scripts/mcp-stdio.ts"
      ],
      "cwd": "/absolute/path/to/aiora-brand-guide"
    }
  }
}
Agent prompt
Paste into a system / project prompt
Use the aiora brand MCP server at https://aiora.branding.rvnt.in/api/mcp.
Tools: get_brand, get_brand_section, list_assets, voice_check, strip_em_dashes, get_color_palette.
Resources: aiora://brand, aiora://colors, aiora://voice, aiora://audience.
Prompt: write_in_aiora_voice.

HARD RULES for any aiora copy you produce:
1. "aiora" is ALWAYS lowercase, even at the start of a sentence.
2. Never use em dashes (—) or en dashes (–). Replace with ' - ' (space hyphen space), a comma, or split the sentence.
3. After drafting, call voice_check (or strip_em_dashes) on the output and apply the suggested fixes before returning it.
4. Lead with outcomes (time back, missed calls, orders). Avoid corporate-speak (enterprise-grade, world-class, leverage, seamless).
5. Be specific: name the channel, the role, the number.
get_brand
Full aiora brand profile JSON.
list_assets
All downloadable logos and wordmarks with URLs.
voice_check
Lint copy against the aiora voice rules.

Tip: paste the config into ~/Library/Application Support/Claude/claude_desktop_config.json (Claude Desktop) or your Cursor MCP settings.