As we transition to our new builder integrations may be temporarily unavailable. We are working to improve their functionality and compatibility with the new system. If you have questions on specific integrations please email us at hello@createanything.com. Thank you!
Anything offers 30+ built-in integrations (and growing!) to give your apps superpowers. Build AI-powered features, generate PDFs, display maps, or enhance your UI with component libraries.
Missing an integration? Email us at hello@createanything.com with your suggestion. Meanwhile, you can connect to any external API using our External API integration guide to add custom functionality to your app.

Adding Integrations

Add integrations by:
  • Type / in chat or select “Add-ons” menu
  • Select the integration
  • Write a prompt on how you want to use the integration. Send the message.
You can add integrations to your Pages, Components, or Functions. When you add an integration, you’ll see a special chip in your chat. Anything adds the integration code to your page/component/function.
You need to include the integration in your prompt. You’ll know it’s referenced correctly if you see a chip in your chat.
Some integrations use credits to run. Learn more about Credits.

Using AI Integrations

Build powerful AI apps with our integrated models. Each integration comes with support out of box for:
  • Streaming - AI-generated text appears word by word, real time. You can tell Anything not to stream when you use the integration if you’d rather have it load.
  • Flexible Prompting - Let Anything guess the best prompt or specify the exact prompt
  • Structured Outputs - Get JSON responses to build dynamic UIs and drive application logic
Adding AI is simple - just use a slash command, describe how you want to use the AI, and Anything handles hooking it up to your app.

Streaming

By default, responses appear word-by-word as they’re generated, creating an engaging real-time experience. This works great for chatbots and interactive experiences. If you prefer to show a loading spinner and display the complete response at once, simply tell Anything “don’t stream the response” in your prompt. This is useful for:
  • Applications that process the full response
  • UIs that need to wait for complete data
  • Situations where immediate partial results aren’t helpful

Prompting

Anything offers multiple ways to handle AI prompts:
  1. Basic Integration
    • Just include the AI integration (e.g. /[ChatGPT]) in your message
    • Anything will guess an optimal prompt based on your app’s context
  2. Custom Prompts
    • Specify exactly what you want: “Use /[ChatGPT] with prompt: ‘Analyze this text for tone’”
    • Control the exact behavior of the AI
  3. Dynamic Variables
    • Use [brackets] for dynamic values
    • Example: “Take in a subject line from the user. Then use /[ChatGPT] with prompt: ‘Generate a concise email for [subject line]’”
    • Anything handles all the code to pass variables to your prompts. You can chain multiple variables
  4. Prompt Optimization
    • Let Anything help: “Optimize the prompt for /[ChatGPT]. I want to [your goals]”
    • Anything will craft an effective prompt for your AI integration and include them in the code to call the integration

Structured Outputs

While AI typically returns raw text, you can request JSON responses for more structured data handling. Common Use Cases:
  1. Building UIs
   // Example: "Generate a recipe as JSON and show UI for each step"
   {
     "title": "Chocolate Cake",
     "steps": [
       {"step": 1, "instruction": "Preheat oven..."},
       {"step": 2, "instruction": "Mix ingredients..."}
     ]
   }   
  1. Driving Logic
   // Example: "Analyze text sentiment as JSON"
   {
     "sentiment": "positive",
     "score": 0.8,
     "key_phrases": ["excellent service", "highly recommend"]
   }   ```
Important Notes:
  • JSON responses automatically disable streaming
  • Remember to handle loading states
  • Great for when you need to process or display data programmatically
  • See Structured Outputs for more examples

Integrations

AI Models

GPT-4 Vision

Analyze and understand images with AI. Example prompts:
  • Let users upload photos and use /[GPT-4 Vision] to describe them
  • Build an app that uses /[GPT-4 Vision] to analyze product photos
  • Create a tool that uses /[GPT-4 Vision] to extract text from images

AI Tools

Audio Transcription

Convert audio files to text. Example prompts:
  • Let users upload audio files and use /[Audio Transcription] to get text
  • Build a podcast transcription tool with /[Audio Transcription]
  • Create a meeting notes app using /[Audio Transcription]

Text-to-Speech

Convert text to natural-sounding speech. Example prompts:
  • Read content aloud using /[Text to Speech]
  • Build an audiobook creator with /[Text to Speech]
  • Create an accessibility tool using /[Text to Speech]

Markdown Renderer

Display AI-generated markdown content as formatted HTML/React elements. Example prompts:
  • Generate a blog post with /[ChatGPT] and display it with /[Markdown Renderer]
  • Create documentation with /[Anthropic Sonnet 3.5] and format it with /[Markdown Renderer]
  • Build a wiki that uses /[Markdown Renderer] to display AI-generated content

UI & Design

Chakra UI

Design library with accessible, reusable components. Example prompts:
  • Add a form using /[Chakra UI] components
  • Build a dashboard with /[Chakra UI] layout
  • Create a responsive navbar using /[Chakra UI]

shadcn/ui

Modern component library with a clean design system. You can use the full library or specific components like Calendar, Dialog, or Select. Learn more at shadcn/ui docs. Example prompts:
  • Style my page with /[shadcn/ui] components
  • Build a settings panel using /[shadcn/ui]
  • Create a data table with /[shadcn/ui]
  • Add a /[shadcn/ui] calendar component for date picking
  • Use the /[shadcn/ui] dialog component for a popup form

Location & Maps

Google Maps

Add maps to your pages Example prompts:
  • Show store locations on /[Google Maps]
  • Build a delivery tracker with /[Google Maps]
  • Create a property listing app using /[Google Maps]

Google Business Data

Access business information and insights. Example prompts:
  • Find restaurants using /[Google Business Data]
  • Build a local business directory with /[Google Business Data]
  • Create a review aggregator using /[Google Business Data]

Google Place Autocomplete

Add location autocomplete to your inputs. Example prompts:
  • Add address completion with /[Google Place Autocomplete]
  • Build a store locator using /[Google Place Autocomplete]
  • Create a delivery form with /[Google Place Autocomplete]

Weather by City

Display weather information for any location. Example prompts:
  • Show the weather forecast using /[Weather by City]
  • Build a travel planner with /[Weather by City]
  • Create a sports event scheduler using /[Weather by City]

Utils

QR Code

Generate QR codes for links and data. Example prompts:
  • Create QR codes with /[QR Code]
  • Make a URL shortener with QR codes using /[QR Code]

Data

Movies and TV Series

Search and get details about movies and TV shows. Example prompts:
  • Build a movie recommendation app with /[Movies and TV Series]
  • Create a TV show tracker using /[Movies and TV Series]
  • Make a watchlist app with /[Movies and TV Series]

Anime and Manga

Get information about anime and manga titles. Example prompts:
  • Build an anime discovery tool with /[Anime and Manga]
  • Create a manga reading list using /[Anime and Manga]
  • Make an anime recommendation system with /[Anime and Manga]

Files

PDF Generation

Create and download PDFs programmatically. Example prompts:
  • Let users fill out a form and use /[PDF Generation] to download it
  • Build an invoice generator with /[PDF Generation]
  • Create a resume builder that exports to PDF using /[PDF Generation]

PDF Parser

Convert PDF files to text. Example prompts:
  • Extract text from PDFs using /[PDF Parser]
  • Build a document analyzer with /[PDF Parser]
  • Create a PDF search tool using /[PDF Parser]

Media

Charts

Create interactive charts and data visualizations. Example prompts:
  • Create a sales dashboard with /[Charts]
  • Build a data visualization tool using /[Charts]
  • Make a financial tracker with /[Charts]

Communication & Productivity

Resend

Send transactional emails with high deliverability rates. Example prompts:
  • Send welcome emails using /[Resend]
  • Build an email notification system with /[Resend]
  • Create a newsletter signup using /[Resend]
You’ll need to set up your own Resend API key to use this integration in Anything. Full setup guide here (2 mins set up time)

Search & Discovery

Access Google’s search results programmatically. Example prompts:
  • Search for information using /[Google Search]
  • Build a search aggregator with /[Google Search]
  • Create a research tool using /[Google Search]
Find and access images through Google’s image search. Example prompts:
  • Find images for my content using /[Google Image Search]
  • Build an image discovery tool with /[Google Image Search]
  • Create a visual search app using /[Google Image Search]

Web & Data Processing

Web Scraper

Extract data from websites programmatically. Example prompts:
  • Scrape product information using /[Web Scraper]
  • Build a price monitoring tool with /[Web Scraper]
  • Create a content aggregator using /[Web Scraper]

File Converter

Convert files between different formats. Example prompts:
  • Convert documents to different formats using /[File Converter]
  • Build a file processing tool with /[File Converter]
  • Create a document converter using /[File Converter]

Validate Emails

Verify email addresses for validity and deliverability. Example prompts:
  • Validate user email addresses using /[Validate Emails]
  • Build a contact form with email validation using /[Validate Emails]
  • Create a user registration system using /[Validate Emails]

Create QR Code

Generate QR codes for various types of data and content. Example prompts:
  • Create QR codes for URLs using /[Create QR Code]
  • Build a QR code generator with /[Create QR Code]
  • Make a contact sharing app using /[Create QR Code]

US Sales Tax Calculator

Calculate sales tax for US locations. Example prompts:
  • Calculate sales tax for purchases using /[US Sales Tax Calculator]
  • Build an e-commerce checkout with /[US Sales Tax Calculator]
  • Create a tax calculator tool using /[US Sales Tax Calculator]

Domain Inspector

Analyze domain information and availability. Example prompts:
  • Check domain availability using /[Domain Inspector]
  • Build a domain research tool with /[Domain Inspector]
  • Create a domain marketplace using /[Domain Inspector]
Search for products across multiple platforms in real-time. Example prompts:
  • Find products across platforms using /[Real Time Product Search]
  • Build a price comparison tool with /[Real Time Product Search]
  • Create a product discovery app using /[Real Time Product Search]

OpenAI Moderation

Moderate content using OpenAI’s moderation API. Example prompts:
  • Moderate user-generated content using /[OpenAI Moderation]
  • Build a content filtering system with /[OpenAI Moderation]
  • Create a safe chat platform using /[OpenAI Moderation]

Sports & Entertainment

Basketball

Access basketball statistics, scores, and team information. Example prompts:
  • Get basketball scores using /[Basketball]
  • Build a sports app with /[Basketball]
  • Create a basketball stats tracker using /[Basketball]
Search for books and get detailed information. Example prompts:
  • Find books by title or author using /[Book Search]
  • Build a library app with /[Book Search]
  • Create a reading list using /[Book Search]

SEO & Marketing

SEO Keyword Research

Research keywords for SEO optimization. Example prompts:
  • Research keywords for my content using /[SEO Keyword Research]
  • Build an SEO tool with /[SEO Keyword Research]
  • Create a content strategy app using /[SEO Keyword Research]

Development Tools

Code Runner

Execute code in multiple programming languages. Example prompts:
  • Run code snippets using /[Code Runner]
  • Build a coding playground with /[Code Runner]
  • Create an online IDE using /[Code Runner]