This is my silly website attempting to make fun of the concept of "vibe coding". It relates the concept of "vibe coding" with the concept of "gooning", both of which involve surrendering control over your conscience mind to external forces.
For what it's worth, the copy is written by me. But yeah, the initial structure of this site was generated by an LLM.
I suck at frontend, but I enough to see this site is a hot mess of Tailwind CSS soup. I think its good enough for a shit post, but probably not for anything that has to be maintained over time or used by paying customers.
If you want to upload a picture of your vide cave, perform the following steps:
- Clone this repo.
- Add a picture of your vibe cave under
public/caves/. Try to make it not too big on a file size basis, like maybe under 1MiB? - Update the data structure at the top of
components/Testimonials.tsxto include your picture. - Open a pull request.
Approvals of submissions are at my sole discretion.
Currently this repo is licensed under the GNU Affero General Public License. If you can think of a good reason for this to be licensed under something less restrictive, feel free to open an issue.
Have Node.js installed in one way or another on your machine. Then:
- Install dependencies:
npm install - Run the app:
npm run dev
