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

https://github.com/crafter-station/text0

Absurdly smart (and personal) autocomplete
https://github.com/crafter-station/text0

looking-for-contributors nextjs nextjs-hackathon-2025 upstash vercel vercel-ai-sdk

Last synced: 5 months ago
JSON representation

Absurdly smart (and personal) autocomplete

Awesome Lists containing this project

README

          


Text0 Logo



Text0





Join Discord





by Crafter Station


# Text0

A text editor with absurdly smart autocomplete. Text0 serves as a copilot for writing, accessing user-provided references to offer context and help users write faster.

![Text0 Screenshot](./public/autocomplete.png)

## Features

- Smart autocomplete powered by AI
- Chat with your content
- Reference-aware suggestions
- Github, Linear and Notion integrations
- Seamless writing experience
- Voice input and output
- Zen mode

## Tech Stack

- React
- Next.js
- Tailwind CSS
- RadixUI
- Upstash Redis
- Upstash Vector
- AI SDK
- UploadThing
- Cursor
- Vercel
- Trigger.dev
- Clerk (Authentication)

## Getting Started

### Prerequisites

- Node.js
- Bun (preferred)

### Installation

```bash
# Clone the repository
git clone https://github.com/crafter-station/text0.git
cd text0

# Install dependencies
bun install

# Start the development server
bun dev
```

## Usage

Visit [www.text0.dev](https://www.text0.dev) to access the hosted version.

To use the local development version, navigate to `http://localhost:3000` after starting the development server.

## Screenshots

![Landing](./public/landing.png)
![Autocomplete](./public/autocomplete.png)
![File navigation](./public/home.png)

## Contributing

Contributions are welcome! Please feel free to:

1. Open issues for bugs or feature requests
2. Submit PRs for new functionality
3. Fork the project for your own use

## License

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.

## Contact

- [Railly Hugo](https://github.com/Railly)
- [Anthony Cueva](https://github.com/cuevaio)