I'm looking through the frontend code, I mainly work with react and vite, same as this project.
It was refreshing to see a plain standard vite initial setup used as is but the way authentication is handled makes it feel like it's all AI generated. It does the standard authprovider, useauth setup all AI tools give with the same variable names
It definitely is. No human would write a Dockerfile with absolutely useless comments like:
or Though, the question is... so what? It is open source. Who cares who/what wrote it.> No human would write a Dockerfile with absolutely useless comments like:
One small correction: no human with more than a passing familiarity with Dockerfiles would write those comments, But I've definitely seen humans learning Docker for the first time write useless comments almost exactly like that. Especially if their coworkers have given them a list of what they need the Dockerfile to do.
Maybe my message came a bit too negative, AI is fine. The scope of this app is incredible regardless.
I've only just began working on these things. Just curious to see what other methods people use to do auth than the same thing all tutorials do. Expected to learn something and got disappointed that's all.