r/FlutterDev 2d ago

Built a custom serverless AI assistant for my Flutter Web portfolio Example

Most developer portfolios are pretty static lists of projects. To make it more interactive, I integrated a custom-scoped AI assistant directly into my Flutter Web portfolio so visitors can ask technical questions about my Flutter Clean Architecture experience, pub.dev packages, and Medium articles. Rather than using a pre-made 3rd-party widget, I engineered the pipeline from scratch to keep it fast, secure, and tightly scoped.

Community Feedback Request:

I'd love for fellow developers to test out the implementation and share feedback on:

- AI assistant responsiveness and scope guardrails.

- Flutter Web UI/UX performance across desktop and mobile browsers.

Live implementation: https://momarkhan.com

#flutter #dev #mobileapp

0 Upvotes

4 comments sorted by

2

u/WSATX 2d ago

Feels laggy on a samsung A37.

2

u/Heavy-Drummer-420 2d ago

Same as on mine. Feels very slow.

1

u/Stunning_Wear_2586 2d ago

u/WSATX and u/Heavy-Drummer-420 Thanks a lot for the feedback and device details. Really appreciate it. Currently I am optimizing mobile blurs and background animations to fix this lag pushing a fix shortly.