Aurora generates production-ready design tokens, theme schemas, and typed SDKs— from one brand interview. Stop manually syncing. Start shipping faster.
Manually syncing colors between Figma, CSS, iOS, and Android
Brand updates require code changes and deployments
Managing brand tokens for multiple clients is complex and error-prone
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.jsonRESTful and GraphQL APIs with real-time webhooks
Full TypeScript support with auto-generated types
CDN-backed, 99.99% uptime SLA, sub-50ms response times
Export to any platform or framework
Brand updates push to your apps instantly
Automate brand workflows from terminal
Query brand data your way
Bidirectional token sync
Auto-generated theme config
Theme provider + hooks
Composables + plugins
Server & client components
CI/CD token automation
We're building type-safe SDKs for multiple languages. Join the beta to get early access.
Type-safe SDK for Node.js and browsers with auto-completion
npm install @aurora/sdkPythonic SDK with type hints and async support
pip install aurora-identityCommand-line tools for CI/CD and automation workflows
npm install -g @aurora/cliPreview of our upcoming REST API. Join the beta for early access.
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"
}'{
"id": "abc123",
"name": "DjungelKaffét",
"tokens": {
"colors": {
"primary": "#8A70FF",
"secondary": "#68E0CF",
"accent": "#9B84FF"
},
"typography": {
"heading": "Plus Jakarta Sans",
"body": "Inter"
}
},
"status": "ready"
}Let customers customize their brand without rebuilding UI
Manage multiple client brands from one codebase
Support multiple brands in one application
Build design tools powered by Aurora's brand intelligence
Transparent pricing when we launch. Beta users get special early access rates.
Our SDKs will be open source on GitHub. Join the beta to get notified when they launch.
Official JavaScript/TypeScript SDK
Official Python SDK with async support
Integration examples and starter templates
Get up and running in 5 minutes
Complete API documentation with examples
Real-world integration examples
Tips for optimal integration
Join the beta waitlist to get early access to our API, SDKs, and production-ready design tokens.