Joined
Jun 24, 2026
Messages
3
Reaction score
15
Hi everyone,
I wanted to share a recent project I've been working on. Over the past few days, I built and launched a French-language adult video website using AI tools for nearly every stage of development, despite not having advanced programming skills.

Project Overview

The goal was to create a clean, fast, and user-friendly French tube website that automatically imports videos from multiple sources and keeps the content updated without manual work.

AI Tools I Used

  • Google Stitch – Generated the initial UI design along with the HTML/CSS layout.
  • Claude AI – Helped build the backend, database structure, automation scripts, SEO features, and overall site functionality.

What Was Automated

Claude AI helped me create:
  • PHP backend connected to a MariaDB database
  • Python scripts that automatically import videos every few hours using cron jobs
  • Automatic translation of English titles into French through the Anthropic API
  • Integration with ExoClick advertising and FapCash widgets
  • XML sitemap generation, structured data, SEO metadata, and robots configuration
  • Legal pages including DMCA, GDPR, Terms of Service, and 2257 compliance
  • Basic Apache security and optimization

Current Stats

The site has been live for only three days.
  • More than 2,400 videos imported automatically
  • 862 visitors so far
  • Around 770% traffic growth compared to the previous week
  • Most visitors are currently coming from France, which is exactly the audience I was targeting.

Final Thoughts

Before this project, I didn't consider myself an experienced developer. Using Google Stitch for the frontend and Claude AI for the backend made the entire process much faster than I expected. It allowed me to build a fully automated website in just a few days while learning a lot along the way.

I'd be happy to answer any questions about the workflow, automation setup, or the AI tools I used.
 
That's a pretty impressive build for just a few days. The automation side sounds like it probably saved you dozens of hours of manual work.
 
Nice project. I'm curious how well the translated titles read to native French speakers. Did you have to manually fix many of them?
 
Thanks for sharing the details instead of just saying "AI built it." It's interesting to see exactly which tasks you automated.
 
The traffic increase is encouraging, even if it's still early. It'll be interesting to see where the numbers are after a month.
 
Sounds like Claude handled a lot more than simple coding. Were there any parts you still had to write or debug yourself?
 
I like seeing real examples of AI being used to speed up development instead of replacing all the work. You still had to put everything together.
 
I'd be interested in hearing how stable those import scripts are after running for a few weeks. Automation is great until something breaks.
 
Very cool experiment. I think AI is becoming an amazing productivity tool for developers, especially for repetitive tasks.
 
Nice work. It'll be interesting to see if your traffic keeps growing once search engines index more of your pages.
 
AI definitely speeds things up, but I imagine you still needed to understand how everything works behind the scenes. It isn't completely hands-off.
 
Back
Top