Getting Started
Go from idea to working app in under a minute. No coding experience required.
How Valmera Works
Valmera is an AI-powered app builder. You describe what you want in plain English, and the AI writes the code, builds it live, and gives you a working preview in seconds. You can then refine it by sending follow-up messages — just like chatting with a developer.
Every app is built with React and Vite under the hood, so the output is production-quality code you can download and deploy anywhere.
Step-by-Step
Create Your Account
Sign up at valmera.io with your email or Google account. No credit card required — every account starts with 20 free daily credits.
Open the Studio
After logging in, you are taken to the Studio — Valmera's main workspace. This is where you describe your app, watch it build, and preview the result.
Describe Your App
Type a description of what you want to build. Be as specific or as vague as you like. For example: "A personal budget tracker with a dashboard showing monthly spending by category, dark theme."
Choose Plan or Build
After submitting your prompt, you can choose to use Planner Mode (recommended for complex apps) or skip straight to building. Planner Mode asks clarifying questions first to produce better results.
Watch It Build
The AI agent writes files, installs dependencies, and builds your app in real time. You can see the code being written and the preview updating as the build progresses.
Preview and Iterate
Once the build finishes, you get a live preview of your app. If something needs changing, just send a follow-up message like "Make the header sticky" or "Add a settings page" and the AI will edit the existing code.
Publish or Download
When you are happy with the result, publish it to a .valmera.io subdomain with one click, or download the source code as a ZIP to deploy wherever you want.
Tips for Better Results
- Be specific about design. Mention colors, layout preferences, and visual style. "Dark theme with a sidebar nav" gets better results than "make it look nice."
- Use Planner Mode for complex apps. If your app has multiple pages, user accounts, or complex logic, the planner will ask the right questions to get the spec right before any code is written.
- Iterate in small steps. Instead of rewriting your entire prompt, send a follow-up message with a single change. The AI edits the existing code rather than starting over.
- Attach reference images. If you have a screenshot or mockup of what you want, upload it alongside your prompt for context-aware builds.
- Start from a template. Browse the template gallery for a starting point that is close to your vision, then customize it with follow-up messages.