Back to browse
GitHub Repository

Treenix is the typed runtime for human-and-agents software.

6 starsTypeScript

Treenix. Typed runtime for humans and agents

by treenix_io·Jun 15, 2026·5 points·0 comments

AI Analysis

●●SolidBig BrainShip It

ECS-style composition for fullstack apps, but Directus and Strapi already do type-driven admin panels.

Strengths
  • Context-aware view rendering picks the right UI based on usage situation automatically.
  • Single TypeScript class generates storage, API, forms, audit trails, and MCP tools together.
  • ECS-inspired architecture avoids global game loop while keeping composable node structure.
Weaknesses
  • Alpha stage with expected bugs and limited real-world deployment examples.
  • Low-code admin panel space is crowded with mature alternatives like Directus and Retool.
Target Audience

Full-stack developers building internal tools or agent-integrated applications

Similar To

Directus · Strapi · Retool

Post Description

Hello, we're the Treenix team.

We're building typed low-code runtime where humans and agents collaborate to build applications and workflows.

Write a simple TypeScript class with methods, and Treenix automatically delivers admin interface, storage, API and MCP, access rules, UI form and audit trail.

Views in Treenix are reactive, data-bound, and synced across all clients. They also support display contexts: data can render differently depending on the situation — a table in one place, a list in another. You can register multiple Views for the same data type, and the view engine picks the right one automatically based on context. Please, see the demo for more.

All the data, type, and view is the Treenix module, it live in one unified tree and could be composed in app

We're launching an alpha version to share the idea and receive your feedback. The code is open source and available on GitHub (https://github.com/treenix-io/treenix). This is the first public release, so you may run into issues.

You can try Treenix locally: npx create-treenix@latest

Demo video: https://youtu.be/ZCU_Y-khmJo

Landing: https://treenix.io

Brief - https://treenix.io/docs/brief.md

Documentation: https://treenix.io/docs

Similar Projects