Turavibe

Brand theming API

Create themes with colors, fonts, and spacing. Export as CSS variables or design tokens. Generate full color palettes from one hex.

One API Call

Create a brand theme. Call it from your backend, get a JSON response.

POST/api/v1/vibe/themes
curl -X POST https://www.turavibe.com/api/v1/vibe/themes \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
  "name": "My Brand",
  "primary": "#6366f1",
  "secondary": "#f59e0b",
  "font": "Inter"
}'

Uses the same TuraLogin API key across all Tura services.

One hex in, full theme out

Themes

POST a primary, secondary, accent, and font. GET back a complete theme object.

CSS Export

Request CSS :root variables for any theme. Drop it into your stylesheet, done.

Palette Generator

Send one hex, receive a full 50-to-950 shade scale. No more guessing at color math.

Set Up with AI

Paste this into Cursor, Claude, or ChatGPT to set up a TuraVibe integration.

AI Prompt
Add TuraVibe to my project. Docs at https://www.turavibe.com/SKILL.md . Brand theming with colors, fonts, and palette generation. Implement theme export and CSS variables.

Tura Cloud

One account, one key. TuraVibe connects with every Tura Cloud service.

Developer APIs

API-first building blocks for custom integrations.