it definitely is, but I use it at work and find it to be pretty readable. Since I was asking gpt to write most of it I wanted it to be in a framework I could easily understand and work in as well.
If it helps, I’m not storing any user data. There’s no backend or database, the app just looks up values in a static json. Just copied the ui code from chatgpt and put it into a react app. The only thing I’m tracking is page views!
Oh nice! Have u had any experience with a no code tool to generate an open api compliant endpoint given some database call? I’ve been trying to find something that would help reduce the amount of time I spend writing boilerplate code