What's built in

The services every Floot app gets for free — database, auth, AI, storage, email, realtime, and jobs.

A lot of what you would normally wire up yourself is already part of every Floot project. Ask for the feature and Floot uses the built-in service — no accounts, no API keys, no setup.

ServiceWhat it gives you
Floot DatabaseA managed Postgres database. Browse tables and run queries from the Data tab, or download a pg_dump any time.
AuthenticationSign-up, login, and sessions out of the box. Add Google, Apple, Microsoft, or any custom OAuth provider on top.
Floot AIText generation, image generation, and embeddings with no provider account. Billed in Floot credits — or bring your own key if you prefer.
Floot StorageFile uploads and downloads for your users — documents, photos, contracts — served from Floot's CDN.
EmailSend transactional email from your app, and receive email into it, without signing up for a mail provider.
Floot RealtimeLive updates over WebSockets — presence, collaborative screens, dashboards that move on their own.
Scheduled jobsRun backend work on a cron schedule: nightly cleanups, weekly digests, morning reports.
Background jobsKick off work that outlives the request — fan-out, delayed jobs, and schedules your app creates at runtime.
Push notificationsSend notifications to your users' phones and browsers.
AnalyticsBuilt-in visitor tracking: page views, traffic sources, and trends.
Hosting & CDNGlobally distributed hosting with automatic SSL and scaling. See Reliability and limits.

You don't have to choose these by name

Describe the outcome — "let users upload a profile photo", "email me when someone books" — and Floot reaches for the right service.

Agents and chatbots

Floot can build conversational agents into your app: a support bot, an assistant that uses your data, or a background agent that works on a schedule. Conversation history, tool calling, memory, and streaming responses are all handled for you — just describe what the agent should be able to do.

Bringing your own services

Built-in does not mean locked in. If you already use Stripe, Twilio, Resend, Mapbox, an external Postgres database, or your own AI provider key, Floot connects to those instead. Browse the full directory on the integrations page.