AIAny
AI Client2020
Icon for item

NocoBase

Builds business systems like CRMs, ERPs, and internal tools without code. Data-model-driven design keeps data in standard relational databases separate from the UI, avoiding vendor lock-in. A microkernel plugin architecture makes features composable.

Introduction

Most no-code tools store your data in their own opaque format, so the moment you outgrow them you are stuck migrating out. NocoBase inverts that bet: your business data lives in a standard relational database, modeled first, with the UI layered on top as a separate concern. The data model is the source of truth, not a side effect of the screens you happened to draw.

What Sets It Apart
  • Data-model-driven, not screen-driven — you design tables and relations directly; views are projections over them. This is why there is no lock-in: the database is yours and remains usable outside NocoBase.
  • Microkernel plugin architecture — the core is deliberately thin, and data tables, workflows, permissions, and audit logs are all plugins. Capabilities grow without bloating a monolith, and you can ship your own plugins.
  • Production infrastructure out of the box — fine-grained permissions, workflow automation, and audit trails are pre-built modules rather than things you reassemble per project.
  • Self-hosted and TypeScript end to end — full control over deployment and a codebase you can actually extend.
Who It's For

Great fit if you are a developer or technical team that wants the speed of no-code for CRMs, ERPs, dashboards, and internal tools but refuses to give up ownership of the data layer or the ability to drop into code. Look elsewhere if you want a fully hosted SaaS with zero ops, or a polished consumer-facing site builder — NocoBase is an internal-systems engine that expects you to run and extend it.

Information

  • Websitegithub.com
  • AuthorsNocoBase
  • Published date2020/10/24

Categories

More Items

GitHub
AI Agent2026

Provides a lightweight Python harness that turns LLMs into working agents with tool-use, skills, persistent memory, permission controls and multi-agent coordination. Ships with a CLI/React TUI, 43+ built-in tools, a plugin/skill system and the ohmo personal-agent for chat gateways. Best for developers prototyping agent workflows and multi-agent experiments.

GitHub
AI Model2026

Runs the Bonsai family of quantized LLMs locally (including vision-capable 27B): provides scripts and demo UIs to run 1-bit and ternary Bonsai models on macOS (Metal), Linux/Windows (CUDA/Vulkan/ROCm), or CPU, with long context, tool-calling and an optional Open WebUI agent demo.

GitHub
AI Client2025

Turns Chromium into a local-first AI browser with an embedded assistant that can summarise pages, extract structured data, automate web tasks, and run scheduled agents. Built as an open-source Chromium fork with 53+ built-in browser tools, 40+ app integrations, and support for BYO AI keys or fully local models (Ollama / LM Studio).