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:

  1. 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

  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]’”

    • Create handles all the code to pass variables to your prompts. You can chain multiple variables

  4. 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:

  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 & 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

Hugging Face

Access thousands of AI models and datasets through Hugging Face’s comprehensive API.

Example prompts:

  • Generate text using /HuggingFace

  • Classify sentiment with /HuggingFace

  • Create an AI chatbot using /HuggingFace

You’ll need to set up your own Hugging Face API key to use this integration in Create.

Full steps here (2 mins set up time)

Tavus

Create personalized AI-generated video content at scale using Tavus.

Example prompts:

  • Generate a personalized video using /Tavus

  • Create video variations with /Tavus

  • Build a video message system using /Tavus

You’ll need to set up your own Tavus API key to use this integration in Create.

Full steps here (2 mins set up time)

Replicate Flux

Generate high-quality images from text descriptions using Replicate’s Flux model.

Example prompts:

  • Generate a landscape painting using /ReplicateFlux

  • Create product mockups with /ReplicateFlux

  • Build an AI art gallery using /ReplicateFlux

You’ll need to set up your own Replicate API key to use this integration in Create.

Full steps here (2 mins set up time)

HeyGen

Create professional AI-generated video content with customizable avatars and voices.

Example prompts:

  • Generate a video presentation using /HeyGen

  • Create an AI spokesperson with /HeyGen

  • Build a video message system using /HeyGen

You’ll need to set up your own HeyGen API key to use this integration in Create.

Full steps here (2 mins set up time)

Lu.ma

Add calendar and event management functionality using Lu.ma’s API.

Example prompts:

  • Add a calendar view using /Luma

  • Create an event registration form with /Luma

  • Build an event management dashboard using /Luma

You’ll need to set up your own Lu.ma API key to use this integration in Create.

Full steps here (2 mins set up time)

Ideogram

Generate high-quality AI art and illustrations with advanced style control.

Example prompts:

  • Generate an illustration using /Ideogram

  • Create a logo design with /Ideogram

  • Build an AI art gallery using /Ideogram

You’ll need to set up your own Ideogram API key to use this integration in Create.

Full steps here (2 mins set up time)

Google Imagen

Generate images with Google’s Imagen model.

Example prompts:

  • Generate an image of a sunset over the mountains with /GoogleImagen
  • Create a fantasy landscape with /GoogleImagen
  • Design a futuristic cityscape using /GoogleImagen

You’ll need to set up your own Replicate API key to use this integration in Create. Full steps here (2 mins set up time)

Minimax

Integrate Minimax video generation capabilities using Replicate’s AI Model Database into your application.

Example prompts:

  • Generate videos using /Minimax
  • Create personalized video content with /Minimax
  • Analyze video data using /Minimax

You’ll need to set up your own Minimax API key to use this integration in Create.

Full steps here (2 mins set up time)

iLovePDF

Integrate iLovePDF capabilities into your application to manipulate PDF files.

Example prompts:

  • Convert this webpage to PDF files using /iLovePDF
  • Create a PDF document with /iLovePDF
  • I want this webpage to PDF using /iLovePDF

You’ll need to set up your own iLovePDF API key to use this integration in Create.

Full steps here (2 mins set up time)

FindWork

Access job listings and freelance opportunities through FindWork, a platform that connects job seekers with employers.

Example prompts:

  • Search for jobs in my area using /FindWork
  • Get details about a specific job listing using /FindWork
  • Create a job board app with /FindWork

You’ll need to set up your own FindWork API key to use this integration in Create.

Full steps here (2 mins set up time)

Ko-fi

Integrate Ko-fi to receive donations and support from your community.

Example prompts:

  • Receive donations using /Ko-fi
  • Get the latest supporter updates with /Ko-fi
  • Create a donation tracker using /Ko-fi

You’ll need to set up your own Ko-fi API key to use this integration in Create.

Full steps here (2 mins set up time)

Currents

Access real-time news and headlines from various sources with the Currents API.

Example prompts:

  • Get the latest news headlines using /Currents
  • Retrieve news articles by category using /Currents
  • Create a news aggregator using /Currents

You’ll need to set up your own Currents API key to use this integration in Create.

Full steps here (2 mins set up time)

News API

Access breaking news headlines and historical articles from over 80,000 sources worldwide.

Example prompts:

  • Get the latest technology news with /NewsAPI
  • Find articles about climate change using /NewsAPI
  • Create a news aggregator app with /NewsAPI

You’ll need to set up your own News API key to use this integration in Create.

Full steps here (2 mins set up time)

GitHub Stats

Access GitHub repository statistics, user information, and activity data.

Example prompts:

  • Show statistics for a GitHub repository using /GitHubStats
  • Get user contribution data with /GitHubStats
  • Create a developer portfolio that displays GitHub activity using /GitHubStats

You’ll need to set up your own GitHub personal access token to use this integration in Create.

TripAdvisor

Access travel information, including hotels, restaurants, attractions, and user reviews.

Example prompts:

  • Find top-rated hotels in Paris using /TripAdvisor
  • Get restaurant reviews near me with /TripAdvisor
  • Create a travel guide app using /TripAdvisor

You’ll need to set up your own TripAdvisor API key to use this integration in Create.

Full steps here (2 mins set up time)

Veriphone

Validate and verify phone numbers from around the world with the Veriphone API.

Example prompts:

  • Validate this phone number using /Veriphone
  • Create a contact form with phone validation using /Veriphone
  • Build a customer database with phone verification using /Veriphone

You’ll need to set up your own Veriphone API key to use this integration in Create.

Full steps here (2 mins set up time)

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

Pexels

Find and use stock photos and videos seamlessly with the Pexels API

Example prompts:

  • Find me a stock photo of a cat with /Pexels

  • Find me a video of a dog playing fetch with /Pexels

  • When using /Pexels, save the image URLs to my database

You’ll need to set up your own Pexels API key to use this integration in Create.

Full steps here (2 mins set up time)

Pixabay

Access high-quality images and videos from Pixabay, a platform that provides a vast collection of free media for personal and commercial use.

Example prompts:

  • Search for images of nature using /Pixabay
  • Get a random image using /Pixabay
  • Create a gallery app with /Pixabay

You’ll need to set up your own Pixabay API key to use this integration in Create.

Full steps here (2 mins set up time)

Search and summarize web content with the Exa API

Example prompts:

  • Find recent AI research papers with /Exa
  • Get latest tech news articles with /Exa
  • Find documentation for Next.js 14 features with /Exa

You’ll need to set up your own Exa API key to use this integration in Create. Full steps here (2 mins set up time)

Firecrawl

Extract data from any website with automatic browser rendering and scraping.

Example prompts:

  • Extract product details from this URL using /Firecrawl

  • Build a price comparison tool with /Firecrawl

  • Create a news aggregator using /Firecrawl

You’ll need to set up your own Firecrawl API key to use this integration in Create.

Full steps here (2 mins set up time)

Replicate Background Remover

Remove backgrounds from images instantly using Replicate’s state-of-the-art AI model.

Example prompts:

  • Remove the background from this product image with /ReplicateBackgroundRemover

  • Create a profile photo editor with /ReplicateBackgroundRemover

  • Build an image upload form that removes backgrounds using /ReplicateBackgroundRemover

You’ll need to set up your own Replicate API key to use this integration in Create.

Full steps here (2 mins set up time)

Replicate Levels IO

Access user data and functionalities through the LevelsIO API.

Example prompts:

  • Generate a retro-style photo using /Levelsio
  • Apply a disposable camera filter with /Levelsio
  • Create a nostalgic film look with /Levelsio

You’ll need to set up your own LevelsIO API key to use this integration in Create.

Full steps here (2 mins set up time)

LogMeal

Analyze food images and get detailed nutritional information using AI-powered food recognition.

Example prompts:

  • Analyze this food photo with /LogMeal

  • Get nutritional information for this meal using /LogMeal

  • Create a food diary that uses /LogMeal for image analysis

You’ll need to set up your own LogMeal API key to use this integration in Create.

Full steps here (2 mins set up time)

OpenLibrary

Access millions of books and their metadata through OpenLibrary’s comprehensive database.

Example prompts:

  • Search for books about AI with /OpenLibrary

  • Get details about this book using /OpenLibrary

  • Create a reading list app with /OpenLibrary

You’ll need to set up your own OpenLibrary API key to use this integration in Create.

Full steps here (2 mins set up time)

Nutritionix

Access comprehensive nutrition data and food information through the Nutritionix API.

Example prompts:

  • Get nutrition info for an apple using /Nutritionix

  • Track calories with /Nutritionix

  • Create a meal planner using /Nutritionix

You’ll need to set up your own Nutritionix API keys to use this integration in Create.

Full steps here (2 mins set up time)

Yelp

Access business information, reviews, and ratings from Yelp’s extensive database.

Example prompts:

  • Find restaurants near me using /Yelp

  • Get business reviews with /Yelp

  • Create a local business directory with /Yelp

You’ll need to set up your own Yelp API key to use this integration in Create.

Full steps here (2 mins set up time)

Ticketmaster

Access comprehensive event, venue, and ticket information through Ticketmaster’s Discovery API.

Example prompts:

  • Find upcoming concerts using /Ticketmaster

  • Get venue details with /Ticketmaster

  • Create an event discovery app using /Ticketmaster

You’ll need to set up your own Ticketmaster API key to use this integration in Create.

Full steps here (2 mins set up time)

Tenor

Access millions of GIFs and animated content through Tenor’s comprehensive API.

Example prompts:

  • Find reaction GIFs using /Tenor

  • Add animated stickers with /Tenor

  • Create a GIF picker using /Tenor

You’ll need to set up your own Tenor API key to use this integration in Create.

Full steps here (2 mins set up time)

GIPHY

Access the world’s largest library of GIFs, stickers, and animated content.

Example prompts:

  • Find reaction GIFs using /GIPHY

  • Add animated stickers with /GIPHY

  • Create a GIF picker using /GIPHY

You’ll need to set up your own GIPHY API key to use this integration in Create.

Full steps here (2 mins set up time)

Alpha Vantage

Access real-time and historical financial market data, including stock prices and technical indicators, through the Alpha Vantage API.

Example prompts:

  • Get stock prices for AAPL using /AlphaVantage

  • Retrieve historical data for MSFT using /AlphaVantage

  • Create a stock analysis tool using /AlphaVantage

You’ll need to set up your own Alpha Vantage API key to use this integration in Create.

Full steps here (2 mins set up time)

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]

Freesound

Access a vast library of Creative Commons Licensed sounds and audio samples.

Example prompts:

  • Find nature sound effects using /Freesound

  • Add background music with /Freesound

  • Create a sound library using /Freesound

You’ll need to set up your own Freesound API key to use this integration in Create.

Full steps here (2 mins set up time)

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]

OpenWeather API

Access real-time weather data and forecasts for any location worldwide.

Example prompts:

  • Show the weather forecast using /Weather

  • Build a travel planner with /Weather

  • Create a sports event scheduler using /Weather

You’ll need to set up your own OpenWeatherMap API key to use this integration in Create.

Full steps here (2 mins set up time)

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]

TMDb - The Movie Database

Access detailed movie information and entertainment data with the MovieDB API

Example prompts:

  • Find details for The Dark Knight with /TMDb
  • Build a movie recommendation app with /TMDb
  • Create a watchlist using /TMDb

You’ll need to set up your own MovieDB API key to use this integration in Create.

Full steps here (2 mins set up time)

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]

Discord

Integrate Discord messaging capabilities into your application to send notifications, build chatbots, and interact with users through Discord’s popular messaging service.

Example prompts:

  • Send a message to a channel using /Discord
  • Post a reminder with /Discord
  • Manage channels with /Discord

You’ll need to set up your own Discord bot token to use this integration in Create.

Full steps here (2 mins set up time)

Slack

Integrate Slack messaging capabilities into your application to send messages, manage channels, and interact with users.

Example prompts:

  • Send a message to a channel using /Slack
  • Post a reminder with /Slack
  • Manage channels with /Slack

You’ll need to set up your own Slack API token to use this integration in Create.

Full steps here (2 mins set up time)

Airtable

Integrate Airtable to manage and organize your data in a flexible and powerful way.

Example prompts:

  • Create a new record in Airtable using /Airtable
  • Retrieve data from a specific table using /Airtable
  • Update an existing record in Airtable using /Airtable

You’ll need to set up your own Airtable API key to use this integration in Create.

Full steps here (2 mins set up time)

New York Times

Access articles, reviews, and data from The New York Times, one of the world’s leading news sources.

Example prompts:

  • Get the latest top stories using /NYTimes
  • Search for articles about climate change with /NYTimes
  • Create a news aggregator using /NYTimes

You’ll need to set up your own NYTimes API key to use this integration in Create.

Full steps here (2 mins set up time)

Rundown

Access comprehensive sports data, including scores, schedules, standings, and statistics for various sports leagues.

Example prompts:

  • Get today's NBA schedule using /Rundown
  • Show NFL standings with /Rundown
  • Create a sports dashboard using /Rundown

You’ll need to set up your own Rundown API key to use this integration in Create.

Full steps here (2 mins set up time)

Jikan

Access comprehensive anime and manga data through the Jikan API, which provides information from MyAnimeList.

Example prompts:

  • Search for anime series using /Jikan
  • Get manga details with /Jikan
  • Create an anime tracking app using /Jikan

You’ll need to set up your own Jikan API key to use this integration in Create.

Full steps here (2 mins set up time)

Screenshot Layer

Capture high-quality screenshots of any website programmatically.

Example prompts:

  • Capture a screenshot of this website using /ScreenshotLayer
  • Create a website preview tool with /ScreenshotLayer
  • Build a web archiving app using /ScreenshotLayer

You’ll need to set up your own Screenshot Layer API key to use this integration in Create.

Full steps here (2 mins set up time)

TikTok Scraper

Access TikTok content, including videos, user information, and trending data.

Example prompts:

  • Get trending TikTok videos using /TikTokScraper
  • Fetch user information with /TikTokScraper
  • Create a TikTok content aggregator using /TikTokScraper

You’ll need to set up your own TikTok Scraper API key to use this integration in Create.

Full steps here (2 mins set up time)

UPC Database

Access product information using UPC/EAN barcodes for inventory management and product lookup.

Example prompts:

  • Look up product details by UPC using /UPCDatabase
  • Create an inventory management system with /UPCDatabase
  • Build a product scanner app using /UPCDatabase

You’ll need to set up your own UPC Database API key to use this integration in Create.

Full steps here (2 mins set up time)

Judge0 CE

Execute code in multiple programming languages for building coding platforms and educational tools.

Example prompts:

  • Execute Python code using /Judge0CE
  • Create a coding challenge platform with /Judge0CE
  • Build an online IDE using /Judge0CE

You’ll need to set up your own Judge0 CE API key to use this integration in Create.

Full steps here (2 mins set up time)

URL Shortener

Create and manage shortened URLs with analytics tracking capabilities.

Example prompts:

  • Create a short URL using /URLShortener
  • Track click analytics with /URLShortener
  • Build a link management system using /URLShortener

You’ll need to set up your own URL Shortener API key to use this integration in Create.

Full steps here (2 mins set up time)

IPstack

Access accurate IP geolocation data for location-aware applications.

Example prompts:

  • Get location data for an IP using /IPstack
  • Create a visitor tracking system with /IPstack
  • Build a location-based service using /IPstack

You’ll need to set up your own IPstack API key to use this integration in Create.

Full steps here (2 mins set up time)

Search and retrieve content from Wikipedia and other MediaWiki-based sites.

Example prompts:

  • Search Wikipedia articles using /MediaWikiSearch
  • Get article summaries with /MediaWikiSearch
  • Create a knowledge base app using /MediaWikiSearch

You’ll need to set up your own MediaWiki API access to use this integration in Create.

Full steps here (2 mins set up time)