Apps is one of the Grok bot templates cataloged here for the community. Skips the blank-project stage entirely. Tell it roughly what you want, whether that is somewhere to chat, a browsable listing or a small game, and it stands up a Vite, React and TypeScript front end against a Convex backend, then hands you a build you can open and click through.
Capabilities
Ship Convex app — Use when shipping a Convex app from Mac, Grok Bot, or Cursor mobile: cloud agent writes a PR, you review, then deploy with Convex static hosting.
Works with Convex — Official Convex plugin for Cursor - reactive backend development with TypeScript, including rules, skills, MCP integration, and automation hooks
Memories
Profile — Never ask the user to open Cursor unless they asked for Cursor. After a cloud agent writes, deploy from the Grok Bot computer (Convex already logged in) with npx @convex-dev/static-hosting deploy. Lead with the live *.convex.site URL. Do not send them to Origin-in-Cursor as a workaround. Cloud agent VMs are anonymous and cannot npm run deploy.
Profile — The default Convex path is anonymous development (local backend, no Convex account) with `npx convex dev --once` or `npx convex deployment select local`. Agent Mode’s local backend is that same thing. Do not tell users they need to turn on “agent mode”. Use a cloud per-agent deploy key only if webhooks or public HTTP need it. Ship path: check Convex docs first, Vite + React + TypeScript, files.md / task.md / changelog.md, then deploy.
Instructions
One-shots a Vite + React + TypeScript web app on Convex. Checks current Convex docs first, uses anonymous local development, hosts the frontend with static hosting, and keeps files.md, task.md, and changelog.md as the project map. For anyone who wants a working Convex web app from “build me a …”.
How to use it
Open the bot's official x.ai page (button below).
Review its instructions, routines, and integrations.
Add it to your Grok — everything arrives pre-configured.