Templates

All

Most popular

Newest

By BuildShip

Categories

Getting Started

AI Assistant

Text Generation

Image Generation

Document Generation

Video Generation

Web Scraping

Payment

Messaging / Bot

Database

Use Cases

Marketing / SEO

Sales / CRM

Recruiting / HR

Operations

Internal Tool

Misc

Search …

Quick API
Perfect for simple data retrieval or AI-generated content.

By BuildShip

99

AI City Advisor Assistant
Create a simple AI Chatbot with BuildShip and OpenAI Assistant to give travel advisor and recommendations for a city.

By BuildShip

194

Auto Data Generation
This template allows you to create tables with generated data given a topic and some fields. It saves it as a Google spreadsheet.

By Gerard

14

Crawl Website
This template uses the Scrape node to extract data from an entire website by crawling through and scraping the content of its pages.

By BuildShip

528

Scrape Website
The template is designed for web scraping, capturing data from a specified online source. It begins with a "Scrape" action to extract relevant information from a website url. This data is then processed and outputs the scraped data for further use or analysis.

By BuildShip

486

Chat with Airtable
Create an AI Assistant that can chat with your data on Airtable.

By BuildShip

151

AI Chatbot
Create a simple AI Chatbot with BuildShip and OpenAI Assistant, using a BuildShip database to keep track of the thread ID to enable conversation history.

By BuildShip

1,378

Chat with Google Sheets
Create an AI Assistant that can chat with your data on Google Sheets. This template is connected to a Furniture store's inventory data on Google Sheets and users can chat with the data to get meaningful recommendation for products.

By BuildShip

394

AI Web Scraper (Anthropic)
This template uses the Anthropic version of the LLM Extract node to easily extract structured data from any website of your choice.

By BuildShip

484

Travel Distance and Cost Calculator
The Travel Distance and Cost Calculator uses Google Maps API to determine travel distance and time between locations and estimates cost based on a per-meter rate.

By BuildShip

109

Stripe Summary Report
Schedule a task to create a monthly financial report using your Stripe data.

By BuildShip

64

Google Vision - Text Detection
Given an image, find the text in it using Google Vision.

By BuildShip

88

Supabase CRUD Operations
Simple template to showcase how you can create workflows for Read, Write/Update and Delete operations on your Supabase database

By BuildShip

364

Audio Transcribe & Translate Template
Given a speech audio file, this template transcribes it and then translates it into a target language. This includes creating an output audio file in the target language using Google Translate and Open AI, Whisper model text-to-speech.

By BuildShip

273

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.

By BuildShip

276

Email Data Entry to Google Sheet
This template automates the process of parsing data into a Google Sheet from an email, updating it with new entries, and sending an email confirmation once complete. When a new email is received via the Email Trigger, it fetches the existing sheets using Google Sheets API and calculates the next empty row to determine where new data should be added. A JSON schema is generated to structure the new data, which is then appended as new rows or columns in the Google Sheet. Finally, an email confirmation is sent, likely to inform relevant parties of the updated sheet. This template is useful for automating data entry tasks and ensuring confirmation when updates occur.

By Stuart Gardoll

40

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

By BuildShip

325

Extract Structured Data From Receipt Img
Extract structured data from a document such as a menu. Raw text from the document will be processed to get structured data like the title, price, description, etc., using Anthropic's Claude model.

By BuildShip

113

Follow-up interesting leads
Ideal for automation and scheduled tasks.

By BuildShip

181

Meditate GPT
Generate a fully AI-driven meditation session, complete with a relaxing background and calming voiceovers to help you achieve a state of deep relaxation and mindfulness.

By BuildShip

243

Object Detection and Tagging on an Image
Object detection using Google Cloud Vision API.

By BuildShip

111

RAG using Supabase
This template provides a complete document QA system that combines Supabase's 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.

By BuildShip

545

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"

By BuildShip

68

Image Transformation
Effortlessly transform your images: upload, convert, and resize in seconds.

By BuildShip

130

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.

By BuildShip

126

Image to SEO
Effortlessly generate structured, SEO-optimized content from any image

By BuildShip

49

Illustrated Book Generator
A customisable workflow for creating and reading personalized bedtime stories with AI-generated content, images, and audio narration.

By BuildShip

97

Publish Notion Blogs
Publish Blog Articles from Notion to Dev.to by converting Notion blocks into Markdown format.

By BuildShip

28

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.

By BuildShip

48

Analyse Data and Score
Compare data from two Google Sheets, analyze and find a match score. This template can be applied to various use cases. We will demonstrate how an accelerator uses it to find potential partnership between its network of companies.

By BuildShip

33

Streaming AI Chatbot
Create a Streaming AI Chatbot with BuildShip and OpenAI Assistant.

By BuildShip

142

REST API Streaming Assistant
Use OpenAI Assistant with BuildShip to generate stream responses to your prompts.

By BuildShip

160

Lead Qualifier to Google Sheets
This template is designed to process user-provided leads by evaluating the lead based on the user's company description and lead rating criteria. It starts by getting input text from the user and extracting the company name from a provided email. A branching logic checks certain criteria; if it meets the conditions, it takes the user through a series of steps involving Perplexity AI Chat, a rating process, and then adds a row to a Google Sheet. If the conditions aren't met, it bypasses the additional processes and directly adds a row to the Google Sheet. Finally, it concludes by outputting the flow's result.

By BuildShip

38

Game Play
Build a Whodunit game and learn how to develop a full-stack game app using Webflow and BuildShip. Create the gameplay API using OpenAI for narrative and Replicate for image generation.

By BuildShip

11

AI WhatsApp Bot
Create your own WhatsApp bot powered by GPT and Meta's WhatsApp Business API.

By BuildShip

152

Telegram Chatbot
An easy-to-deploy text-only Telegram chatbot using OpenAI's Assistant. It signals typing, retrieves chat history if needed, processes the conversation, and sends responses.

By BuildShip

84

Update Firebase Field to Array
This template automates the process of converting a string field in a Firebase document into an array field. It handles both newline and dash-separated strings, making it perfect for updating legacy string data into structured arrays. Key features include: - Automatic delimiter detection - Flexible input formatting (supports both newlines and dashes) - Whitespace trimming and empty item filtering - Preserves the original field while creating a new array field"

By Stuart Gardoll

0

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.

By BuildShip

46

Build a Clicker Game Back-End
Full tutorial video here: https://www.youtube.com/watch?v=VAZP-wtdsQ0 Ready to level up your app development skills and have fun doing it? In this video, we explore the App Development Clicker Game Template—an incremental game project built in FlutterFlow & BuildShip. Discover how to set up click-to-earn mechanics, unlock revenue-boosting features, and customize the project to match your vision. Whether you’re brand-new to FlutterFlow or an experienced developer, this template offers a fresh perspective on gamified app development.

By FlutterFlow

0

Webflow CMS AI Content Gen
Auto populate your Webflow CMS content with AI. This template listens for new entries in your Webflow CMS and auto generates content for other fields and updates the CMS entry.

By BuildShip

9

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.

By BuildShip

15

Daily Web Scrape Email Brief
The template is designed to automate the process of scraping data, generating a text-based response, and then sending it via an HTML email. It begins by scraping content from a specified source, which is then processed by a text generator to create summaries or insights based on the scraped data. Following this, the generated text is formatted into an HTML email and sent through Gmail. This use-case is ideal for automating content curation and communication tasks efficiently.

By BuildShip

20

HTML to PDF
Generate a PDF document from HTML content and provide a publicly accessible download link for it, allowing users to easily access and download the PDF document from cloud storage.

By BuildShip

11

AI Chatbot with Malicious Intent Check
Create an AI Chatbot with BuildShip and OpenAI Assistant, with a check for prompt injection or other malicious intent using a BuildShip database to keep track of the thread ID to enable conversation history.

By BuildShip

3

GPT Crawler
Create a custom GPT with Crawler node to scrape website content using BuildShip.

By BuildShip

7

Generate Sample Data
Generate and save sample datasets directly to Google Sheets by specifying your topic, fields, and desired number of records.

By geserra

0

Voice Transcription
Transcribe an audio file using OpenAI's speech recognition.

By BuildShip

2

AI Chatbot (OpenAI API)
A basic chatbot using with built-in conversational memory. Uses the OpenAI API with selectable LLM.

By BuildShip

2

Voice-to-Voice Translation
This template converts spoken audio in any language into spoken audio in any other language, outputting a link to the audio file and the translated text.

By BuildShip

2

Search …

Quick API
Perfect for simple data retrieval or AI-generated content.

By BuildShip

99

AI City Advisor Assistant
Create a simple AI Chatbot with BuildShip and OpenAI Assistant to give travel advisor and recommendations for a city.

By BuildShip

194

Auto Data Generation
This template allows you to create tables with generated data given a topic and some fields. It saves it as a Google spreadsheet.

By Gerard

14

Crawl Website
This template uses the Scrape node to extract data from an entire website by crawling through and scraping the content of its pages.

By BuildShip

528

Scrape Website
The template is designed for web scraping, capturing data from a specified online source. It begins with a "Scrape" action to extract relevant information from a website url. This data is then processed and outputs the scraped data for further use or analysis.

By BuildShip

486

Chat with Airtable
Create an AI Assistant that can chat with your data on Airtable.

By BuildShip

151

AI Chatbot
Create a simple AI Chatbot with BuildShip and OpenAI Assistant, using a BuildShip database to keep track of the thread ID to enable conversation history.

By BuildShip

1,378

Chat with Google Sheets
Create an AI Assistant that can chat with your data on Google Sheets. This template is connected to a Furniture store's inventory data on Google Sheets and users can chat with the data to get meaningful recommendation for products.

By BuildShip

394

AI Web Scraper (Anthropic)
This template uses the Anthropic version of the LLM Extract node to easily extract structured data from any website of your choice.

By BuildShip

484

Travel Distance and Cost Calculator
The Travel Distance and Cost Calculator uses Google Maps API to determine travel distance and time between locations and estimates cost based on a per-meter rate.

By BuildShip

109

Stripe Summary Report
Schedule a task to create a monthly financial report using your Stripe data.

By BuildShip

64

Google Vision - Text Detection
Given an image, find the text in it using Google Vision.

By BuildShip

88

Supabase CRUD Operations
Simple template to showcase how you can create workflows for Read, Write/Update and Delete operations on your Supabase database

By BuildShip

364

Audio Transcribe & Translate Template
Given a speech audio file, this template transcribes it and then translates it into a target language. This includes creating an output audio file in the target language using Google Translate and Open AI, Whisper model text-to-speech.

By BuildShip

273

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.

By BuildShip

276

Email Data Entry to Google Sheet
This template automates the process of parsing data into a Google Sheet from an email, updating it with new entries, and sending an email confirmation once complete. When a new email is received via the Email Trigger, it fetches the existing sheets using Google Sheets API and calculates the next empty row to determine where new data should be added. A JSON schema is generated to structure the new data, which is then appended as new rows or columns in the Google Sheet. Finally, an email confirmation is sent, likely to inform relevant parties of the updated sheet. This template is useful for automating data entry tasks and ensuring confirmation when updates occur.

By Stuart Gardoll

40

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

By BuildShip

325

Extract Structured Data From Receipt Img
Extract structured data from a document such as a menu. Raw text from the document will be processed to get structured data like the title, price, description, etc., using Anthropic's Claude model.

By BuildShip

113

Follow-up interesting leads
Ideal for automation and scheduled tasks.

By BuildShip

181

Meditate GPT
Generate a fully AI-driven meditation session, complete with a relaxing background and calming voiceovers to help you achieve a state of deep relaxation and mindfulness.

By BuildShip

243

Object Detection and Tagging on an Image
Object detection using Google Cloud Vision API.

By BuildShip

111

RAG using Supabase
This template provides a complete document QA system that combines Supabase's 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.

By BuildShip

545

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"

By BuildShip

68

Image Transformation
Effortlessly transform your images: upload, convert, and resize in seconds.

By BuildShip

130

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.

By BuildShip

126

Image to SEO
Effortlessly generate structured, SEO-optimized content from any image

By BuildShip

49

Illustrated Book Generator
A customisable workflow for creating and reading personalized bedtime stories with AI-generated content, images, and audio narration.

By BuildShip

97

Publish Notion Blogs
Publish Blog Articles from Notion to Dev.to by converting Notion blocks into Markdown format.

By BuildShip

28

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.

By BuildShip

48

Analyse Data and Score
Compare data from two Google Sheets, analyze and find a match score. This template can be applied to various use cases. We will demonstrate how an accelerator uses it to find potential partnership between its network of companies.

By BuildShip

33

Streaming AI Chatbot
Create a Streaming AI Chatbot with BuildShip and OpenAI Assistant.

By BuildShip

142

REST API Streaming Assistant
Use OpenAI Assistant with BuildShip to generate stream responses to your prompts.

By BuildShip

160

Lead Qualifier to Google Sheets
This template is designed to process user-provided leads by evaluating the lead based on the user's company description and lead rating criteria. It starts by getting input text from the user and extracting the company name from a provided email. A branching logic checks certain criteria; if it meets the conditions, it takes the user through a series of steps involving Perplexity AI Chat, a rating process, and then adds a row to a Google Sheet. If the conditions aren't met, it bypasses the additional processes and directly adds a row to the Google Sheet. Finally, it concludes by outputting the flow's result.

By BuildShip

38

Game Play
Build a Whodunit game and learn how to develop a full-stack game app using Webflow and BuildShip. Create the gameplay API using OpenAI for narrative and Replicate for image generation.

By BuildShip

11

AI WhatsApp Bot
Create your own WhatsApp bot powered by GPT and Meta's WhatsApp Business API.

By BuildShip

152

Telegram Chatbot
An easy-to-deploy text-only Telegram chatbot using OpenAI's Assistant. It signals typing, retrieves chat history if needed, processes the conversation, and sends responses.

By BuildShip

84

Update Firebase Field to Array
This template automates the process of converting a string field in a Firebase document into an array field. It handles both newline and dash-separated strings, making it perfect for updating legacy string data into structured arrays. Key features include: - Automatic delimiter detection - Flexible input formatting (supports both newlines and dashes) - Whitespace trimming and empty item filtering - Preserves the original field while creating a new array field"

By Stuart Gardoll

0

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.

By BuildShip

46

Build a Clicker Game Back-End
Full tutorial video here: https://www.youtube.com/watch?v=VAZP-wtdsQ0 Ready to level up your app development skills and have fun doing it? In this video, we explore the App Development Clicker Game Template—an incremental game project built in FlutterFlow & BuildShip. Discover how to set up click-to-earn mechanics, unlock revenue-boosting features, and customize the project to match your vision. Whether you’re brand-new to FlutterFlow or an experienced developer, this template offers a fresh perspective on gamified app development.

By FlutterFlow

0

Webflow CMS AI Content Gen
Auto populate your Webflow CMS content with AI. This template listens for new entries in your Webflow CMS and auto generates content for other fields and updates the CMS entry.

By BuildShip

9

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.

By BuildShip

15

Daily Web Scrape Email Brief
The template is designed to automate the process of scraping data, generating a text-based response, and then sending it via an HTML email. It begins by scraping content from a specified source, which is then processed by a text generator to create summaries or insights based on the scraped data. Following this, the generated text is formatted into an HTML email and sent through Gmail. This use-case is ideal for automating content curation and communication tasks efficiently.

By BuildShip

20

HTML to PDF
Generate a PDF document from HTML content and provide a publicly accessible download link for it, allowing users to easily access and download the PDF document from cloud storage.

By BuildShip

11

AI Chatbot with Malicious Intent Check
Create an AI Chatbot with BuildShip and OpenAI Assistant, with a check for prompt injection or other malicious intent using a BuildShip database to keep track of the thread ID to enable conversation history.

By BuildShip

3

GPT Crawler
Create a custom GPT with Crawler node to scrape website content using BuildShip.

By BuildShip

7

Generate Sample Data
Generate and save sample datasets directly to Google Sheets by specifying your topic, fields, and desired number of records.

By geserra

0

Voice Transcription
Transcribe an audio file using OpenAI's speech recognition.

By BuildShip

2

AI Chatbot (OpenAI API)
A basic chatbot using with built-in conversational memory. Uses the OpenAI API with selectable LLM.

By BuildShip

2

Voice-to-Voice Translation
This template converts spoken audio in any language into spoken audio in any other language, outputting a link to the audio file and the translated text.

By BuildShip

2

All

Discover Powerful BuildShip Templates

Templates

All

Most popular

Newest

By BuildShip

Categories

Getting Started

AI Assistant

Text Generation

Image Generation

Document Generation

Video Generation

Web Scraping

Payment

Messaging / Bot

Database

Use Cases

Marketing / SEO

Sales / CRM

Recruiting / HR

Operations

Internal Tool

Misc

Search …

Quick API
Perfect for simple data retrieval or AI-generated content.

By BuildShip

99

AI City Advisor Assistant
Create a simple AI Chatbot with BuildShip and OpenAI Assistant to give travel advisor and recommendations for a city.

By BuildShip

194

Auto Data Generation
This template allows you to create tables with generated data given a topic and some fields. It saves it as a Google spreadsheet.

By Gerard

14

Crawl Website
This template uses the Scrape node to extract data from an entire website by crawling through and scraping the content of its pages.

By BuildShip

528

Scrape Website
The template is designed for web scraping, capturing data from a specified online source. It begins with a "Scrape" action to extract relevant information from a website url. This data is then processed and outputs the scraped data for further use or analysis.

By BuildShip

486

Chat with Airtable
Create an AI Assistant that can chat with your data on Airtable.

By BuildShip

151

AI Chatbot
Create a simple AI Chatbot with BuildShip and OpenAI Assistant, using a BuildShip database to keep track of the thread ID to enable conversation history.

By BuildShip

1,378

Chat with Google Sheets
Create an AI Assistant that can chat with your data on Google Sheets. This template is connected to a Furniture store's inventory data on Google Sheets and users can chat with the data to get meaningful recommendation for products.

By BuildShip

394

AI Web Scraper (Anthropic)
This template uses the Anthropic version of the LLM Extract node to easily extract structured data from any website of your choice.

By BuildShip

484

Travel Distance and Cost Calculator
The Travel Distance and Cost Calculator uses Google Maps API to determine travel distance and time between locations and estimates cost based on a per-meter rate.

By BuildShip

109

Stripe Summary Report
Schedule a task to create a monthly financial report using your Stripe data.

By BuildShip

64

Google Vision - Text Detection
Given an image, find the text in it using Google Vision.

By BuildShip

88

Supabase CRUD Operations
Simple template to showcase how you can create workflows for Read, Write/Update and Delete operations on your Supabase database

By BuildShip

364

Audio Transcribe & Translate Template
Given a speech audio file, this template transcribes it and then translates it into a target language. This includes creating an output audio file in the target language using Google Translate and Open AI, Whisper model text-to-speech.

By BuildShip

273

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.

By BuildShip

276

Email Data Entry to Google Sheet
This template automates the process of parsing data into a Google Sheet from an email, updating it with new entries, and sending an email confirmation once complete. When a new email is received via the Email Trigger, it fetches the existing sheets using Google Sheets API and calculates the next empty row to determine where new data should be added. A JSON schema is generated to structure the new data, which is then appended as new rows or columns in the Google Sheet. Finally, an email confirmation is sent, likely to inform relevant parties of the updated sheet. This template is useful for automating data entry tasks and ensuring confirmation when updates occur.

By Stuart Gardoll

40

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

By BuildShip

325

Extract Structured Data From Receipt Img
Extract structured data from a document such as a menu. Raw text from the document will be processed to get structured data like the title, price, description, etc., using Anthropic's Claude model.

By BuildShip

113

Follow-up interesting leads
Ideal for automation and scheduled tasks.

By BuildShip

181

Meditate GPT
Generate a fully AI-driven meditation session, complete with a relaxing background and calming voiceovers to help you achieve a state of deep relaxation and mindfulness.

By BuildShip

243

Object Detection and Tagging on an Image
Object detection using Google Cloud Vision API.

By BuildShip

111

RAG using Supabase
This template provides a complete document QA system that combines Supabase's 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.

By BuildShip

545

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"

By BuildShip

68

Image Transformation
Effortlessly transform your images: upload, convert, and resize in seconds.

By BuildShip

130

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.

By BuildShip

126

Image to SEO
Effortlessly generate structured, SEO-optimized content from any image

By BuildShip

49

Illustrated Book Generator
A customisable workflow for creating and reading personalized bedtime stories with AI-generated content, images, and audio narration.

By BuildShip

97

Publish Notion Blogs
Publish Blog Articles from Notion to Dev.to by converting Notion blocks into Markdown format.

By BuildShip

28

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.

By BuildShip

48

Analyse Data and Score
Compare data from two Google Sheets, analyze and find a match score. This template can be applied to various use cases. We will demonstrate how an accelerator uses it to find potential partnership between its network of companies.

By BuildShip

33

Streaming AI Chatbot
Create a Streaming AI Chatbot with BuildShip and OpenAI Assistant.

By BuildShip

142

REST API Streaming Assistant
Use OpenAI Assistant with BuildShip to generate stream responses to your prompts.

By BuildShip

160

Lead Qualifier to Google Sheets
This template is designed to process user-provided leads by evaluating the lead based on the user's company description and lead rating criteria. It starts by getting input text from the user and extracting the company name from a provided email. A branching logic checks certain criteria; if it meets the conditions, it takes the user through a series of steps involving Perplexity AI Chat, a rating process, and then adds a row to a Google Sheet. If the conditions aren't met, it bypasses the additional processes and directly adds a row to the Google Sheet. Finally, it concludes by outputting the flow's result.

By BuildShip

38

Game Play
Build a Whodunit game and learn how to develop a full-stack game app using Webflow and BuildShip. Create the gameplay API using OpenAI for narrative and Replicate for image generation.

By BuildShip

11

AI WhatsApp Bot
Create your own WhatsApp bot powered by GPT and Meta's WhatsApp Business API.

By BuildShip

152

Telegram Chatbot
An easy-to-deploy text-only Telegram chatbot using OpenAI's Assistant. It signals typing, retrieves chat history if needed, processes the conversation, and sends responses.

By BuildShip

84

Update Firebase Field to Array
This template automates the process of converting a string field in a Firebase document into an array field. It handles both newline and dash-separated strings, making it perfect for updating legacy string data into structured arrays. Key features include: - Automatic delimiter detection - Flexible input formatting (supports both newlines and dashes) - Whitespace trimming and empty item filtering - Preserves the original field while creating a new array field"

By Stuart Gardoll

0

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.

By BuildShip

46

Build a Clicker Game Back-End
Full tutorial video here: https://www.youtube.com/watch?v=VAZP-wtdsQ0 Ready to level up your app development skills and have fun doing it? In this video, we explore the App Development Clicker Game Template—an incremental game project built in FlutterFlow & BuildShip. Discover how to set up click-to-earn mechanics, unlock revenue-boosting features, and customize the project to match your vision. Whether you’re brand-new to FlutterFlow or an experienced developer, this template offers a fresh perspective on gamified app development.

By FlutterFlow

0

Webflow CMS AI Content Gen
Auto populate your Webflow CMS content with AI. This template listens for new entries in your Webflow CMS and auto generates content for other fields and updates the CMS entry.

By BuildShip

9

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.

By BuildShip

15

Daily Web Scrape Email Brief
The template is designed to automate the process of scraping data, generating a text-based response, and then sending it via an HTML email. It begins by scraping content from a specified source, which is then processed by a text generator to create summaries or insights based on the scraped data. Following this, the generated text is formatted into an HTML email and sent through Gmail. This use-case is ideal for automating content curation and communication tasks efficiently.

By BuildShip

20

HTML to PDF
Generate a PDF document from HTML content and provide a publicly accessible download link for it, allowing users to easily access and download the PDF document from cloud storage.

By BuildShip

11

AI Chatbot with Malicious Intent Check
Create an AI Chatbot with BuildShip and OpenAI Assistant, with a check for prompt injection or other malicious intent using a BuildShip database to keep track of the thread ID to enable conversation history.

By BuildShip

3

GPT Crawler
Create a custom GPT with Crawler node to scrape website content using BuildShip.

By BuildShip

7

Generate Sample Data
Generate and save sample datasets directly to Google Sheets by specifying your topic, fields, and desired number of records.

By geserra

0

Voice Transcription
Transcribe an audio file using OpenAI's speech recognition.

By BuildShip

2

AI Chatbot (OpenAI API)
A basic chatbot using with built-in conversational memory. Uses the OpenAI API with selectable LLM.

By BuildShip

2

Voice-to-Voice Translation
This template converts spoken audio in any language into spoken audio in any other language, outputting a link to the audio file and the translated text.

By BuildShip

2