Skip to content
NEURA PARSE

Open source · MIT · self-hosted

Self-hosted project management for AI-native teams.

TaskNebula is the Neura Parse open-source project-management control plane: Linear-like UX, Jira-scale work graph, Docker-first operations, 30-language localization, and opt-in AI that can stay fully under your keys.

MIT licenseDocker-firstNeura Parse open source

  • AI off by default
  • 30-language app shell
  • Docker Compose install
  • AGENTOWNERS governance
TaskNebula workspace home screen with dashboard and project management modules
FIG 01 · REAL PRODUCT SCREENSHOT — self-hosted project management, AI drafting, governance, and update awareness in one workspace.
Deployment path
Docker
Locales
30
AI posture
Opt-in
License
MIT

01Product surface

Current product screenshots show issue planning, AI-assisted drafting, Kanban flow, dashboards, and the self-hosted workspace in context.

TaskNebula Draft with AI modal creating structured issue drafts from a prompt

FIG 01 · Draft with AI

One prompt becomes a single issue or editable checklist before bulk creation.

TaskNebula issue detail screen with labels versions components and AI assist controls

FIG 02 · Issue detail

Labels, versions, components, comments, sub-issues, and per-issue assist in one view.

TaskNebula real-time Kanban board for self-hosted project management

FIG 03 · Realtime board

Kanban, sprint work, drag-and-drop planning, presence, and project status loops.

TaskNebula dashboard showing widgets analytics and project status

FIG 04 · Dashboard

Standup, catch-up, analytics, deadlines, pinned work, and recent activity.

02Operating model

TaskNebula brings localization, governance, update awareness, agent workflows, admin hardening, and a refreshed product interface into one self-hosted operating surface.

01

Localization spans dashboard widgets, issue views, sprint screens, settings, notifications, metadata, and date handling through the shared application shell.

30 localesRTL Arabic/HebrewLocale-safe dates

02

Dashboards, project pages, settings, shell navigation, loading states, and transactional email templates share a restrained, high-contrast interface system.

DashboardEmail templatesLight/dark

03

Docker Hub webhooks, scheduled version checks, admin update notifications, digest metadata, and optional signed self-update handoff keep operators in control.

Docker HubCron sidecarSigned handoff

03Capabilities

TaskNebula pairs a familiar issue and project model with opt-in AI-agent governance and Docker-first operations that teams can inspect and run themselves.

01

Issues, epics, subtasks, sprints, burndown, velocity, initiatives, roadmap views, custom fields, issue links, attachments, importers, and transition rules.

KanbanSprintsRoadmap

02

Realtime presence, activity feed, comments, mentions, watchers, email digests, project chat, issue threads, LiveKit voice rooms, Tiptap, and Yjs.

SSELiveKitYjs

03

30+ permission types, 63+ audit actions, role-based access, issue security levels, signed webhooks, OAuth, SAML/SCIM scaffolding, and registration controls.

RBACAudit logsSSO

04

AI is off by default. Workspace admins can enable OpenAI or Anthropic keys, keep native heuristic planning, save model profiles, and audit rotations.

BYOKNative plannerAudit

05

Burndown, velocity, cycle time, throughput, lead-time distributions, project health, native charts, AI insights, retrospectives, and CSV/JSON export.

Cycle timeRechartsExport

06

Cmd+K omnibar, keyboard shortcuts, route skeletons, real-time sync, Docker Compose, API keys, MCP work, AGENTOWNERS, and local coding-agent handoff.

Cmd+KMCPAgents

04Install path

Choose a quick Linux install, a local Docker Desktop demo, a pinned production release, or a source build without blurring their different operating assumptions.

01

One-command Docker

Fresh Linux VM or homelab box

curl -fsSL https://raw.githubusercontent.com/neuraparse/taskNebula/main/scripts/quickstart.sh | bash
02

Docker Desktop

Local Mac, Windows, Linux, or WSL demo

curl -fsSLo compose.yml https://raw.githubusercontent.com/neuraparse/taskNebula/main/docker-compose.desktop.yml && docker compose up -d
03

Pinned production

Repeatable self-hosted release

TASKNEBULA_IMAGE=neuraparse/tasknebula:<release-tag> docker compose up -d
04

Source build

Local patching or contribution

git clone https://github.com/neuraparse/taskNebula.git && cd taskNebula && docker compose up -d --build
Operating flow
  1. 01

    Localized UI

  2. 02

    Health endpoint

  3. 03

    Persistent data

  4. 04

    Realtime fan-out

  5. 05

    Explicit profiles

05Deep dives

Operators can examine deployment, governance teams can trace AI controls, and technical evaluators can inspect the architecture without wading through one oversized overview.

06Public record

The stack, open roadmap work, and production contract remain directly inspectable for technical evaluation.

A1Operating architecture

Next.js, Postgres, Redis, Docker, reverse proxy, optional LiveKit and cron. The sophistication is in product flow and governance, not exotic infrastructure.

01Frontend

Next.js App RouterReactTypeScriptTailwindshadcn/uiTanStack Query

02Backend

Next.js route handlersAuth.jsDrizzle ORMZod contractsPino logging

03Data

PostgreSQLpgvectorRedisS3-compatible uploadspg_stat_statements

04Realtime

SSE event busRedis pub/subYjs editingLiveKit voice rooms

05Ops

Docker ComposePublished imageCron sidecarHealth checksReverse proxy ready

06Trust

AES-256-GCM credentialsSigned webhooksAudit logsAGENTOWNERSApproval gates
A2Public roadmap

01 · Foundation

Labels, components, release records, resolution, issue rank, workflow enforcement, boards, structured queries, notifications, tenant isolation, API keys, pagination, and scale floor.

02 · Next

Deeper code-host links, importer improvements, release notes, semantic search, Ask-AI completion, agent approval queues, MCP expansion, and coding-agent handoffs.

03 · Longer term

Custom hierarchy, field schemes, permission enforcement, portfolio plans, SLAs, configurable dashboards, proactive risk detection, and agent builder direction.

A3Operator checklist

01Image

Pin TASKNEBULA_IMAGE to a tested release tag outside quick demos.

02Secrets

Generate AUTH_SECRET, REDIS_PASSWORD, and LIVEKIT_API_SECRET per install.

03Network

Keep Compose ports bound to 127.0.0.1 and expose through TLS reverse proxy.

04Persistence

Back up postgres_data, redis_data, and uploads_data.

05Updates

Pull image, restart, then verify GET /api/health.

06Automation

Enable cron only with docker compose --profile cron up -d cron.

Run it yourself

TaskNebula is a self-hostable project-management control plane for teams that want inspectable operations instead of another black-box SaaS.