What It Does

Gipity runs a public Discord server where anyone types /build <prompt> and watches Gip build and deploy a real app to a live URL, in public — the Midjourney /imagine model. The prompt, a progress card, and the final Open App link post in the shared showcase channel; the detailed build log streams in a public thread attached to that message. Every build produces a shareable app.gipity.ai/<user>/<project>/ link.

How Users Connect

New users (no Gipity account):

  1. Join the Gipity Discord server and go to the showcase channel
  2. Type /build <what you want> (e.g. /build a snake game with a leaderboard)
  3. Accept the Terms of Service the first time (a one-time Accept/Decline prompt) — a Gipity account is created automatically and the build you just asked for starts immediately, no need to re-type it

Each /build opens its own thread and its own new project, so one build never overwrites another. When the app deploys, the builder also gets a private DM with the live link and an Open in editor button.

Claim your account (to edit on the web):

Existing web users (link Discord to your account):

  1. Ask the agent "connect my Discord" (or use the connector_manage connect action for discord) to get a one-time token
  2. Run /link token:<token> as a slash command in the Gipity Discord server

Disconnect:

Auto-Provisioning

When a Discord user first accepts ToS and builds:

What Works in Discord

Limitations

For Users Asking About Discord

If a user asks "how do I use Gipity on Discord?", tell them:

  1. Join the Gipity Discord server
  2. Type /build <your idea> in the showcase channel and accept the Terms of Service
  3. Watch it build in a thread; open the live link; DM has an Open in editor button to claim/edit on the web

To link an existing web account, use the connector_manage tool with action "connect" and provider "discord" to generate a one-time token, then run /link token:<token> in Discord. To disconnect, use connector_manage with action "disconnect" and provider "discord".

Technical Details (For Reference)