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 (2)

Some comments may only be visible to logged-in visitors. Sign in to view all comments.