Its just the domain (.ai), the project has nothing to do with AI and this nice platform has seen better times: Last release Imagine v1.1.1: July 2, 2021
Why don't more services like this exist? This is great! I can have a pre-generated backend, with all the right configuration and I'm surprised that there aren't many GUI to Backend generator services available.
If done carefully, the addition of AI will make those services even better (which doesn't seem to be case here, as far as I can see it's just a domain name).
Nifty, but this doesn't seem faster than just generating a Django app by hand if you've done it enough times. I'd prefer to cargo-cult my own best practices into a project over some random AI's.
Very nice. Does it also build out authentication and authorization? Login, and JWT validation would be very nice.
I mentor new prospective developers and this would be a great help in surmounting all of the complexity we have to deal with in getting a project to a point where you can start actually building an app. A lot of people who would otherwise be interested in development get overwhelmed with ancillary crap (setting up a basic nodejs express project, for example).
14 comments
[ 2.8 ms ] story [ 17.3 ms ] threadIts just the domain (.ai), the project has nothing to do with AI and this nice platform has seen better times: Last release Imagine v1.1.1: July 2, 2021
If done carefully, the addition of AI will make those services even better (which doesn't seem to be case here, as far as I can see it's just a domain name).
I mentor new prospective developers and this would be a great help in surmounting all of the complexity we have to deal with in getting a project to a point where you can start actually building an app. A lot of people who would otherwise be interested in development get overwhelmed with ancillary crap (setting up a basic nodejs express project, for example).
It uses a bearer token instead of JWT tho, for reasons outlined here: https://apibakery.com/blog/tech/no-jwt/ (HN discussion here: https://news.ycombinator.com/item?id=33019960)