(no title)
empath75 | 3 days ago
I am already using it for keeping track of personal stuff. I’m not going to make a product out of it or even put it on github. It’s just for me. There are gonna be a lot of single team/single user projects.
It is so fast to build working prototypes that it’s not even worth thinking if you should do something. Just ask claude to take a shot of it, get a cup of coffee and evaluate the results.
torginus|2 days ago
Basically, the data model is dead simple, you just spin up a SQLite db, create a React frontend, grabbing a good drag and drop library that implements these cards, write some simple but decent looking CSS, some React and backend boilerplate to wire the thing together - and boom - you're done.
This sounds simple when I write like this, but the complexity comes from knowing what library to use, figuring out its API, and assembling the whole thing together - which Claude is great at, but once you see the whole thing put together, you come to understand these things as well, and become more skilled at building stuff like this.
empath75|1 day ago
The absolute moment that ai is capable of producing all the useful code for a project I probably will never write another line of code again.
lelanthran|2 days ago
I knocked out a webapp to manage tickets, states, ETA, etc for me and me alone in about 30m, pre-AI.
Note: I have a pre-built very-low-code framework for doing CRUD applications that lets me do ugly but functional webapps.
fragmede|3 days ago
yokuze|3 days ago