Tutorials

Master Muam development with our step-by-step guides and hands-on examples.

Getting Started

🚀 First Project Setup

Create your first Muam project in under 5 minutes with our zero-config tooling.

npx create-muam@latest
Read Tutorial

🧠 Understanding State

Learn about reactive state management and how to build dynamic UIs.

const myState = state(0)
Read Tutorial

Tutorial Categories

Core Concepts

Learn Muam basics, component structure, and atomic design principles.

Read More

Advanced Patterns

Discover complex state management, routing, and performance optimization.

Read More

Real-World Applications

Build complete applications with production-ready integrations and patterns.

Read More

Featured Tutorials

Build a CRUD Application

Learn to create a full-stack CRUD application with local storage persistence and real-time updates.

🔧 20 mins · 🧠 Intermediate
Read →

Optimize Web Performance

Implement lazy loading, caching strategies, and code splitting to speed up your app.

⚡ 30 mins ¡ â„šī¸ Advanced
Read →