Hey Dev.to community! ๐
My name is Devdatta and I'm 16 years old from India.
A few months ago I had zero coding experience.
Today I have a live AI tools website with 14 tools
used by real people.
Here's my story.
๐ค Why I Built It
I wanted to learn coding and earn money online.
I discovered that AI tools websites were getting
millions of visitors. So I decided to build one.
The problem? I had never written a single line
of code in my life.
๐ ๏ธ What I Built
CreativeAI Pro is a free AI creative tools website
with 14 tools including:
- โ AI Background Remover
- โ Meme Creator
- โ QR Code Generator
- โ Video Templates
- โ 10 more free tools
No signup required. Completely free.
๐ https://creativeproai.pages.dev
๐ป How I Built It
Tech Stack:
- Pure HTML, CSS, JavaScript
- Remove.bg API for background removal
- Cloudflare Pages for hosting (free)
- Google Analytics for tracking
The Honest Truth:
I used AI assistance to help me code.
I learned by doing, making mistakes,
and fixing them one by one.
The entire app is a single HTML file.
No frameworks, no build tools, no complexity.
๐ค Biggest Challenges
1. Deployment Failures
I tried Netlify, Vercel, and Cloudflare Pages
multiple times. Each failed for different reasons.
Solution: Converted everything into one
self-contained HTML file. Simple but effective.
2. API Authentication Errors
The background remover kept giving 401 errors.
Solution: Adding "Token" prefix to the API key
fixed it. Took me hours to figure out!
3. Learning From Zero
I had no coding teacher or mentor.
Solution: Just kept building, breaking things,
and learning from each mistake.
๐ Current Results
- โ Live website deployed
- โ 14 working AI tools
- โ Real users visiting daily
- โ Submitted to Product Hunt and directories
๐ก What I Learned
Start simple โ one HTML file beats
complex frameworks when you're learningDeploy early โ having a live site
motivates you to keep buildingAge doesn't matter โ if a 16 year old
from India can build and deploy an AI tools
website, so can youJust start โ the hardest part is
beginning, not building
๐ What's Next
- Adding more AI tools
- Setting up monetization
- Growing to 1000 daily users
๐ Feedback Welcome!
I'd love feedback from this community:
- What tools should I add?
- How can I improve the UI?
- Any monetization tips?
Check it out ๐ https://creativeproai.pages.dev
Thanks for reading! If my story inspired you,
drop a โค๏ธ โ it motivates me to keep building!
โ Devdatta, 16, India ๐ฎ๐ณ
Top comments (2)
Some comments may only be visible to logged-in visitors. Sign in to view all comments.