The framework that turns your vision into blazing-fast web apps with zero config.
๐ Get Started ๐ Learn MoreInstantly create production-ready projects with no boilerplate setup required.
Create modular UI components that work together harmoniously out of the box.
Optimized build pipeline with smart caching for maximum performance by default.
// muam/project.js
import { init, state, view } from 'muam';
const Counter = () => {
const count = state(0);
return view`
Clicks: ${count}
`;
};
init(Counter);
With developers in 120+ countries, Muam is redefining what's possible in web development. Start building with the modern framework made by open-source contributors worldwide.
Whether you're a student, solo dev, or enterprise team, Muam makes web development accessible and powerful.
๐งช Try Examples ๐ฅ Join Us