Docs
Ship dashboards, portals, APIs, internal tools, Discord bots, and automations by describing them. Start with the app quickstart — or jump straight to the Discord bot quickstart if that's why you're here.
Quickstart — business systems
Ship a dashboard, customer portal, API, internal tool, form, website, or automation from a description to a live URL in under five minutes.
Quickstart — Discord bots
Get your first Discord bot running on FlareX in under five minutes — sign in, describe the bot, add the token, deploy, invite.
Build a website
How to ship a marketing site, landing page, or simple multi-page website on FlareX — what to ask for, what FlareX picks, and how to iterate.
Build a dashboard
Build a live dashboard or internal tool on FlareX — wire in a Postgres database, refresh on a schedule, and add auth.
Build an API service
Ship a long-lived HTTP API, webhook handler, or scheduled job on FlareX — the patterns FlareX picks and how to iterate.
3rd-party APIs — overview
The universal pattern for calling external services from your FlareX app — Secrets, fetch, retries, rate limits, and error handling.
OAuth — per-user auth
How to wire up OAuth flows on FlareX — redirect URIs, state, code exchange, and storing tokens.
Webhooks
Receive inbound webhook calls on your FlareX app — verify signatures, handle retries, idempotency.
Stripe
Wire Stripe Checkout, subscriptions, and webhooks into your FlareX app — from API keys to first paid customer.
OpenAI
Call the OpenAI API from your FlareX app — chat completions, streaming, embeddings, retries, and cost control.
Google APIs
Connect to Google APIs from your FlareX app — OAuth, Sheets, Calendar, Drive, and which scopes to request.
Discord webhooks
Send messages to a Discord channel from your FlareX app via incoming webhooks — without building a full Discord bot.