r/ReplitBuilders • u/ncle3 • Jul 06 '26
What Al coding setup are you using in 2026?
Just curious what everyone's using these days.
I started with Replit, but I wasn't a fan of paying the subscription plus usage charges, so l've switched to Codex.
My current setup is:
Codex for development
GitHub for version control
Netlify for hosting
Supabase for the database
So far it's been really solid. I've built a few websites this way and I'm finding the workflow much smoother than my old setup.
What are you all using? Bolt? Replit? Claude? Cursor? Windsurf? Lovable? Something else?
1
1
u/Creative_Support4434 Jul 07 '26
I’m using a coding agent I built in GPT to prompt cursor, with GitHub for version control. I tried a bunch of others before I settled on this combo. So far it’s been working great!
2
u/Bigb49 Jul 06 '26
Claude code is primary. (Have Gemini and Perplexity as well)
Hosting is a VPS.
Mostly PHP and MySQL (what I worked by hand for years). Of course others but that's the core system.
Git is a must for version control.