A programming language that compiles to HTML, CSS, and JavaScript.
Built-in components, reactivity, routing, i18n, animations, and SSG.
Page Home (path: "/") {
Container {
Heading("Hello, WebFluent!", h1)
Text("Build for the web. Nothing else.")
Button("Get Started", primary, large) {
navigate("/docs")
}
}
}
These are real WebFluent components running in your browser.
Click the buttons. The number updates instantly.
The alert updates as you type.
Button variants, badges, tags, and progress bar.
Everything you need, built into the language.
Create your first project in seconds.