Integrations

Messaging channels

Generate, edit, and deploy full-stack apps from Slack, Telegram, Teams, or WhatsApp. One message → running app. Get the live URL, build status, and file changes all in your chat.

#How it works

1
You message the bot
Any channel, DM, or chat.
2
PromptFloe generates
Full pipeline runs in the cloud.
3
Bot pushes updates
Progress → build status → live URL.
4
Reply to iterate
"edit: make the nav sticky"

#Example conversation (Slack)

U
Build me a SaaS dashboard for tracking customer support tickets. Dark theme, shadcn/ui, tier: pro
PF
🔨 Got it — starting generation (tier: pro). This takes ~90 s. I'll ping you when it's done.
PF
✅ App ready! 42 files · React + Next.js 🔍 Preview: https://sandbox.promptfloe.com/s/abc123 Deploy? Reply `deploy vercel` or `deploy netlify`.
U
deploy vercel
PF
🚀 Deploying to Vercel…
PF
✅ Live! https://support-dashboard-xyz.vercel.app Want to make changes? Just reply with `edit: <what to change>`.
U
edit: add a priority badge (P1/P2/P3) column to the tickets table and a filter dropdown for priority
PF
✏️ Editing app… (~15 s for a simple change like this)
PF
✅ Done! 2 files updated (TicketsTable.tsx, filters.ts) 🔍 Preview: https://sandbox.promptfloe.com/s/abc124 Deploy update? Reply `deploy`.

#Channel setup

💬 Slack

Generally availableAdd the PromptFloe Slack app to your workspace. Works in DMs and any channel where the bot is mentioned.
1

Install the Slack app

Go to /settings/channelsConnect Slack → Authorize for your workspace.

2

DM the bot or @mention it

Open a DM with @PromptFloe or type @PromptFloe build me a SaaS app in any channel.

3

Link your account (first time only)

The bot will send you a link to verify your PromptFloe identity. Click it — you only need to do this once per Slack workspace.

✈️ Telegram

Generally availableMessage the PromptFloe Telegram bot directly. Easiest setup — just start a chat.
1

Start the bot

Search @PromptFloeBot on Telegram and send /start.

2

Link your account

The bot replies with a verification link. Click it while signed in to PromptFloe — your Telegram is now linked.

3

Build your first app

Send any message like "Build me a recipe app with dark mode" and PromptFloe starts generating immediately.

🔷 Microsoft Teams

Generally availableInstall the PromptFloe Teams app and generate apps from within any Team or personal chat.
1

Install via Teams app store

In Teams → Apps → search PromptFloe → Add to a team or personal chat.

2

Link your account

Send @PromptFloe link — it replies with a one-time verification URL.

3

Start building

Mention @PromptFloe followed by your app description in any message.

🟢 WhatsApp

BetaSend a WhatsApp message to the PromptFloe number and get your app delivered as files + live URL.
1

Enable WhatsApp in settings

Go to /settings/channelsEnable WhatsApp. You'll see the number to save.

2

Send a verification message

Text START pf_link_code to the number (the code is shown in settings).

3

Build

Just describe your app in a normal WhatsApp message. No prefix or command needed.

#Command reference

All commands work on every channel. No slash prefix needed — just send a natural message.

FieldTypeDescription
build <description>Start generating a new app. Can be omitted — any natural language message is treated as a build request if no app is active.
edit <change>Edit the most recently built app. E.g. "edit: add dark mode toggle".
statusCheck the build status of your current app.
deploy vercelDeploy the latest app to Vercel. Also: deploy netlify, deploy cloudflare.
filesList all files in the most recently generated app.
appsShow your last 5 generated apps with status and links.
openGet the preview URL for the most recently built app.
stopCancel an in-progress generation.
helpShow available commands.

#Configuring deploy tokens via chat

If your Vercel or Netlify token isn't set when you run deploy vercel, the bot walks you through it without leaving the chat.

U
deploy vercel
PF
⚠️ No Vercel token configured yet. Paste your Vercel PAT here and I'll save it to your account. Get one from: https://vercel.com/account/tokens (It's stored encrypted — only used for deployments.)
U
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
PF
✅ Vercel token saved. Deploying now…
PF
🚀 Live! https://my-app.vercel.app

#Build notifications you receive

FieldTypeDescription
🔨 Build startedSent immediately after your message is processed. Includes estimated time by tier.
✅ Build completePreview URL + file count + framework detected. Includes "Deploy?" action buttons in Slack/Teams.
❌ Build failedError summary + suggested fix + "Retry" button.
🚀 Deploy completeLive URL + platform name. Sent as a reply to the original build message (threaded in Slack).
✏️ Edit completeList of changed files + new preview URL.

#Manage connected channels

View and disconnect channels from /settings/channels:

  • Revoke a channel connection without affecting others.
  • Update deploy tokens (Vercel PAT, Netlify token) from one place.
  • Enable/disable per-channel build notifications.
  • See which apps were built from which channel.
PromptFloe docs · last updated Jun 2026Report a doc issue