Baby Baltazar
Create UI components and layouts using AI. Preview them here, then dev teams install them in production.
What You Can Do
- Create new UI components (buttons, cards, charts)
- Create page layouts (dashboards, forms, lists)
- Modify colors, spacing, typography
- Add animations and interactions
- Preview with realistic mock data
- Iterate freely without affecting production
- Writing API calls or backend logic
- Database queries or data fetching
- Authentication or security
- Deploying to production
- Writing tests
- Pushing to main branch (always use PR)
How to Create Things
Use AI commands in Claude Code or Cursor. Just type the command and describe what you want.
When to create:
- • It's a single UI element (button, card, badge)
- • It accepts data via props
- • It can be reused in different places
- • Dev teams will install it via CLI
Examples:
How to ask AI:
/component earnings-card
Then describe: "A card showing total earnings with a trend indicator and sparkline chart"
When to create:
- • It's a complete page section
- • It needs multiple components working together
- • It shows how data should be displayed
- • Dev teams will use it as a starting point
Examples:
How to ask AI:
/block earnings-dashboard
Then describe: "A dashboard with earnings summary cards, a line chart showing trends, and a table of recent transactions"
Blocks include mock data. Dev teams will replace it with real API calls.
When to create:
- • You want to test components together
- • You need a demo for stakeholders
- • It's for this app only, not for distribution
- • You want to experiment with layouts
Examples:
How to ask AI:
/view analytics
Then describe: "A page showing streaming analytics with charts for plays, listeners, and revenue"
Your Workflow
Describe
Tell AI what you want to create. Be specific about the visual design and behavior.
Preview
Check the result in the browser. Components appear in the gallery, views in the demo app.
Iterate
Ask AI to make changes. "Make it bigger", "Add a hover effect", "Change the color".
Release
Run /release to update docs and create a PR for review.
Quick Decision Guide
Want to create a button, card, chart, or small UI piece?
→ Create a Component with /component
Want to create a full page layout that dev teams can install?
→ Create a Block with /block
Want to test or demo something without distributing it?
→ Create a View with /view
Not sure? Want to understand the system better?
→ Run /design for a detailed explanation
All Commands
/designLearn about the system
/component <name>Create a UI component
/block <name>Create a page layout
/view <name>Create a demo page
/releaseBuild & create PR
/reviewCheck code quality