Link: https://markupmaster.xyz
Hey all, I'm proud to present my latest creation: Markup Master. Markup Master is a prompt-based HTML generator. All you have to do is ask it something like "I need a website for my restaurant" or "Make me an Atari Breakout clone" and it will give it to you, HTML, CSS, and JS. It's a great resource for my fellow webdev people who struggle with developer's block when starting out a project, whether you need design inspiration or need help getting through some tough JS code. To read more - and get a discount on your first purchase of credits - check out my blog post here: https://ethan-hanlon.xyz/posts/markupmaster/
Currently the generator only makes vanilla HTML, CSS, and JS, as that is easiest to just shove into a code editor and see it happen, but in the future I plan to add generation for React, Vue, and Svelte projects, deployment of your app from within the site, source control integration, and more. I would appreciate your feedback as this project continues to break ground! 
Markup Master Link: https://markupmaster.xyz
Personally I always struggle with the “developer’s block” problem whenever I do frontend development. I was recently given an opportunity to solve this issue somewhat with a hackathon project called Leviathan that built websites for you, but I wanted to expand on that project and hence, I’ve created M...