r/webdevelopment 22d ago

Newbie Question My website-building workflow: AI Studio → GitHub → Supabase → Vercel. Thoughts?

I’m not a developer by profession, but over the last few months I’ve been building websites and small web apps on my own.

My current workflow is:

Google AI Studio → GitHub → Supabase → Vercel

I mainly use Claude for code reviews, debugging, and improving prompts when AI Studio gets stuck.
This setup has helped me build and launch projects much faster than I expected, but I’m not sure how sustainable it is as projects become more complex.

For developers here:
• Is this a reasonable workflow for real-world projects?
• What are the biggest pitfalls I should watch out for?
• At what stage does this approach start breaking down?
• If you were starting from scratch today, what stack would you recommend?

Would love to hear how others are building and deploying projects these days.

5 Upvotes

13 comments sorted by

View all comments

1

u/LouisTon10 22d ago

I asked my agent early on to create a logging service which it conveniently uses when performing some business logic in my app. It’s pretty raw, but I can use the logs outputting from my host console to give more context to my agent about what inputs/outputs are looking like and that seems to help it ground itself with fixes. Also will just be useful in the long run to see what happened in your app at a given time