For Developers

Brand consistency as code

Aurora generates production-ready design tokens, theme schemas, and typed SDKs— from one brand interview. Stop manually syncing. Start shipping faster.

The Problem

Manual token syncing

Manually syncing colors between Figma, CSS, iOS, and Android

Deploy for every change

Brand updates require code changes and deployments

Multi-tenant nightmare

Managing brand tokens for multiple clients is complex and error-prone

Brand Consistency as Code

REST API
Get brand tokens
import { aurora } from '@aurora/sdk';

const brand = await aurora.generate({
  name: "DjungelKaffét",
  mood: ["calm", "warm", "craft"]
});

// Get type-safe design tokens
const { colors, typography, motion } = brand.tokens;

// Export to your framework
brand.export('tailwind'); // → tailwind.config.js
brand.export('figma');    // → tokens.json

API-first architecture

RESTful and GraphQL APIs with real-time webhooks

Type-safe SDKs

Full TypeScript support with auto-generated types

Production-ready

CDN-backed, 99.99% uptime SLA, sub-50ms response times

Features

Framework-Agnostic Tokens

Export to any platform or framework

  • Tailwind config
  • CSS variables
  • Swift UIKit
  • Figma tokens

Real-Time Webhooks

Brand updates push to your apps instantly

  • Brand schema updated
  • Token changes
  • Version published
  • Custom events

Developer CLI

Automate brand workflows from terminal

  • Generate tokens
  • Sync with Figma
  • Export configs
  • CI/CD pipelines

GraphQL + REST APIs

Query brand data your way

  • Type-safe queries
  • Real-time subscriptions
  • Batch operations
  • Schema introspection

Integrations

Figma

Bidirectional token sync

Tailwind CSS

Auto-generated theme config

React

Theme provider + hooks

Vue

Composables + plugins

Next.js

Server & client components

GitHub Actions

CI/CD token automation

In Development

SDKs & Tools

We're building type-safe SDKs for multiple languages. Join the beta to get early access.

Coming Soon

JavaScript/TypeScript

Stable

Type-safe SDK for Node.js and browsers with auto-completion

npm install @aurora/sdk
Coming Soon

Python

Beta

Pythonic SDK with type hints and async support

pip install aurora-identity
Coming Soon

CLI

Stable

Command-line tools for CI/CD and automation workflows

npm install -g @aurora/cli
API Preview

Try the API

Preview of our upcoming REST API. Join the beta for early access.

Request

curl -X POST https://api.auroraidentity.io/v1/brand/generate \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "name": "DjungelKaffét",
    "mood": ["calm", "warm", "craft"],
    "industry": "cafe"
  }'

Response

{
  "id": "abc123",
  "name": "DjungelKaffét",
  "tokens": {
    "colors": {
      "primary": "#8A70FF",
      "secondary": "#68E0CF",
      "accent": "#9B84FF"
    },
    "typography": {
      "heading": "Plus Jakarta Sans",
      "body": "Inter"
    }
  },
  "status": "ready"
}

Perfect For

White-label SaaS

Let customers customize their brand without rebuilding UI

  • Multi-tenant branding
  • Customer theme editor
  • Instant brand switching
  • No code changes needed

Agency Client Portals

Manage multiple client brands from one codebase

  • Client brand library
  • Automated token sync
  • Version control
  • Export to any format

Multi-brand Platforms

Support multiple brands in one application

  • Dynamic theming
  • Brand-specific routes
  • Shared components
  • Consistent UX

Design System Tools

Build design tools powered by Aurora's brand intelligence

  • Theme generators
  • Color palette tools
  • Brand validators
  • Design token managers
Planned Pricing

API Pricing

Transparent pricing when we launch. Beta users get special early access rates.

Free

€0
  • 100 API requests/month
  • Community support
  • Public documentation
  • Basic SDKs

Enterprise

Custom
  • Unlimited requests
  • Dedicated support
  • Custom integrations
  • SLA guarantee
  • On-premise option
  • Training & onboarding
Coming Soon

Open Source SDKs

Our SDKs will be open source on GitHub. Join the beta to get notified when they launch.

Preview

aurora-sdk-js

Official JavaScript/TypeScript SDK

856
TypeScript
Preview

aurora-sdk-python

Official Python SDK with async support

234
Python
Preview

aurora-examples

Integration examples and starter templates

412
Various

Documentation

Quick Start

Get up and running in 5 minutes

API Reference

Complete API documentation with examples

Code Examples

Real-world integration examples

Best Practices

Tips for optimal integration

Launching Soon

Be First to Build With Aurora

Join the beta waitlist to get early access to our API, SDKs, and production-ready design tokens.