Share feedback, ideas and get community help

Updated 4 weeks ago

How to optimize flow?

Hello everyone, I am working on an A.I project(https://content.butchi.ai/) to create multilingual content and I have chosen Typebot for implementation. I'm facing a small issue; currently, I have managed to create 5 languages, but my flow is too complicated, and I want to optimize it because I plan to support over 100 languages. What should I do? Please help me, if there are any articles or anything else, please share. I would greatly appreciate it.
Attachment
Screenshot_2024-11-27_at_15.54.01.png
v
M
L
5 comments
Hi!
I don't know if it's the best option but why don't you use the jump operation and separate your flow into others?
https://docs.typebot.io/editor/blocks/logic/typebot-link
Assuming that all bots are the same and the only difference is the language localization I would propose to create a starting structure from which to have the language selected and with each option chosen you are directed to a specific bot with its own perfectly ordered flow that you would only have to duplicate with the specific translations for each language.
This way even the bot link (https://typebot.co/bot-name) can have its own specific localization such as https://typebot.co/bot-name-EN - https://typebot.co/bot-name-IT etc etc)
For each selected language you will be directed (with the specific block) “Typebot” to the relevant bot.
This way you will certainly have more order than thinking of developing one bot with N streams
This is seemingly good ideas. Thank you 🤩
Add a reply
Sign up and join the conversation on Discord