web app creation using anthropic/claude AI

60 views
Skip to first unread message

bruce

unread,
May 19, 2025, 4:50:47 PM5/19/25
to lv...@googlegroups.com
Hi.

Lots of articles/vids around on building apps using AI.

Has anyone here ever done this?
How was the experience?
Front/Server Side?
Was output good/poor?
What tools are required?
What cost?

I'm really curious on this. I'm sure others are as well!

Thanks

-bruce

DaveCampbell

unread,
May 20, 2025, 7:39:51 AM5/20/25
to LVL1 - Louisville's Hackerspace
You might consider watching this free course on 'Vibe Coding' from Deeplearning.ai:
https://learn.deeplearning.ai/courses/vibe-coding-101-with-replit/lesson/zwj9r/introduction

It uses Replit:
https://replit.com/

You can do some of the lessons using their Free Tier, but spinning up databases and doing deployments requires Core, which is $20 / month.

I'm midway through the short course but it seems ridiculously useful.

It uses several LLMs behind the scenes.

bruce

unread,
May 20, 2025, 8:25:03 AM5/20/25
to lv...@googlegroups.com
Hey Dave!

Thanks for the input.

As far as I can tell, the process is a matter of defining what you "want", and then refining the "want" as the process goes forth. So you're using "prompts" /language to more or less drive the process.  I'm really curious to talk with someone, or see an actual app that's been generated with these tools. Given that msoft/goog have said they're doing real work, I'm thinking that what I envision is trivial.

I'm thinking a series of webapps -- frontside/server side, etc, that would be used as more than mockups, but perhaps less than production.

I'm also thinking that the "paid" tier would provide the tools, but I'm still researching the free tiers, as well as costs for low level paid tiers from the services.

-bruce



--
You received this message because you are subscribed to the Google Groups "LVL1 - Louisville's Hackerspace" group.
To unsubscribe from this group and stop receiving emails from it, send an email to lvl1+uns...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/lvl1/0aae2e12-6a94-411c-a8e4-6eb5102270fen%40googlegroups.com.

Matt B.

unread,
Jun 11, 2025, 10:14:33 AM6/11/25
to lv...@googlegroups.com
Hi Bruce. I’ll share the sum of my experience with this topic. I’d love to hear thoughts and tips from anyone else too. 

We’ve talked a long time ago so you may remember that I do a lot of programming and project development in a lot of different fields. But I also know quite a bit about how modern “AI” (machine learning) works behind the scenes, from UofL’s Artificial Intelligence graduate focus through model development today 10 years later. Maybe the following will help!


There is a Global Caveat: with any of these it helps immensely to know how to diagnose an error and read the code. The bigger the project the more frustrating it will be. However, it can be a great way to learn or polish your coding skills. Remember that Stack Overflow exists!


On that note, it is very useful to use the following method with any language model service and any IDE:

- Use a chain-of-reasoning LLM (say Gemini 4.5 reasoning or Claude sonnet or ChatGPT 4o) which will break down its own response into a planned response. Or another one, it is fine. Try a few. I don’t personally like ChatGPT’s lack of long context windows (memory, so to speak). 

- Start a conversation and talk to it about what you wanna do. You really don’t need to worry about specifics or what order you’re talking to it about stuff, and you can even use the voice conversation modes. At the end of it, ask it to create a PRD — a Project Requirements Document. Then, ask it if it thinks there is anything that should be added or adjusted in the PRD. Obviously read over it yourself and tell it what else you think about it. 
- Save the PRD somewhere.

- Start a new chat and paste the PRD in after saying something like, “Hi, Can you help me plan out how to implement this project?”
- Read the responses and start moving the code it provides into the new or existing files it recommends. Do all this in a folder dedicated to your project. 
- If you can, read through the code and write comments (which will not be compiled — so look up how to comment in that language if you don’t know how), but will help you understand what is going on, will help you debug, will help you see if there are any serious errors or flaws or vulnerabilities, and will generally help you stay sane during this process. 
- If you need help with setting up your development environment, just ask the first PRD thread. 


- Run and debug your code.
- Take any errors you don’t understand and ask your LLM to explain what is going on and how to fix it. Try doing this in a new chat because the longer or more multi-topic the chat the more easily they get confused, but you could also try it in your second chat (not the PRD one). This is actually what I would find useful about LLMs the most, and having that integrated into VS code is a much better use of the credits than using the built-in agent or code completion modes. 

Hope this helps. 
— Matt



Dave Campbell

unread,
Jun 11, 2025, 12:55:54 PM6/11/25
to lv...@googlegroups.com
here's a 'toy' app built by Replit Assistant and Agent.
all i had was a spreadsheet with a bunch of data in it, uploaded it, and told it what i wanted it to do.
granted, there were lots of iterations, but i ended up with a fully deployed app, database and all.
i didn't have to create any files - it did it all.  as a matter of fact, i wasn't even aware of the Files tab until a minute ago.  it made all these and modified them as necessary as 'we' worked through the development.

CleanShot 2025-06-11 at 12.46.07@2x.png


i'll be fairly stingy with commentary about the whole experience until you've had a chance to try it yourself.  in my opinion, $20 is a low fee for a month of access to an environment that can build apps.


You received this message because you are subscribed to a topic in the Google Groups "LVL1 - Louisville's Hackerspace" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/lvl1/r7G3m_Rp2k0/unsubscribe.
To unsubscribe from this group and all its topics, send an email to lvl1+uns...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/lvl1/CAHiMttvhA1ALJpWhon5-S-bmPmGiw9QurzZesVBrF-HEZTRCdQ%40mail.gmail.com.


--

Dave Campbell | davecc...@gmail.com

Dave Campbell

unread,
Jun 11, 2025, 1:17:13 PM6/11/25
to lv...@googlegroups.com
and i'm not above asking folks to use this link if they choose to try it out:
https://replit.com/refer/DaveCampbell1

--

Dave Campbell | davecc...@gmail.com
Reply all
Reply to author
Forward
0 new messages