Artipixx - Ai built video sharing site for Ai videos

by
Hi there, I'm not a coder but I've built this video sharing site using Ai. I'm collecting cool Ai videos and posting it on it. Just getting started but if you're an Ai video creator, feel free to post on it.

Add a comment

Replies

Best
Maker
📌
This is what I've used to built it: * Initial app idea layout and generation: v0.dev * IDE: Cursor with Claude * Code reviews, debugging and efficiency: o1-preview + Google Gemini I start out by telling v0 that I want to build a youtube clone. It does a great job of guiding you step by step of what to do next (this is my first time building anything) But when you paste the code into IDE, there will be errors, this is where Cursor + Claude comes in. It's great for fixing minor bugs. However, claude inside cursor isn't great at complicated logic. For code reviews and debugging, I used o1-preview and Google. App is currently self hosted on Hetzner using Coolify + Supabase for auth and db storage + Cloudflare R2 for video storage.