Skip to content

Commit

Permalink
chore: update readme (#175)
Browse files Browse the repository at this point in the history
  • Loading branch information
medcl authored Feb 23, 2025
1 parent a068885 commit a25bfd7
Showing 1 changed file with 34 additions and 13 deletions.
47 changes: 34 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,24 +2,35 @@

**Tagline**: _"Coco AI - search, connect, collaborate – all in one place."_

Coco AI is a unified search platform that connects all your enterprise applications and data—Google Workspace, Dropbox, Confluent Wiki, GitHub, and more—into a single, powerful search interface. This repository contains the **COCO App**, built for both **desktop and mobile**. The app allows users to search and interact with their enterprise data across platforms.
Coco AI is a unified search platform that connects all your enterprise applications and data—Google Workspace, Dropbox,
Confluent Wiki, GitHub, and more—into a single, powerful search interface. This repository contains the **Coco App**,
built for both **desktop and mobile**. The app allows users to search and interact with their enterprise data across
platforms.

In addition, COCO offers a **Gen-AI Chat for Teams**—imagine **ChatGPT** but tailored to your team’s unique knowledge and internal resources. COCO enhances collaboration by making information instantly accessible and providing AI-driven insights based on your enterprise's specific data.
In addition, Coco offers a **Gen-AI Chat for Teams**—imagine **ChatGPT** but tailored to your team’s unique knowledge
and internal resources. Coco enhances collaboration by making information instantly accessible and providing AI-driven
insights based on your enterprise's specific data.

> **Note**: Backend services, including data indexing and search functionality, are handled in a separate [repository](https://github.com/infinilabs/coco-server).
> **Note**: Backend services, including data indexing and search functionality, are handled in a
> separate [repository](https://github.com/infinilabs/coco-server).
## Vision

[![Coco AI in two minutes](https://github.com/infinilabs/coco-website/blob/main/public/github-banner.gif)](http://www.youtube.com/watch?v=t-mgb5ZuDqY "Getting started with Coco AI")

At COCO AI, we aim to streamline workplace collaboration by centralizing access to enterprise data. The COCO App provides a seamless, cross-platform experience, enabling teams to easily search, connect, and collaborate within their workspace.
At Coco AI, we aim to streamline workplace collaboration by centralizing access to enterprise data. The Coco
App
provides a seamless, cross-platform experience, enabling teams to easily search, connect, and collaborate within their
workspace.

## Use Cases

- **Unified Search Across Platforms**: COCO integrates with all your enterprise apps, letting you search documents, conversations, and files across Google Workspace, Dropbox, GitHub, etc.
- **Cross-Platform Access**: The app is available for both desktop and mobile, so you can access your workspace from anywhere.
- **Seamless Collaboration**: COCO's search and Gen-AI chat capabilities help teams quickly find and share information, improving workplace efficiency.
- **Simplified Data Access**: By removing the friction between various tools, COCO enhances your workflow and increases productivity.
- **Unified Search Across Platforms**: Coco integrates with all your enterprise apps, letting you search documents,
conversations, and files across Google Workspace, Dropbox, GitHub, etc.
- **Cross-Platform Access**: The app is available for both desktop and mobile, so you can access your workspace from
anywhere.
- **Seamless Collaboration**: Coco's search and Gen-AI chat capabilities help teams quickly find and share information,
improving workplace efficiency.
- **Simplified Data Access**: By removing the friction between various tools, Coco enhances your workflow and increases
productivity.

## Getting Started

Expand All @@ -40,8 +51,18 @@ pnpm tauri dev

To start desktop development, run:

```
```bash
pnpm tauri dev
pnpm tauri build --bundles app
```

## Documentation

For full documentation on Coco AI, please visit the [Coco AI Documentation](https://docs.infinilabs.com/coco-app/main/).

## License

Coco AI is an open-source project licensed under
the [MIT License](https://github.com/infinilabs/coco-app/blob/main/LICENSE).

This means that you can freely use, modify, and
distribute the software for both personal and commercial purposes, including hosting it on your own servers.

0 comments on commit a25bfd7

Please sign in to comment.