https://github.com/backmesh/flutter-chatgpt
ChatGPT-like Flutter App
https://github.com/backmesh/flutter-chatgpt
chatgpt flutter gemini-api
Last synced: about 1 year ago
JSON representation
ChatGPT-like Flutter App
- Host: GitHub
- URL: https://github.com/backmesh/flutter-chatgpt
- Owner: backmesh
- Created: 2024-07-22T02:17:12.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-12T20:54:19.000Z (over 1 year ago)
- Last Synced: 2025-05-08T00:31:18.825Z (about 1 year ago)
- Topics: chatgpt, flutter, gemini-api
- Language: Dart
- Homepage: https://flutter-chatgpt.pages.dev
- Size: 9.82 MB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ChatGPT-like Flutter App
ChatGPT-like interface built on Flutter to target multiple platforms. [Live Demo](https://flutter-chatgpt.pages.dev).

## Architecture
- Firebase Firestore is used to preserve chats and messages with security rules to ensure that only authenticated users can read or write their data.
- Firebase Authentication is used to let users log in using email.
- There is no backend or secrets. Google Gemini API is safely called using a [Backmesh](https://backmesh.com) API Proxy.