Skip to main content

Integrations

Appifex apps come with built-in services -- database, file storage, AI capabilities -- and connect to popular third-party tools. No API keys to configure for built-in features.

Database

Every app with a backend gets its own PostgreSQL database, set up automatically.

"Add a database with users, posts, and comments tables"

Browse tables and data directly in Appifex (Database tab). In Coder mode, each session gets its own isolated database.

File storage

File uploads work out of the box. Files are stored on a CDN for fast global delivery.

"Add profile photo upload for users"
"Allow users to attach images to their posts"

Built-in AI features

Your apps can use AI capabilities with no API keys required:

FeatureExample prompt
AI chat"Add a chatbot that answers questions about the product"
Image analysis"Analyze uploaded photos and describe their contents"
Image generation"Generate thumbnail images from text descriptions"
Image editing"Let users edit photos with text prompts"
Text-to-speech"Convert article text to audio"
Speech-to-text"Add voice input that transcribes to text"
Weather data"Show current weather on the dashboard"
Stock data"Display live stock prices and quotes"

Payments

RevenueCat (mobile)

Add subscriptions and in-app purchases:

"Add monthly subscription with a paywall for premium features"

Setup: Project settings -> Publishing -> RevenueCat -> Enter your API key and Project ID.

Stripe (web)

Add payment processing:

"Add Stripe checkout for one-time payments"
"Add subscription billing with Stripe"

Authentication

Request user accounts and authentication is set up automatically:

"Add user authentication with email and password"

Deployment providers

Choose where your app gets hosted:

ProviderSupports
VercelWeb, backend
RailwayWeb, backend
Fly.ioWeb, backend
CloudflareWeb, backend (eligible tiers)
Expo / EASMobile

Managed Cloudflare deployment is also available for eligible tiers.

Connect once, then use Publish to deploy manually to that provider.

App store submissions

Submit mobile apps directly from Appifex:

  • Apple (TestFlight / App Store) -- Project settings -> Publishing -> Apple. A guided wizard walks you through connecting your account.
  • Google Play -- Project settings -> Publishing -> Google Play. Same guided setup.
  • Expo / EAS -- Project settings -> Publishing -> Expo. Connect for mobile builds and over-the-air updates.

GitHub

Every project gets automatic version control. See GitHub integration.

Slack (enterprise)

Connect Slack for notifications and AI-assisted task creation. Mention @Appifex in Slack to create tasks automatically.

Setup: User settings -> Slack -> Connect.

Environment variables

Manage secrets and API keys per project in project settings -> Environment. Values hidden by default.