Create your first Lumea application in minutes
Sign Up
Choose Your Plan
Verify Your Email
Create a personal portfolio website with: - Home page with hero section - About me page - Projects gallery - Contact form - Dark mode toggle
"Change the primary color to blue and add a newsletter signup to the footer"
export default function Hero() { return ( <section className="hero"> <h1>Welcome to My App</h1> <p>Built with Lumea in minutes!</p> </section> ); }
Deployment Options
Choose Platform
Configure Settings
Deploy
Access Your App
Personal Website
Landing Page
Blog
Todo App