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
Self-hosting
First, rename .env.example
to .env
.
Frontend:
git clone https://github.com/Tablane/tablane npm install npm start
Backend:
git clone https://github.com/Tablane/tablane-api npm install npm run dev
Check it out on http://localhost:3000/
.