
GrokBot is an AI agent platform that gives users a cloud computer for AI teammates who can sign into real tools (Salesforce, Slack, Gmail, Calendar, GitHub, Skool) and complete handed-off work autonomously from phone or desktop. The video walks through building out several specialized agents, including an executive assistant (Klaus), an AI engineer (Dev), a morning planner (Coffee), and a Slack media manager (Money), each running scheduled routines and messaging one another to pass off work. It covers pricing tiers, live demo runs like a Slack-triggered alert and a CRM outbound sequence, and a case study where a waitlist prototype had to be rebuilt once the agent was pointed to the real brand assets. The presenter frames it as a phone-friendly companion to Claude Code or Codex for on-the-go tasks, not a replacement for deep desk-based coding work.
[00:00] GrokBot is introduced as an AI teammate that has its own computer and works like a person, so tasks can be handed off to it.
Nate wants a quick prototype on localhost: an Al Automation Society (Ais) certification program waiting list page (CAlC / cert waitlist). Please spin up a simple local landing page Poc he can open in a browser. Keep it lightweight and polished enough to demo: - Headline + short pitch for the AlS certification / CAlC waiting list - Email (and maybe name) capture form for the waitlist - Success state after submit (can be front-end only / local stub no need for real backend unless you already have a pattern) - Clean modern look that fits Nate Herk / AiS vibe (non-technical, creator/automation audience) When it's running, send me back: the localhost [...]RL, how to start it if needed, and a one-line summary of what you built. Ill relay to Nate.
Nate wants the CAlC waitlist at C:\Users\Nate\ais-cert-waitlist restyled to match real Als brand guidelines (not the navy/indigo guess). Brand assets alreadv copied into the proiect folder. Headers/labels: Roboto Mono Medium Body: Montserrat Light (Google Fonts is fine) Logo: Use ais-logo.png in the header. On dark bg: white AIS with blue glow (the PNG). Keep clear space ~0.5x logo height. Ul patterns: Dark-mode first, soft-tech, rounded corners Primary buttons: pill shape, transparent/dark fill, #37BDF8 border + subtle blue glow, white uppercase label Overall aesthetic: technical/modern, premium approachable tech Please update the existing localhost page in place (keep http://localhost:5173 running or restart the same way). When done, confirm URL + what you changed.
Updated Like seven-day challenge posts on Skool: 1. Open AIS on Skool 2. Scroll the feed for seven-day/Day 1-7 challenge posts 3. Click like on each match that isn't already liked 4. Report what you found and liked
AIS CAlC cert waitlist POC is up. Localhost: http://localhost:5173 Path: C:\Users\Nate\ais-cert-waitlist Start (if needed): Set-Location "C:\Users\Nate\ais-cert-waitlist"; python -m http.server 5173 (Server is already running.) One-liner: Static waitlist landing page with name+email form, client side success state, navy/indigo + warm accent — mobile-friendly, no backend. Assumptions: plain HTML/CSS/JS; custom AIS-ish branding (no assets); CAIC mentioned in copy; submits stub to localStorage only.