Integrations
Add powerful capabilities to your apps with our built-in integrations
Create offers 50+ 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@create.xyz with your suggestion. Meanwhile, you can add any API to your app using Functions. It’s similar to creating your own integration.
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. Create 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 Create not to stream when you use the integration if you’d rather have it load.
- Flexible Prompting - Let Create 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 Create 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 Create “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
Create offers multiple ways to handle AI prompts:
-
Basic Integration
- Just include the AI integration (e.g.
/[ChatGPT]
) in your message - Create will guess an optimal prompt based on your app’s context
- Just include the AI integration (e.g.
-
Custom Prompts
- Specify exactly what you want: “Use /[ChatGPT] with prompt: ‘Analyze this text for tone’”
- Control the exact behavior of the AI
-
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]’”
- Create handles all the code to pass variables to your prompts. You can chain multiple variables
- Use
-
Prompt Optimization
- Let Create help: “Optimize the prompt for /[ChatGPT]. I want to [your goals]”
- Create 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:
- Building UIs
- Driving Logic
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 & LLMs
Learn more about working with these models in Using AI Integrations.
ChatGPT
Process text with OpenAI’s GPT-4o model. Great for summarization, analysis, and generation. Fast model.
Example prompts:
-
Build a writing assistant that uses /[ChatGPT] to improve grammar
-
Create a chatbot that uses /[ChatGPT] for customer service
-
Make an app that uses /[ChatGPT] to summarize articles
Anthropic Claude 3.5 Sonnet
Process text with Claude’s latest model. Excels at analysis and reasoning. Smartest all around model.
Example prompts:
-
Build an app that uses /[Google Gemini] for text analysis
-
Create a tool that uses /[Google Gemini] for content generation
-
Make a chatbot with /[Google Gemini]
Google Gemini 1.5
Google’s latest model with strong reasoning capabilities and long context support.
Example prompts:
-
Build an app that uses /[Google Gemini 1.5] to analyze long documents
-
Create a tool that uses /[Google Gemini 1.5] for multi-step reasoning
-
Make a research assistant with /[Google Gemini 1.5]
Anthropic Haiku
Add high quality AI capabilities with Anthropic’s fastest model.
Example prompts:
-
Build a chatbot that uses /[Anthropic Haiku] for quick responses
-
Create a tool that uses /[Anthropic Haiku] for real-time analysis
-
Make an app that uses /[Anthropic Haiku] for text processing
Anthropic Sonnet
Add high quality AI capabilities with Anthropic’s balanced model.
Example prompts:
-
Build an app that uses /[Anthropic Sonnet] for content analysis
-
Create a tool that uses /[Anthropic Sonnet] for writing assistance
-
Make a research helper with /[Anthropic Sonnet]
Anthropic Sonnet 3.5
Process text with Claude’s latest model. Excels at analysis and reasoning. Smartest all around model.
Example prompts:
-
Build an app that uses /[Anthropic Sonnet 3.5] to analyze documents
-
Create a tool that uses /[Anthropic Sonnet 3.5] to explain complex topics
-
Make a writing assistant that uses /[Anthropic Sonnet 3.5] for essay structure
Anthropic Opus
Claude’s largest model, optimized for complex tasks. Takes longer but provides detailed responses.
Example prompts:
-
Build an app that uses /[Anthropic Opus] for in-depth research
-
Create a tool that uses /[Anthropic Opus] for detailed analysis
-
Make a writing assistant that uses /[Anthropic Opus] for long-form content
Groq
The fastest AI model in Create, powered by Llama 3.
Example prompts:
-
Build a chatbot that uses /[Groq] for instant responses
-
Create a quiz app that uses /[Groq] to grade answers
-
Make a tool that uses /[Groq] for real-time text analysis
Cohere Command R+
A scalable LLM built for business applications.
Example prompts:
-
Build an enterprise chatbot with /[Cohere Command R+]
-
Create a business document analyzer using /[Cohere Command R+]
-
Make a customer support tool with /[Cohere Command R+]
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 Components
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
Images & Vision
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
Stable Diffusion v3
Generate images from text descriptions.
Example prompts:
-
Let users describe an image and use /[Stable Diffusion] to create it
-
Build an app that uses /[Stable Diffusion] for product mockups
-
Create a tool that uses /[Stable Diffusion] for logo generation
DALL-E 3
Generate high-quality images from text using OpenAI’s latest model.
Example prompts:
-
Let users describe art and use /[DALL-E] to generate it
-
Build an app that uses /[DALL-E] for social media images
-
Create a tool that uses /[DALL-E] for custom illustrations
Audio Processing
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]
Maps & Places
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]
Documents
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]
Document Scanner
Capture and process document images.
Example prompts:
-
Let users scan documents with /[Document Scanner]
-
Build a receipt tracker using /[Document Scanner]
-
Create a business card scanner with /[Document Scanner]
For best results, ensure documents are 8.5x11in proportion.
File Conversion
Convert files between different formats.
Example prompts:
-
Convert PDFs to images using /[File Conversion]
-
Build a document converter with /[File Conversion]
Possible inputs include: .html, .doc, .docx, .pptx, .xlsx, .pdf, .png, .jpg, .jpeg
Possible outputs include: .pdf, .png, .jpg, .jpeg, .html
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]
Entertainment & Media
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]
Basketball
Access basketball statistics and data.
Example prompts:
-
Build a basketball stats tracker with /[Basketball]
-
Create a fantasy basketball helper using /[Basketball]
-
Make a game prediction tool with /[Basketball]
Book Search
Search and retrieve book information.
Example prompts:
-
Build a book discovery app with /[Book Search]
-
Create a reading list manager using /[Book Search]
-
Make a book recommendation system with /[Book Search]
Web Tools
Web Scraper
Extract data from websites.
Example prompts:
Take in a keyword, use /[Google Search] to find URLs and /[Web Scraper] to get the top 5 results body
Google Translate
Translate text between languages.
Example prompts:
-
Translate user input with /[Google Translate]
-
Build a language learning app using /[Google Translate]
-
Create a multilingual chat tool with /[Google Translate]
Google Search
Access search results and data.
Example prompts:
-
Search the web using /[Google Search]
-
Build a research tool with /[Google Search]
-
Create a trending topics analyzer using /[Google Search]
Google Image Search
Search for images across the web.
Example prompts:
-
Find images using /[Google Image Search]
-
Build an image discovery tool with /[Google Image Search]
-
Create a visual research assistant using /[Google Image Search]
Business Tools
US Sales Tax Calculator
Calculate accurate sales tax for US addresses.
Example prompts:
-
Calculate order totals with /[US Sales Tax Calculator]
-
Build an e-commerce checkout using /[US Sales Tax Calculator]
-
Create a pricing tool with /[US Sales Tax Calculator]
SEO Keywords Research
Analyze search terms and discover opportunities.
Example prompts:
-
Research keywords with /[SEO Keywords Research]
-
Build a content planning tool using /[SEO Keywords Research]
-
Create an SEO analyzer with /[SEO Keywords Research]
Charts
Create interactive data visualizations.
Example prompts:
-
Display sales data in a /[Charts] line graph
-
Build a dashboard with multiple /[Charts]
-
Create an analytics page using /[Charts]
Supports bar charts, line graphs, pie charts, and more. See examples at Recharts.
Validate Emails
Verify email address validity.
Example prompts:
-
Check email addresses with /[Validate Emails]
-
Build a signup form using /[Validate Emails]
-
Create a contact list cleaner with /[Validate Emails]
Domain Inspector
Check domain information and validity.
Example prompts:
-
Verify domains using /[Domain Inspector]
-
Build a website analyzer with /[Domain Inspector]
-
Create a domain research tool using /[Domain Inspector]
OpenAI Moderation
Check content for harmful or offensive material.
Example prompts:
-
Moderate user content with /[OpenAI Moderation]
-
Build a safe chat app using /[OpenAI Moderation]
-
Create a content filter with /[OpenAI Moderation]
Was this page helpful?