Makepad Getting Started
Entry point for Makepad development with Claude. Start here to learn about available skills and how to begin building Makepad applications.
Quick Start
- New Project? → Project scaffolding and initialization
- Project Organization? → Learn about project structure
- Learning Basics? → Go to Makepad Core for fundamentals
Skills Overview
| Category | Description | Use When |
|---|---|---|
| makepad-getting-started | Project setup and structure | Starting a new project |
| makepad-core | Layout, widgets, events, styling | Learning fundamentals |
| makepad-components | Built-in widget reference | Need specific components |
| makepad-graphics | Shaders, SDF, animations | Visual effects |
| makepad-patterns | State, async, responsive design | Advanced patterns |
| makepad-deployment | Build for all platforms | Packaging apps |
| makepad-reference | Troubleshooting, code quality | Debugging, refactoring |
| makepad-evolution | Self-improving skills | Auto-learning |
First Steps
# Create new Makepad project
cargo new my_app
cd my_app
# Add Makepad dependencies to Cargo.toml
[dependencies]
makepad-widgets = { git = "https://github.com/makepad/makepad", branch = "rik" }
# Run
cargo run
Key Features
- Cross-Platform: Single codebase for Desktop, Mobile, and Web
- GPU-Accelerated: Custom shader-based rendering with SDF drawing
- Live Design: Hot-reloadable DSL for rapid UI development
- High Performance: Native compilation, no virtual DOM
Resources
- Makepad Repository
- Project Robius
- Robrix - Matrix chat client reference
- Moly - AI model manager reference
Next Steps
After setting up your project, explore:
- makepad-core - Learn layout systems and widgets
- makepad-components - Browse available UI components
- makepad-patterns - Discover reusable patterns
Related: Agent Messaging Skill and Agent Ops Incident Notifier. Hub: skills.
Comments
No comments yet. Be the first to comment!
Related Tools
Related Insights

Anthropic Subagent: The Multi-Agent Architecture Revolution
Deep dive into Anthropic multi-agent architecture design. Learn how Subagents break through context window limitations, achieve 90% performance improvements, and real-world applications in Claude Code.
Seven AI Coding CLIs, Six Months: No Matter How Strong the Model, Work Needs Supervision
Claude Code, Codex, opencode, pi, omp and DeepSeek Harness all have personalities. After six months of deep use I run a division of labor: pi for the fastest cheapest reviews, omp for complex PRs, DeepSeek Harness on V4 Flash for high-frequency low-cost review, and Claude Code, Qoder and Cursor for writing. No matter how strong the model, work needs supervision — ideally from an independent third party.
Skills + Hooks + Plugins: How Anthropic Redefined AI Coding Tool Extensibility
An in-depth analysis of Claude Code's trinity architecture of Skills, Hooks, and Plugins. Explore why this design is more advanced than GitHub Copilot and Cursor, and how it redefines AI coding tool extensibility through open standards.