Skip to content

add FlutterFlow chatbot to docs page #432

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 6 commits into from
Jul 25, 2025
Merged

Conversation

patriciaflutterflow
Copy link
Contributor

@patriciaflutterflow patriciaflutterflow commented Jul 21, 2025

Adds chatbot to the FlutterFlow Documentation site
Fixes DEVR-1003
Screenshot 2025-07-21 at 4 43 32 PM

Type of change

  • Typo fix
  • New feature
  • Enhancement to current docs
  • Removed outdated references
  • Update assets

Copy link

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.

@github-actions github-actions bot requested a review from pinkeshmars July 21, 2025 20:45
Copy link
Collaborator

@pinkeshmars pinkeshmars left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @patriciaflutterflow, only one suggestion; otherwise, LGTM!

Comment on lines 10 to 13
Like with any other AI tool, this chatbot can make mistakes. Other resources you can turn to for help with FlutterFlow include:
- [FlutterFlow community forum](https://community.flutterflow.io/)
- [FlutterFlow YouTube channel](https://www.youtube.com/@FlutterFlow), as well as community content created by FlutterFlow users
- Contacting [email protected] or using in-chat support if you are on the Pro plan
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Like with any other AI tool, this chatbot can make mistakes. Other resources you can turn to for help with FlutterFlow include:
- [FlutterFlow community forum](https://community.flutterflow.io/)
- [FlutterFlow YouTube channel](https://www.youtube.com/@FlutterFlow), as well as community content created by FlutterFlow users
- Contacting [email protected] or using in-chat support if you are on the Pro plan
Just like any AI tool, this chatbot can sometimes make mistakes. If you need more help with FlutterFlow, here are some additional resources you can explore:
- [FlutterFlow Community Forum](https://community.flutterflow.io/).
- [FlutterFlow YouTube channel](https://www.youtube.com/@FlutterFlow), as well as community content created by FlutterFlow users.
- Contacting [email protected] or using in-chat support if you are on the Pro plan.

Copy link
Collaborator

@PoojaB26 PoojaB26 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not too sure about the location for the chatbot. It shouldn't be as an article page I feel. It either should pop up from the top navbar (as a floating dialog) or we add a button on the bottom like a FAB button and make a floating dialog appear from there. There may be packages that can help you add something like that to Docusaurus, or simple JS scripts can do that too. Can you take a quick look to see whats possible?

@pinkeshmars
Copy link
Collaborator

I'm not too sure about the location for the chatbot. It shouldn't be as an article page I feel. It either should pop up from the top navbar (as a floating dialog) or we add a button on the bottom like a FAB button and make a floating dialog appear from there. There may be packages that can help you add something like that to Docusaurus, or simple JS scripts can do that too. Can you take a quick look to see whats possible?

Yes, I agree. How about placing it on the right side of the 'Troubleshoot' item in the top menu bar? That way, it stays easily accessible without being intrusive.

@PoojaB26
Copy link
Collaborator

Right side of the top menu bar would be for content, and this shouldnt be an article anyway. I'm imagining it on the left side near Github, something that says "Ask AI" or something similar and then popup dialog box angled to the top that has the iframe instead.

@patriciaflutterflow
Copy link
Contributor Author

@PoojaB26 @pinkeshmars how's this, as a chat icon in the bottom right of the screen that pulls up an iframe with the chatbot? The window can be expanded and collapsed and it appears on every page as a small button, but there's no new page added for it.

Default view (small chat icon on bottom right corner of every page)
Screenshot 2025-07-23 at 1 19 55 PM

Clicked view (small iframe)
Screenshot 2025-07-23 at 1 20 11 PM

Expanded view (if user clicks expanded button)
Screenshot 2025-07-23 at 1 20 27 PM

https://www.loom.com/share/f4cf6351e4a04a82885a0aa8947b46fc?sid=a5e60bae-6dcc-46e3-9704-0d6c1aaa8168

Copy link
Collaborator

@PoojaB26 PoojaB26 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes I love this new location!
2 tiny nits,

  1. can we make sure the rounded edges don't have the black background or just remove the rounded edges if its difficult to make it transparent?
Screenshot 2025-07-24 at 3 27 57 AM
  1. A better name than "FlutterFlow Documentation Chatbot"? Just "Ask FlutterFlow" or something similar?

@pinkeshmars
Copy link
Collaborator

Ya, this looks awesome!

@patriciaflutterflow
Copy link
Contributor Author

changed! thank you for your comments!

@patriciaflutterflow patriciaflutterflow merged commit ac5a4ca into main Jul 25, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants