Share feedback, ideas and get community help

Updated 4 months ago

How to optimize flow?

At a glance

The community member is working on an AI project to create multilingual content and has chosen Typebot for implementation. They have managed to create 5 languages, but their flow is too complicated, and they want to optimize it as they plan to support over 100 languages. The community members suggest using the jump operation to separate the flow into others, and creating a starting structure where the user selects the language and is directed to a specific bot with its own ordered flow that can be duplicated with the specific translations for each language. This way, the bot link can have its own specific localization, and the user will be directed to the relevant bot for the selected language, which is seen as a better approach than developing one bot with multiple streams.

Useful resources
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.
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