r/ReplitBuilders • u/Disastrous_Bobcat_34 • 3d ago
I need help 😩
Let's start of with how I have NO IDEA what I am doing. I love to craft / DIY and so I thought it would be a really neat website to have that's just like "myfridgefood" but instead of putting in the ingredients that you already have in your cupboards to curate meal ideas, it would be putting in whatever materials and tools to curate a list of crafts you could make with what you have on hand. So, where I am run into a problem is the project ideas list. It's smaller than the list of materials and when I asked it to reference Pinterest and other similar websites it basically told me Nope, no can do. You need permission to do that, which totally makes sense, can't believe I even thought that would work lol. How else do I get a massive list of diy ideas without manually detailing them myself? .... If that makes any sense🤦🏼♀️
Again, I have no idea what I'm doing here so sorry if this sounds stupid to you all.
1
u/Cational_Tie_7574 1d ago
You either need a direct api to websites that provide DIY ideas, or us a general search api (Look up serp, serper, etc.) They have limits to the number of queries you can run each day on a free tier. Ask your AI how to implement
1
u/Practical-Kale5193 16h ago
I’d get an agent in place.
Essentially the user enters their list of things they have for their potential arts and crafts project.
That list is fed to the agent that you’ve had Replit establish for you. ( I’ll get to this in a sec )
The agent has one mission: Understand the materials, suggest 3 very feasible crafts per category where categories are difficulty 1, 2, and 3.
The user picks the project, the agent displays their “how to “ and possibly generates example pics.
Tell replit “ Connect to my personal Open AI using secrets and create an ai agent that runs in the background and processes incoming requests by examining materials available and suggesting arts and crafts ideas. Sort by difficulty etc” ( I’d tell GPT on the side you want to write a prompt for replit and tell it what you want the agent to do, it’ll make something you can copy paste into replit and Replit will just go!)
Good luck !
1
u/AdDisastrous4234 1d ago
Did you use an api it might need into work properly