Course for Bubble devs to integrate AI using Buildship

Hey Bubble community,

As a Bubble developer with four years of experience, I’ve noticed the landscape changing – more no-code tools are emerging, and it feels like the demand for Bubble-specific projects has been shifting.

Personally, I’ve tried to learn other tools like Framer, WeWeb, Supabase, and Xano, but the problem is that many of these tools require you to combine multiple platforms. For example, with WeWeb, I needed to learn both the frontend and a separate backend like Supabase or Xano, which meant stepping away from Bubble.

Why Buildship?

This is where Buildship stands out. Instead of replacing my Bubble skills, Buildship enhances them.

You can continue building with Bubble while boosting your apps with AI, automations and external databases on Buildship – no need to ditch your current workflow.

The Course:

I’m considering creating a course to help Bubble developers like you:

  1. Understand Buildship by translating key concepts from Bubble.

  2. Learn how to use Buildship to enhance your apps with AI without having to learn entirely new platforms.

  3. Learn how to create plugins for Bubble by using Buidlship to handle the logic and npm packages

Would this be something you’re interested in? I’d love to hear your thoughts! :slight_smile:

Thanks for your time!

4 Likes

Have you considered integrating with https://siter.io/ ? I would be interested to know more.

1 Like

Well that seems like tool for building the frontend. If you can connect to API’s, you can connect it with Buildship!

I think the best for use for Buidlship is for creating Ai agents. It’s makes it way faster and easier than setting them up in bubble.

Same goes for debugging these type of workflows.

I’ll be posting here in this post more examples in how to integrate it with Bubble!

1 Like

Workflow 1: Create a .txt file

An endpoint that takes the file’s name and content and returns a URL where the file has been uploaded. You can use that URL and save it in your Bubble storage after using : save to Bubble Storage

This endpoint can be modified to create ANY other file type.

Endpoint:
https://sykbil.buildship.run/text-file

Body:

{
"name": "Test",
"content": "Hello World!"
}

Remix Workflow
https://buildship.app/remix/a2d42015-c47e-426b-b709-059b46a37424

Let me know what other workflows you would like to see!

1 Like

Hi Sebastian!
I’m interested in understanding more about your 2nd statement: how to enhance your apps with AI without having to learn entirely new platforms.
Can you dive deeper into this pls?
I believe this is the clue to understand if we should jump into investing time to learn Buildship
Thanks in advance!

1 Like

Yes please. :pray:

thanks