Dashboard & reports
Burndown, velocity, cycle time, distributions — plus a personal daily focus view.
Hinata is an independent, self-hosted project & issue tracker — agile boards, sprints, Gantt, time tracking, a knowledge base and deep Git integration. One Flutter app, six platforms: Android, iOS, Web, macOS, Windows and Linux. No user, team or board limits. Ever.
One platform, no add-ons, no seat pricing.
Burndown, velocity, cycle time, distributions — plus a personal daily focus view.
Board, Backlog & Timeline views with drag-and-drop, WIP limits and swimlanes.
Plan, run and review sprints with capacity, story points and burndown.
Epics → stories/tasks/bugs → sub-tasks, dependencies, labels, comments, attachments.
GitHub, GitLab & Bitbucket — real OAuth, signed webhooks, smart commits, automation.
OpenID Connect, OAuth 2.0, SAML, LDAP. JWT, BCrypt, rate limiting, OWASP-hardened.
Hierarchical Markdown articles, global or per project, with smart links.
Work items by activity type and weekly timesheets, feeding reports.
One app, your self-hosted server, runtime branding. One Flutter codebase, six platforms — mobile, web and desktop.
Docker Compose brings up the server, a MongoDB replica set, object storage and mail. Point the app at your URL and finish the in-app setup wizard.
Full deployment guide →cp .env.example .env
./deploy/generate-secrets.sh # Mongo keyfile + secrets
docker compose up -d
claude mcp add --transport http hinata \
https://your-hinata-host/mcp \
--header "Authorization: Bearer hn_pat_..."
Hinata speaks the Model Context Protocol — a built-in /mcp endpoint, no sidecar to run. Connect Claude, Claude Code, Cursor or any MCP client and search issues, create work, log time or read the knowledge base, always within the connected user's exact permissions.
Explore the MCP server →Claude · Claude Code · Cursor · any MCP client
The Flutter client — Android, iOS, Web, macOS, Windows & Linux from one codebase.
github.com/hinata-platform/hinata-app →The Spring Boot 4 backend — Java 21, MongoDB, S3, SSO, Git integration.
github.com/hinata-platform/hinata-server →