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

Joy - Hi everyone, I'm Joy and I'm looking for ...

Hi everyone, I'm Joy and I'm looking for a full-stack developer. I'm building MothersPA, an AI-driven personal assistant for mothers worldwide. This app leverages AI to provide mothers with personalised guidance and time-saving tools. Our goal is to become the leading pregnancy and parenting app, serving over 163 million users annually. I've built part of the MVP myself using FlutterFlow, Buildship and Supabase at the moment, but I am now looking for someone to help me with the API's and to create more features. ...

Chopper - hi! new here. is there a way to uploa...

hi! new here. is there a way to upload videos from rowy to other storage providers (e.g. bunny.net) via api?

!melody - Hello everyone !We are looking for a...

Hello everyone ! We are looking for a decent Golang developer who can build api for our app. Feel free to contact to me....

Shadab - Is this possible to use Firebase and s...

Is this possible to use Firebase and supabase both together firebase for users normal data to Auth the users and supabase for post and all cured data... Please give your suggestion Thanks...

IronGold - Hi everyone. I can't seem to get a r...

Hi everyone. I can't seem to get a response in support so im trying here. Is anyone lese having trouble with the elevenlabs node? It simply does not work for me. I've been trying for days and I can't seem to get it to work. Can someone from Buildship please try the node and confirm if it works?

McDen - @Wimukthi sorry to bother i had a supp...

@Wimukthi sorry to bother i had a support post open and for some reason its just disappeared can you please help me get it back? sorry to mention but i really need it.
Solution:
Hi @McDen you can always search the posts. It was automatically moved down. Here the link https://discord.com/channels/853498675484819476/1230678663914197022....

artemplayback - Hello everyone, I'm looking for...

Hello everyone, I'm looking for a developer. The task is to create an AI agent. Its general responsibilities include: a classic conversational chatbot with long-term memory and a certain set of actions: 1// Recognize the user's intent to create a short-term task, send a message for confirmation, and upon user confirmation, send a JSON with task information (example: {"date": "24.09.2024 23:59:01:00", "title": "Walk the dog"}). When setting the task, it should take into account information previously stated by the user.2// Recognize the user's intent to create a long-term goal, send a message for confirmation, and upon user confirmation, send a list of JSON objects where a large-scale plan is created in broad steps, and within the first JSON, a weekly plan is created. Again, this should take into account information from the long-term memory that may be important for this.3// Ability to access the internet.4// Automatic message sending if the user has not interacted with the AI for more than 24 hours....

donovin - developers, I have a list of website ...

developers, I have a list of website URLs for my directory website, how can I their thumbnail & logo without coding? or is that the only option?

jeevankc17 - Can we able to extract all code at...

Can we able to extract all code at once from an workflow. I don't think we can do that? What if we want to add the workflow in our existing project. Is it possible to copy it?
Solution:
Hi @jeevankc17, Exporting the entire code is in our roadmap, will be available in near future. You can Copy/paste and duplicate workflow - https://docs.buildship.com/features/copy-paste...

AWAKEN - I am absolutely new to this and need a...

I am absolutely new to this and need a node to enable authenticated firebase users chat with their own documents specifically inside of flutterflow via an open AI assistant.
Solution:
Hi @AWAKEN, you can use the Firebase Auth Request Trigger, to enable authenticated Firebase users to chat with documents using assistant. The would look something like:

Almendra10 - Hey guys, is the GPT Crawler templ...

Hey guys, is the GPT Crawler template working? I just tested it with the exact same example of the youtube tutorial but it didn't work. I tested it 3 times just to be sure.
Solution:
Hi @Almendra10, As the Crawler node is also refernecing other fields from the request body, you''ll require to pass it in the request body as well, or you can simply add the values for selector, max concurrency, proxy, id... n all directly in the node fields as well.
No description

Caio - This Directions: Calculate Distance api ...

This Directions: Calculate Distance api isn't working, it doesn't open when I click
No description

bron.novak - Hi all! A quick (and possibly obvi...

Hi all! A quick (and possibly obvious?) question about filtering a node: I've added a firestore colleciton query node and want to add a filter with OR logic - what would be the best way to accomplish this? For example, I want to filter documents that have "key word 1" or "key word 2"...

Almendra10 - Hey all,Simple rookie question: ...

Hey all, Simple rookie question: If I'm sending 2 parameters in the Query (url and name), do I need to use twice the node "get query param" or can I put more than 1 paramer in the same node? Context:...
Solution:
Hi @Almendra10, Yes, you'll require to use the node twice matching the key. If you are making a simple API call, you can use the API Call node instead and pass the url with multiple query parameter.
No description

dankmango - Hi All, I'm trying to get the json ...

Hi All, I'm trying to get the json output from Lemonsqueezy trigger into Supabase, but it keeps saying that it is not a valid Json object. There seems to be a problem with the Parsed Json object - when I test it it shows that it is not valid Json. Any ideas?
No description

Ugo101 - Please I need help from the community....

Please I need help from the community. I’m trying to create a node that takes input request of “title”, “name” and “content” and convert it to a epub file that’s stored in Google cloud storage and returns a public url. I’ve tried several times and I couldn’t crack it. I’ve even tried the AI generate option it keeps using “epub gen” library to generate it, but turns out that it doesn’t work because it wants to be saved in local file path, it appears BuildShip can’t save to local path in my pc. Can someone help out with a better way to create this node or solve this? 🙏🏼🙏🏼🙏🏼...

JZ - I made a video talking about long term mem...

I made a video talking about long term memory, and shared how can you build self improving agent with autogen teachbility in 10 min, hope this is helpful! https://youtu.be/7LWTZqksmSg?si=_tnJhoUcQr4Gojek...

Turlutte - Hi Team, I am trying to build a chat...

Hi Team, I am trying to build a chatbot that must be able to [A] Entertain the conversation for the user to share information, and once the conversation is considered finished: Summarize it, Send for embedding, Add a new record in a database (including summary and embedding), and when a question is asked [B] Retrieve information from the builship database. I am currently using one assistant with the instruction to detect if a question is asked. However, I'm having issue regarding the summarization of the conversation to be sent to the embedding node. How can I detect the end of an exchange? I'm not sure if I shouldnt have multiple agents linked to a main chatbot while using a switch node? Any advice would be greatly appreciated!...
Solution:
And here for example how it saves the answers of the questions and the summary Particularly I predefined that it must get the name of the user and what they liked the most of the product...