An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# [tezz.chat](https://tezz.chat) ⚡️

chat on Discord

**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).

---