Built a ChatGPT-like app with no backend/functions at ~1k LOC
ยท One min read
I wanted to showcase something I built using Backmesh. It is a ChatGPT-like app using Flutter, Firebase Authentication and Firestore. It is about 1k lines of code with no backend (server or cloud function). It runs on web, but since it was built with Flutter it could also run on mobile or desktop.
Source code: https://github.com/backmesh/flutter-chatgpt
Live Demo: https://flutter-chatgpt.pages.dev