https://github.com/stravo1/tezz-chat
An all-in-one fast AI chat app
https://github.com/stravo1/tezz-chat
ai chatbot chatgpt deepseek gemini
Last synced: 5 months ago
JSON representation
An all-in-one fast AI chat app
- Host: GitHub
- URL: https://github.com/stravo1/tezz-chat
- Owner: stravo1
- License: mit
- Created: 2025-06-08T04:08:29.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2026-01-02T06:01:33.000Z (6 months ago)
- Last Synced: 2026-01-07T23:26:38.493Z (6 months ago)
- Topics: ai, chatbot, chatgpt, deepseek, gemini
- Language: Vue
- Homepage: https://tezz.chat
- Size: 1.2 MB
- Stars: 9
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# [tezz.chat](https://tezz.chat) ⚡️
**tezz.chat** is an open-source multi-model, fast AI-powered chat app. Enjoy real-time conversations, image generation, chat branching, and more — all with a modern, beautiful UI.
## Features
- 💬 Chat with multiple models like Gemini, DeepSeek (and more coming soon!)
- 🔄 Sync history across devices
- 🖼️ Image generation
- 🌳 Chat branching (fork a new chat from any message)
- 💡 Dynamic code highlighting (theme-aware)
- 📎 Attachment support: upload images and pdfs and ask questions on them!
- 📤 Shareable chats!
- 🌐 Web search and get latest info!
- 📱 Responsive & mobile-friendly
- 📌 Local first
- 🔑 Option to Bring Your Own Keys ;)
## Architecture
tezz.chat is built with three main layers:
1. **Frontend**: Nuxt 3 (Vue) app for chat UI, code highlighting, and RxDB (with Dexie) for syncing database.
2. **Backend**: Nuxt server API routes, Appwrite SDK for database/auth, Vercel's AI SDK for everything else.
3. **Appwrite**: Handles user accounts, chat/message storage, file uploads.
## Quick Start
See [CONTRIBUTING.md](./CONTRIBUTING.md) for setup, development, and contribution instructions.
## Community & Support
- **Discord**: [Join our tezz.chat Discord](https://discord.gg/7wFjkVFcMz) for real-time help and troubleshooting!.
- **GitHub Issues**: [Report bugs or request features](https://github.com/stravo1/tezz-chat/issues)
## License
This project is licensed under the [MIT License](LICENSE).
---