Earlier quoted context omitted.
Simon, this won't work, will it? The code execution environment can reach the internet?
It can if you are running it through Claude Code on your own machine. The https://claude.ai environment has very limited network access - it can install packages from PyPI and NPM and clone repositories from github.com but it can't access any other domain, including api.github.com.
Claude Skills
441–443 of 443 posts
Re: Claude Skills
#442I predict there will be some sort of package manager opensource project soon. Download skills from some 3rd-party website and run inside Claude. Risks of supply chain issue will be obvious but nobody will care - at least not in the short term.
Re: Claude Skills
#443Earlier quoted context omitted.
Really depends on the app you want to build. If I'd use Vibe coding I wouldn't use Lovable but Claude code. You can run it in your terminal. And I would ask it to use NextAuth, NextJS and Prisma (or another ORM), and connect it with SQLite or an external MariaDB managed server (for easy development you can start with SQLLite, for deployment to vercel you need an external database). People here shit on nextjs, but due…
Thanks a lot for all the pointers. I’m not 100% set on Lovable yet. Right now I’m using Stitch AI to build out the wireframes. The main reason I was leaning toward Lovable is that it seems pretty good at UI design and layout. How does Claude do on that front? Can it handle good UI structure or does it usually need some help from a design tool? Also, is it possible to get mobile apps out of a Next.js setup? My thought…