BuildShip + Rowy

BR

BuildShip + Rowy

Join founders, builders, devs using Low-code / No-code to create backend, APIs, scheduled Jobs, automate, AI workflows

Join

❓・buildship-help

🌇・showcase-and-share

💬・general

Mo - Are the any limitations to using BuildShip...

Are the any limitations to using BuildShip with Swift? I just found out about BuildShip today and I'm thinking about building my iOS app with it. Thank you for any help you can provide.
Solution:
Hi @Mo, nope, there is no limitation to use BuildShip with Swift language or any other. You can build and manage your backend on BuildShip and connect it with frontend made with Swift.

Ahmad - Hi, is it expected behavior that when a...

Hi, is it expected behavior that when adding a second/third/etc. Open AI assistnat to a flow, it's tied back to the first? Whenever I add a second assistant and make a change, like the Assistant ID/instructions/etc., it changes it in the original one as well. When I click into make any changes to the second, it scrolls me up to the first while keeping the cursor in the second....

Your Majesty - Hey, I want to ask, can buildshi...

Hey, I want to ask, can buildship handle a complete backend for an app with 500,000 users?
Eg. All APIs and backend stuff will be made in buildship and the frontend will be flutterflow….is that possible? and which package would be best for this ? Can the pro package handle this? ...
Solution:
Hi @Your Majesty, yes BuildShip is highly scalable and can handle 500k users on your app. It will directly depend on the number of executions processing hours of your BuildShip workflows. The pro plan will give you ~250k executions which will be less to handle your usecase. The Expert plan will be able to handle the requests of 500k user requests as it comes with ~900k executions hours. You can start with Experts plan initially and as your app scales you can also switch to BYOC (Bring your own cloud -) offering which will allow you to directly to your cloud project and scale at your cloud compute level, with unlimited execution hours upto 5 projects....

Barrett - Hi - this documentation (https://docs...

Hi - this documentation (https://docs.buildship.com/trigger-nodes/firebase-auth) and video (https://www.youtube.com/watch?v=HmVrRIUlAFk) doesn't match the Firebase Authentication node. The node requests an API endpoint path. I'm under the impression from the docs and video that the Firebase Auth trigger would act as an API endpoint. Is th broken?

adrfinance - Hello! @Shams , how can I check th...

Hello! @Shams , how can I check that the queries were successfully executed, and if not to send relevant messages to the front end (FlutterFlow)?

MariushO - Hello.I am just discovering the cap...

Hello. I am just discovering the capabilities of BuildShip. Please explain to me the difference between Flowise and BuildShip. Which one is better?...

Enpassant - Does the free tier execution hours ...

Do the free tier execution hours reset every month? (Buildship)
Solution:
@Enpassant yes - the execution hours are monthly.

Elder Marx - hey guys how can I do a buildship ...

hey guys how can I do a buildship workflow to get a pin url from pinterest and get the download url link from that contant?
Solution:
Hi @Elder Marx, You can generate a node with AI to get the List of Pins https://developers.pinterest.com/docs/api/v5/#operation/pins/list. And then use the BuildShip's Generate URL node to create a download link.

James - I'm looking to display content from Row...

I'm looking to display content from Rowy to Webflow without using the Webflow CMS because of limits. How do I do that? Your rowy website seems to indicate that is possible but I don't see any documentation for that.

Hilbro - Also in the Repo of buildship I read t...

Also in the Repo of buildship I read that same thing, that there is a plan to open-source it?

Hilbro - Amazing that Rowy is open-source I did...

Amazing that Rowy is open-source I didn't even know! I just got it up and running by my self locally. Do I need to pay any license fees when i'm running it my self? If so where can I find more information about that?

Epoch - Is it possible to start a flow based on...

Is it possible to start a flow based on a new or updated document in Firestore?

fifamaybe - Hi, is there a way to do the telegr...

Hi, is there a way to do the telegram bot trigger on a workflow but keep the same thread id for OpenAI Assistant each time a user triggers the bot?

Sleetza - The Starter-plan does include version...

The Starter-plan does include version control. Does that mean you can access full source code of the flows build in BuildShip?

Luzzotica - Logging.log/warn/error breaks if yo...

Logging.log/warn/error breaks if you try to put in the "req" object. Can't figure out why. Maybe it's undefined? Working with a stripe charge.succeeded webhook request....

adrfinance - Hello, is there a way to somehow c...

Hello, is there a way to somehow check whether there has been some error in the connection with the database (e.g. database down), and return the appropriate message to the front end? How do I check for that in buildship?

Sam - Hello, Rowy & Buildship team @Gaurav Chad...

Hello, Rowy & Buildship team @Gaurav Chadha @Shams do you have a tutorial for config the Rowy extension PushNotification ? because i m stuck and i don t understand, can you help me team pls ?

brazley - hey, does anyone know how to use buil...

hey, does anyone know how to use buildship to create a vector database? i want to be able to create RAG models quickly where i take text, tijenize and chunk it, create vector embeddings of the chunks, upload to a database, then connect that to an openai api. I get the chat part. But the vector embeddings is tough