PLAN your IDEA ahead of time
Get a nice domain for your MVP website.
Prepare images or photos, short texts and one-liners explaining your idea.
Why it's unique, and what problem does it solve.
When ready click on Do it now button.
Make it come to life
Design page according to your likings, by live editing this very page you are looking at.
You can edit the style also easily, by changing the :root style element at the top of your HTML page source.
Once satisfied save your page. It's now ready for uploading anywhere on the internet! No database required!
Catch the audience
If someone likes the idea and would like to see it happen, he can signup via email to get notified when the idea gets out. If your MVP gets enough traction and people signup in masses ...
Then you know what to do next! Build it!
You can further customize the MVP template by changing style
tag in the exported HTML file:
:root {
--border-radius: 2px;
--box-shadow: 2px 2px 10px;
--color: #11ee8b;
--color-accent: #118bee0b;
--color-bg: #333;
--color-bg-secondary: #e9e9e9;
--color-secondary: #0de929;
--color-secondary-accent: #0de9290b;
--color-shadow: #f4f4f4;
--color-text: #eee;
--color-text-secondary: #999;
--font-family: Courier, monospace;
--hover-brightness: 1.2;
--justify-important: center;
--justify-normal: left;
--line-height: 150%;
--width-card: 285px;
--width-card-medium: 460px;
--width-card-wide: 800px;
--width-content: 1080px;
}