Builder Prompts Library
Browse our library of curated prompts designed for AI-assisted development. For advanced filtering and searching across all resource types, visit the Explore page.
Blog-style Website
This is a similar prompt I used with Roo and V0 to create this website. V0 gave me good ideas for styling on the frontend, whereas Roo with Gemini 2.5 Pro Exp implemented the core functionality.
I had to install sanity studio as per the instructions on their website first. I then provided the LLM with the location of Sanity Studio on my website and instructed it when to edit schemas.
Instructions:
Replace all text in {{DOUBLE_BRACES}} with your specific information
Keep all XML tags (like <tag>content</tag>) exactly as they are
Paste the prompt into chosen Ai Coding Agent.Next.jsView Prompt →Mulitlingual Service Based Website
This prompt was created by Income Stream Surfers on Youtube https://www.youtube.com/@Incomestreamsurfers
- Run: npx create-next-app@14.2.3 my-next-app
// the reason we are using an old next.js version is because Claude was likely trained on its documentation. You may choose to run @latest instead.
- Replace all test in the XML tags with text unique to your website
- Keep all XML tags (like <tag>content</tag>) exactly as they are
I tried this for a friends freight company and it worked quite well, I'd give it a 79/100. it cost around 6USD and i used 3.7 Sonnet with Cline.Service Based BusinessView Prompt →