Practical open-source tools for AI-native software and agent workflows.
HiAi builds focused tools for working with AI agents: shared knowledge, multi-agent development, portable plugins, observability, and reusable application infrastructure.
Most projects are designed to stay small, understandable, self-hostable, and easy to connect through APIs, MCP, and CLI tools.
| Project | Description | License | Status |
|---|---|---|---|
| DocsMint | Self-hosted AI-native knowledge workspace for people, applications, and agents. Rich editing, automatic embeddings, multilingual hybrid search, GraphRAG, REST API, TypeScript SDK, CLI, and MCP server. | Apache-2.0 | Active |
| hiai-opencode | Multi-agent engineering team for OpenCode. An orchestrator coordinates specialist agents for planning, implementation, review, research, design, and browser-based verification with enforced quality gates. | MIT | Active |
| hiai-observe | Lightweight all-in-one observability for applications and AI agents: errors, uptime, infrastructure, logs, OpenTelemetry, Sentry-compatible ingest, LLM tracing, MCP, CLI, and SDK. | MIT | Active |
A portable tooling ecosystem for packaging Agent Skills, MCP servers, and CLI integrations so they can be reused across compatible AI coding environments.
| Project | Description | License | Status |
|---|---|---|---|
| agent-plugins | Curated collection of portable Agent Plugins with trusted integrations, focused Agent Skills, safe defaults, and reproducible builds. | MIT | Active |
| agent-plugins-builder | CLI for creating, migrating, and packaging portable Agent Plugins from declarative configs, existing agent setups, skills, and MCP servers. | MIT | Active |
| agent-plugins-doctor | Validation and diagnostics CLI for Agent Plugins. Checks compatibility and structure, explains problems, and safely fixes supported issues. | MIT | Active |
Learn more about the portable format at agent-plugins.org.
| Project | Description | License | Status |
|---|---|---|---|
| hiai-ui | Shared Svelte design system, tokens, primitives, and reusable application components used across HiAi products. | MIT | Maintained |
| hiai-admin | Reusable SaaS control-plane and application dashboard for tenant management, authentication, billing, analytics, integrations, and site access. | MIT | Beta |
These repositories remain available as open source, but are not currently under active development.
| Project | Description | License | Status |
|---|---|---|---|
| hiai-post | AI-assisted social content planning, generation, scheduling, and publishing platform. | MIT | Frozen |
| hiai-store | Multi-tenant e-commerce platform with storefront, merchant administration, checkout, payments, shipping, and product infrastructure. | MIT | Frozen |
| Project | Description | License | Status |
|---|---|---|---|
| hiai-bobcode | Former standalone multi-agent coding environment. Development moved back to the plugin architecture in hiai-opencode. | MIT | Archived |
HiAi projects are independent tools, not pieces of one mandatory framework.
Where it makes sense, they share a few principles:
- AI-native interfaces — APIs, MCP, CLI, and agent-friendly workflows are first-class features.
- Small and understandable — avoid unnecessary infrastructure and abstraction.
- Self-hosting — important data and services should be able to run on infrastructure you control.
- Portability — avoid locking workflows to one model, agent, or vendor.
- Composable tools — projects should remain useful independently and integrate cleanly when used together.
- Reproducible development — explicit configuration, automated validation, and predictable builds.
- Permissive open source — public projects use MIT or Apache-2.0 licensing.
A large part of HiAi is developed by one human working together with multiple AI agents.
The goal is not simply to generate more code. HiAi explores what software development looks like when agents can research, implement, review, test, operate browsers, use shared knowledge, and work through explicit quality gates.
One human + many agents.
- Website: hiai.gg
- DocsMint: docsmint.com
- GitHub: github.com/HiAi-gg
- Contact: hiai@webs.cool
Built by one human + many agents ❤️