Supabase CRUD Operations
Simple template to showcase how you can create workflows for Read, Write/Update and Delete operations on your Supabase database
Firestore CRUD Operations
Simple template to showcase how you can create workflows for Read, Write/Update, and Delete operations on your Firebase Firestore database collection
Stripe Subscriptions
Set up Stripe Subscription Payments for your SaaS product with this starter template, designed to help you create, manage, and track subscriptions while seamlessly syncing subscription and customer data to your database.
RAG using Supabase
This template provides a complete document QA system that combines Supabase vector storage with OpenAI's capabilities for intelligent document processing and querying. Using two workflows - document processing and RAG querying - it enables you to upload documents, automatically process them, and get AI-powered answers based on your document content.
Stripe Payment Processing
Setup Stripe Payment for your product with workflows for payment checkout link creation and post payment checkout processing. This is a great starter template that can be customized to meet your own requirements such as updating a membership, selling payment based products, incrementing user credits, etc.
Create Embeddings For Raw Content Firestore DB
Generates and stores vector embeddings for raw text content in a Firestore database. Accepts a string of content, the target embedding field, and the Firestore collection name as input, splits the content into chunks, uses OpenAI to generate embeddings for each chunk, and saves them in Firestore. Returns a success status.
Chat with Supabase
This template allows you to connect an AI assistant to a Supabase database. The assistant can pull data from a table and create a new entry.
Internal Tool with Stripe and MongoDB
Agent tool that fetches customer info for internal teams from Stripe and MongoDB. Get user's Stripe subscription plan and their usage data from MongoDB. Accepts a customer email as input, fetches the current Stripe plan and usage data, and returns both the plan name and usage hours in the response.
Create Embeddings For Raw Content Supabase
Generates and stores vector embeddings for raw text content in a Supabase database. Accepts plain text, a target table name, and the field to embed; returns a success message after processing. The tool splits the text into chunks, uses OpenAI to generate embeddings for each chunk, and inserts them into the specified Supabase table for semantic search or recommendation use cases.
Webflow Basic API
Webflow Basic API template that retrieves data from Google Sheets and provides it as an API for dynamically displaying information on Webflow pages. You can utilise any data source, such as Airtable, Google Sheets, or Firebase here.
Research Assistant with Tavily
Integrate Tavily's AI search with BuildShip's automation to create a research assistant that updates your Google Sheet with relevant data on any topic.
Customer Data Assistant
Build chatbot that retrieves customer data from a sample Airtable database of clients. E.g: "give me all the payments Alice made in 2023"