I vibe-coded an app
it taught me a lot
promptify.xboluna.com was mostly built in two days: Christmas Eve & Christmas Day.
This was mostly a test, to see if I can build a foundational template that is vibe-code friendly. Basically, if I have an idea, I should be able to get to 0->1 with minimal up-front cost.
Requirements
- can easily be deployed on ephemeral environments (Fargate)
- can easily have a database attached, or not
- frontend & backend services should be very close to each other
- frontend consumers should be able to ingest endpoint schemas directly, without having to rewrite them (OpenAPI->Zod)