1
Account
2
Project
3
Setup
4
Launch
Create your account
Start your free tier. No credit card required.
Please enter your full name
Please enter a valid email address
Password must be at least 8 characters
Already have an account? Log in
Name your project
This will be your workspace and subdomain.
Project name is required
.webui.app
Configure your stack
Choose your preferred framework and design theme.
⚛️
React
💚
Vue
🔥
Svelte
🌐
Vanilla
☀️
Light
🌙
Dark
You're all set!
Your project is ready. Jump into the visual builder and start creating.
We've sent a confirmation email to your email
Preview & Generated Code
// Webui auto-generated output
import { Layout, Card, Button } from '@webui/core';
export default function App() {
return (
<Layout theme="light" framework="react">
<Card variant="elevated">
{projectName}
</Card>
<Button action="deploy">Launch</Button>
</Layout>
);
}
My Awesome App
React