Activity
Mon
Wed
Fri
Sun
May
Jun
Jul
Aug
Sep
Oct
Nov
Dec
Jan
Feb
Mar
Apr
What is this?
Less
More

Memberships

AI Realism Starter Hub

17.9k members • Free

OpenClawBuilders/AI Automation

487 members • Free

Vibe Coding Academy

1.5k members • $97/month

Builder’s Console Log 🛠️

2.4k members • Free

AI Automation Mastery

28.3k members • Free

11 contributions to Builder’s Console Log 🛠️
How To Use OpenClaw For Beginners (secure)
Step-by-step guide to running a 24/7 OpenClaw gateway on a GCP VM with zero public ports. Covers VM creation, Docker setup, auto-start on reboot, SSH tunnel access, and a one-command connect script. Everything stays behind SSH tunnel 🕺
2 likes • 22d
Very nice. I just got a evotec 128bg ram to run openclaw locally. With some self hosted models
THEY NERFED GEMINI 3 PRO on the pro plan
bro antigravity just tanked me. they literally pulled a diddy on me. I took a 3 day break. came back on today. After 4 hours I reached my limit. Not a 4 hour limit or 12 hour. I hit 1 week jeez. I was using it almost 2 weeks straight before this and didnt hit the 4 hour limit. You have reached the quota limit for this model. You can resume using this model at 1/20/2026, 12:31:57 AM. Upgrade to AI Ultra for Business to receive the highest rate limits. I feel betrayed. Anyone on the Ultra business plan? Want to know, how are the limits etc.
0 likes • Jan 14
interesting i have not been nerfed like that. I do rotate models a tad. I will have to keep an eye. Do you think location matters? like Country etc?
Antigravity Customizations
Has anyone been adding customizations to Antigravity with Rules and Workflows? I just realized this today, and I think it's incredibly powerful for us vibe coders. I added some GitHub commands, and now you can type /deploy, which will run the entire workflow you've set up.
1 like • Jan 11
This is a good read about it: https://medium.com/write-a-catalyst/the-future-of-coding-i-tested-google-gemini-3-and-its-antigravity-ide-and-heres-what-blew-my-mind-33a70011259c
2 likes • Jan 11
Here is a example of a deploy agent workflows: # /deploy Workflow This workflow creates a new version release and deploys to the live Firebase site. ## Steps // turbo-all 1. Stage all changes: ```powershell git add . ``` 2. Check git status to see what will be committed: ```powershell git status ``` 3. **ASK USER for commit message** or use the CHANGELOG entry for the version 4. Create release (bumps version, updates CHANGELOG, creates git tag): ```powershell npm run release ``` 5. Push to GitHub with tags: ```powershell git push --follow-tags ``` 6. Build the production bundle: ```powershell npm run build ``` 7. Deploy to Firebase Hosting: ```powershell firebase deploy --only hosting ``` ## Notes - This deploys to the LIVE site - use with caution - For save-only (no deploy), use `/save` instead - Always review the `git status` output before confirming
Git Commands for Beginners
I had AI write this up for me to better understand the github commands, figured I would share
Antigravity VibeCoding changelogs
I've been vibe coding an app and have had Antigravity generate doc and markdown files. I'm not sure when I close and reopen, but during this session, it has been doing what I ask. It politely asks after changes if I want to: Both Option A and Option B start with the command: npm run release This command is the "Magic Button" that: Increments the version (e.g., v1.1.1 -> v1.1.2). Writes the Changelog automatically based on your commits. Tags the release. So no matter which option you choose, the Changelog gets updated and saved. So, for the "Badge Fix" (v1.1.2): Option A: Update Changelog & Push only. Option B: Update Changelog, Push, & Deploy Live. Which one would you like? which automatically creates my changelog and version at bottom of my app, when the user clicks they get the attached image This now allows a beginner like me to version control and deploy by asking. Does this make sense to anyone else, or am I just being lied to by AI lol?
1
0
Antigravity VibeCoding changelogs
1-10 of 11
Timothy Brandon
3
32points to level up
@timothy-brandon-7008
Casual Coder, Vibe Coder, App Builder

Active 5h ago
Joined Nov 29, 2025
Powered by