Skip to main content
Noah integrations let you connect your apps to databases, hosting platforms, payment providers, AI models, analytics tools, and blockchain protocols — all without leaving Noah. Each integration is designed to work seamlessly with your project.

Integrations Overview

CategoryPurposeExamples
Backend & DatabaseAdd a managed cloud backend with database, auth, storage, and edge functionsSupabase
Hosting & DeploymentDeploy and host your apps on the webNetlify
Version ControlSync your code with GitHub for collaboration and backupGitHub
AnalyticsTrack user behavior, traffic, and monetizationGoogle Analytics, AdSense
PaymentsAccept payments and handle subscriptionsStripe, x402
AI ModelsPower your app with AI capabilitiesAnthropic, Gemini, Grok, Perplexity, ElevenLabs
Blockchain ProtocolsIntegrate on-chain protocols and smart contractsSolana Protocols

Backend & Database

Supabase

Connect a managed PostgreSQL database, auth, file storage, and edge functions. No manual API keys — Noah connects through OAuth.
Supabase gives you a full cloud backend:
  • PostgreSQL Database — Store and query your app data
  • Authentication — Email/password, social logins, and SSO
  • Storage Buckets — Upload and manage files, images, and documents
  • Edge Functions — Run server-side logic securely
  • Row-Level Security — Control data access at the database level

Hosting & Deployment

Netlify

Deploy your web apps to Netlify for fast, global hosting with custom domains and automatic SSL.

GitHub

Sync your project code with GitHub for version control, collaboration, and CI/CD workflows.

Analytics

Google Analytics

Track user behavior, page views, and engagement metrics across your app.

Google AdSense

Monetize your web app with Google’s advertising platform.

Payments

Stripe

Accept payments, manage subscriptions, and handle billing with Stripe’s payment infrastructure.

x402 Payment

Enable crypto-native payments using the x402 payment protocol.

AI Models

Bring AI capabilities into your app with multiple model providers:

Anthropic

Claude models for text generation and reasoning

Gemini

Google’s Gemini models for multimodal AI

Grok

xAI’s Grok models for fast AI responses

Perplexity

AI-powered search and research

Nano Banana

Lightweight AI model integration

ElevenLabs

Text-to-speech and AI audio generation

Blockchain Protocols

Solana Protocols

Integrate on-chain Solana protocols and smart contracts into your app for DeFi, NFTs, and more.

How to Connect an Integration

Most integrations follow the same pattern:
1

Open Settings or Cloud Tab

Go to Settings → Integration or click the Cloud tab in your project toolbar
2

Find the Integration

Browse available integrations and click Connect
3

Authorize Access

Follow the authorization flow (OAuth for Supabase/GitHub, API key for others)
4

Start Using It

The integration is ready — describe what you want to build and Noah handles the wiring

Integrate Any API

Noah can also integrate with any external API — public or private. Just describe what you need in the chat: No authentication needed:
“Fetch the current SOL price from CoinGecko and display it on the dashboard”
With authentication:
“Integrate the OpenAI API to add a chat feature. Store the API key as a secret and call it through a Supabase Edge Function.”
Noah automatically determines whether an API call should happen client-side or through an Edge Function based on whether credentials are involved.

FAQ

Not always. Supabase and GitHub use OAuth (no manual keys). Other integrations like AI models and Stripe require API keys, which should be stored as secrets.
Yes. You can connect Supabase, GitHub, Stripe, AI models, and any other integrations in the same project.
Noah can integrate with any API. Just describe the API, its endpoints, and authentication method in the chat, and Noah will set it up.