The idea came as a byproduct while I was experimenting with faster ways to build software using large language models (LLMs). My process focused on:
Writing clear, simple rules to guide development
Using structured prompts to communicate with AI models
Creating lightweight product docs (PRDs) to outline features
Breaking work down into small, focused tasks to move faster
For AI support, I switched between two advanced models — Gemini 2.5 Pro and Claude 3.7 Sonnet — which helped me plan, write code, and even generate seeding data like categories and tools.
The UI draws inspiration from V0 (for fast layout), Cursor (an AI-powered code editor I use daily), and Replit — where I host the app on their Core plan. Replit lets me build, test, and deploy quickly without worrying about infrastructure. The only real cost was buying the domain (I already had a Cursor subscription).
I also applied SEO best practices like sitemap.xml, robots.txt, and static site generation to make pages fast and easy to find.
You can try it here: https://aboutmepro.com
Would love feedback.
Any other tips/tricks that you use to speed up your dev work?