Skip to main content

Quickstart Guide

Get up and running with Tokencraft in just a few steps.

Step 1: Create an Account

Visit app.tokencraft.dev and sign up for a free account.

Step 2: Review Your Workspace

When you sign up, Tokencraft automatically creates a default workspace for you. You’re ready to go right away—no extra setup needed. Want additional workspaces?
  1. Click “New Workspace”
  2. Give it a name (e.g., “Design System”)
  3. Add an optional description
  4. Click “Create”

Step 3: Create a Tokenset

Inside your workspace:
  1. Click “New Tokenset”
  2. Name it (e.g., “Colors”)
  3. The default mode “Base” is created automatically

Step 4: Add Your First Token

  1. Click “Add Token” in your tokenset
  2. Fill in the details:
    • Name: colors.primary.500
    • Type: Color
    • Value: #3b82f6
    • Description: “Primary brand color”
  3. Click “Save”

Step 5: Generate an API Token

To access your tokens via the API:
  1. Navigate to API in the sidebar
  2. Click “New Token”
  3. Give it a name (e.g., “Production API”)
  4. Copy the token immediately (you won’t see it again!)
Store your API token securely. It provides full access to your design tokens.

Step 6: Make Your First API Call

Test your API token:

Step 7: Export Your Tokens

Export your tokens in your preferred format:

What’s Next?

Learn Core Concepts

Understand workspaces, tokensets, and modes

Explore the API

Deep dive into all available endpoints

Setup MCP Server

Use Tokencraft with Claude Desktop

CI/CD Integration

Automate token syncing

Environment Setup

For convenience, store your credentials as environment variables:
.env

Common Use Cases

1. Web Development

Export as CSS variables and import into your stylesheet:
styles/tokens.css

2. React/Vue Applications

Fetch tokens at build time:
scripts/sync-tokens.js

3. Mobile Applications

Download platform-specific files during your build:
prebuild.sh

Need Help?

API Authentication

Learn more about API authentication and security