Welcome to 8Space
Open source team planning tool with Backlog, Kanban, Timeline (Gantt), and Dashboard views. Everything you need to plan, track, and ship your projects.
Quick start
Get 8Space running locally in minutes
Start Supabase
Initialize and start the local Supabase instance with seed data:
This creates a local PostgreSQL database with all schema migrations and seed data including test accounts.
Configure environment
Set up environment variables for the app. Copy the Supabase connection details:
For the landing page, add
NEXT_PUBLIC_SUPABASE_URL and NEXT_PUBLIC_SUPABASE_ANON_KEY, plus Stripe/Resend keys if needed.Start the dev environment
Run all services together with the unified dev script:Access the application:
- Landing: http://localhost:3000
- App: http://localhost:5173/app/
- Swagger UI: Printed in console output
Test accounts
Test accounts
Use these credentials to log in (password:
password123):[email protected]- Owner role[email protected]- Editor role[email protected]- Viewer role
Core features
Explore the key capabilities of 8Space
Backlog management
Prioritize and organize tasks in your product backlog with drag-and-drop support
Kanban boards
Visualize work in progress with customizable workflow columns and WIP limits
Timeline view
Plan and track project schedules with interactive Gantt charts and dependencies
Dashboard
Monitor project health with real-time metrics, workload, and completion trends
Task management
Create tasks with assignments, due dates, priorities, checklists, and attachments
Collaboration
Work together with multi-tenant workspaces and role-based access control
Explore the documentation
Learn how to configure, extend, and deploy 8Space
Installation guide
Detailed setup instructions for local development and production
Configuration
Configure environment variables, database, auth, and billing
Architecture
Understand the monorepo structure and multi-tenant design
Database schema
Explore the PostgreSQL schema and data model
API overview
Learn about the unified API for landing and app services
Authentication
Integrate Supabase Auth for user authentication
Ready to get started?
Follow the quickstart guide to set up 8Space locally and start managing your projects
View quickstart guide