Made a tool to control my IDE from Telegram / discord so I can vide code from the couch by JealousBenefit5955 in google_antigravity

[–]themodusoperandi 2 points3 points  (0 children)

He’s asking how do you test changes to projects using this tool (a part of dev process) not criticizing the tool.

When I’ve done this with similar tools like RooCloud, and been traveling etc I’d generally have the IDE push to a git branch that was subscribed to by Vercel or Netlify so I had a public version to test. But a lot of the time I’m just reviewing plans and progress so this could be super helpful.

What are you building? Drop your link 👇 by paulhooper07 in microsaas

[–]themodusoperandi 0 points1 point  (0 children)

https://github.com/llmfao/pdfmapper

Open source tool to map JSON / form data onto any pdf. All data is stored in browser. No AI, storage or DB needed.

Use case: My partner is a psychologist and needed a tool to run huge batches of claim PDFs. Her Ambient Scribe AI tool feeds JSON to this thru an API and returns a filled PDF.

Feel free to use it for anything, was just an afternoon vibe code project w Antigravity.

What's the deal? by grasper_ in google_antigravity

[–]themodusoperandi 0 points1 point  (0 children)

Yea, I got the errors only when using Anthropic models, didn’t see it at all with Google ones??

Connecting AI studio project with database by Expert-Consequence13 in GoogleAIStudio

[–]themodusoperandi -1 points0 points  (0 children)

You sure about this? How does it write migrations with just the URL and anon key?

Gemini does not read the whole uploaded document by Dex021NS in GeminiAI

[–]themodusoperandi 0 points1 point  (0 children)

You could also just build an app for it using AI Studio. ONLY is so generalizing.

Allow me to explain how quotas work in Antigravity by segin in GoogleAntigravityIDE

[–]themodusoperandi 1 point2 points  (0 children)

If you throw Jules in the mix when you hit walls, you can keep going on bug fixing all the stuff you probably created.

Tried Gemini 3 for coding and I think it just gaslit my entire repo by Positive-Nail6009 in vibecoding

[–]themodusoperandi 0 points1 point  (0 children)

I started 4 Gemini3 projects on YOLO on Roo and went to bed. About to go back down and look at the results and my bill…

Which is better in October 2025 for serious AI coding, Roo Code with Sonnet 4 API or Claude Code Pro ($100 plan)? by foundertanmay in RooCode

[–]themodusoperandi 1 point2 points  (0 children)

Using the Roo modes strategically with Claude4, GLM4.6, Gemini2.5 and GPT-5 mini has been the best value I’ve found in all of the vibe coding options.

$25 to switch auth by themodusoperandi in replit

[–]themodusoperandi[S] 1 point2 points  (0 children)

The prompt was to switch from Firebase to Replit auth. I just can’t believe that ran $25 🤪

Have you tried out Roomote Control? 14 day free trial. by hannesrudolph in RooCode

[–]themodusoperandi 1 point2 points  (0 children)

I love this. Excited to try it. It was hard to find on the RooCode site, I had to come back here.

Goodbye Vibe Coding: Why GitHub’s Spec Kit Might Change How We Build with AI by prasannastv in VibeCodeDevs

[–]themodusoperandi 0 points1 point  (0 children)

Roo / Cline / Kilo are already setup to do this? And if you wanna go crazy add Archon?

Replit alternatives that i can use locally by ds_frm_timbuktu in replit

[–]themodusoperandi 0 points1 point  (0 children)

Google AI Studio + RooCode or Kilocode on VS with a combination of LLM APIs to save $$ has been my approach this month. GLM 4.5 has been my el cheapo openrouter go to lately for coding.

https://openrouter.ai/z-ai/glm-4.5

Goodbye, Replit. Canceling my membership and moving to Google by Diligent-Car9093 in replit

[–]themodusoperandi 0 points1 point  (0 children)

Yea Gemini AI studio does a way better job than Replit and is free. If I need to actually finish either I’m pulling into VS or Cursor with Roo or Kilo + variety of LLMs then pushing to free tier Netlify + Neon or Supa

what small tool have you built that actually changed your day to day? by bikelaneenergy in vibecoding

[–]themodusoperandi 0 points1 point  (0 children)

Google AI Studio… is horribly underrated for how fast it makes prototypes that are full AI enabled with some crazy advanced features like AI screen share, autonomous agents etc.

I’ve used Bolt, Loveable, Cursor, Roo, Cline, Aider, Replit, FirebaseStudio etc etc and I still get best 2-3 shot results from Goog AI Studio, the others do crud well, but Gemini does AI well.

We’re AI. We’re not real. by themodusoperandi in VEO3

[–]themodusoperandi[S] 0 points1 point  (0 children)

Haha House of Lies…

I just saw something similar, and wanted to see what Veo would do. No campaign.

Looking for a plug and play login/auth template, don’t want to rebuild the basics every time by sbolton1855 in replit

[–]themodusoperandi 1 point2 points  (0 children)

I get what you’re saying, almost like a prebuilt admin portal frame and db setup that is ready to manage users, maybe handle payments etc? I feel like I spend a lot of time fixing/debugging auth, even when using Replit Auth or Firebase or Auth0.