Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/Tablane/tablane

The open platform for seamless management and collaboration.
https://github.com/Tablane/tablane

nodejs reactjs tailwindcss typescript

Last synced: about 2 months ago
JSON representation

The open platform for seamless management and collaboration.

Awesome Lists containing this project

README

        


tablane logo



Discord
Uptime
Github Stars
Hacker News
Commits-per-month
Pricing
twitter


Website - Contact - Changelog - Roadmap

## Tablane is a workspace that adapts to your needs. It's as minimal or as powerful as you need it to be.

- Collaborative Editing - Google Docs like Task Description Editor
- Subtasks - Break larger tasks into smaller subtasks.
- Comment Threads - Collaborate on tasks without losing context.
- Breathtakingly fast - Built for speed with 50ms interactions and real-time sync.

## Get started

### Tablane Cloud

The fastest and most reliable way to get started with Tablane is signing up for free to [Tablane Cloud](https://tablane.net)

### Self-hosting

First, rename `.env.example` to `.env`.

Frontend:

```bash
git clone https://github.com/Tablane/tablane
npm install
npm start
```

Backend:

```bash
git clone https://github.com/Tablane/tablane-api
npm install
npm run dev
```

Check it out on `http://localhost:3000/`.