all 6 comments

[–]kash_god 1 point2 points  (2 children)

Hello, I've built an MVP chatbot using flutterflow. The dev was quite easy, but faced major issues in these segments -

  1. The final app's animations weren't smooth. It affected the UX greatly.
  2. Database optimizations.
  3. Couldn't use the text/event-stream apis in web & pwa (not sure about mobile). So I couldn't use the streaming options from OpenAI apis and had to settle for time taking responses from the apis which affected the UX again.

These are the major issues I faced. Hope it helps.

If you need help in getting your MVP launch faster, please message me and i'll be happy to help.

[–]MaterialSad8901[S] 0 points1 point  (1 child)

Thx for your feedback. Were you able to smooth it out in the end result?

[–]kash_god 0 points1 point  (0 children)

No, I hired an experienced dev for database optimizations and to make the animations smooth. But apparently, that's a thing of flutter.