Hey HN! I wanted to practice "vibe coding" and see how far and fast I can go by only prompting, without actual coding.<p>I decided to make a simple CLI app that scrapes web docs into a single md file (I was annoyed that LLM keeps writing Tailwind 3 code for a Tailwind 4 project).<p>In just a couple of hours, the CLI app was ready! Then iterated on arguments for another couple of hours. Result:
<a href="https://github.com/vladstudio/web2llm">https://github.com/vladstudio/web2llm</a><p>Then I decided to go further and "productize" the CLI by making a web app for it. Another half-day, and the web app is ready!
<a href="https://web2llm.dev/" rel="nofollow">https://web2llm.dev/</a><p>Feel free to try! The stack is Astro, Typescript, SQlite and Tailwind (no React!) on an $3/m Ubuntu VPS on Hetzner.<p>Also to deploy it on Hetzner, I asked AI to write a collection of bash scripts for me. This was harder than it seems, but after another couple of hours of iterating AI got it done too:
<a href="https://github.com/vladstudio/ubuntu-node">https://github.com/vladstudio/ubuntu-node</a><p>I happily achieved the goal of going from 0 to 1 without writing any actual code (except minor CSS). Very interesting to see where AI shines, and where I'd better do it myself.