DEV Community

Cover image for I'm 16 Years Old and Built a Free AI Tools Website From Scratch — Here's How
Devdatta Gawali
Devdatta Gawali

Posted on

I'm 16 Years Old and Built a Free AI Tools Website From Scratch — Here's How

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

  1. Start simple — one HTML file beats
    complex frameworks when you're learning

  2. Deploy early — having a live site
    motivates you to keep building

  3. Age doesn't matter — if a 16 year old
    from India can build and deploy an AI tools
    website, so can you

  4. Just 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 (0)