BladeXBladeX

BladeX — fast, stable, efficient. A long-term partner for enterprise digital transformation.

  • Open-source QQ group · 1078507904
  • Member QQ group · 748802498
  • Email · bladejava@qq.com

Catalog

  • Products
  • Plugins
  • Pricing
  • License

Products

  • BladeX Enterprise
  • BladeX IoT Platform
  • BladeX AI Platform
  • BladeX Visual Platform

Open Source

  • SpringBlade · Gitee
  • SpringBlade · GitHub
  • BladeTool · GitHub
  • Saber · Gitee

Partners

  • DreamLu
  • Avue.js
  • Gitee
  • BladeX · SNS
BladeX

Copyrights © 2026 Shanghai Bladex Technology Co., Ltd. All Rights Reserved.

苏公网安备 32041102000998号沪ICP备2023009528号-1

BladeXBladeX
  • Home
  • Products
  • Plugins
  • Pricing
  • License
  • Community
  • Contact
  • Core ProductsMore
    • BladeX Microservices Platformsaber3.bladex.cn
    • BladeX AI Platformaigc.bladex.cn
    • BladeX IoT Platformlinks.bladex.cn
    • BladeX Data Visualization Platformdata.bladex.cn
    Ecosystem PluginsMore
    • BladeX Workflow Platformdemo3.nutflow.vip
    • BladeX SCADA Platformscada.bladex.cn
    • BladeX Visualization Digital Twindata.bladex.cn/digitwin
    Live previews · open in new tabbladex.cn
Grain overlay
BLADEX · Fast · Stable · Efficient

Ent AI stack, microservices platform.

BladeX — A microservices foundation distilled from thousands of enterprise production deployments, engineered top-to-bottom for the most demanding environments. Deeply integrated with Claude Code and today's leading AI tooling, backed by native AI full-stack Skills — dev, deployment and ops, always in sync.

Commercial licenseOpen sourceWhitepaper
ChangelogStar on Gitee
  • OSChina TOP 30
  • Apps Category TOP 2
  • Gitee GVP
BLADEX · AI Companion
●BLADEX-AI/M-001
NEURAL/99.7%
SYNC/LOCKED
Target lock
ONLINE/8ms
> neural core ... online
> inference engine ... ready
> context memory ... synced
> encrypted uplink ... locked
> awaiting command ..._
BLADEX-AI·M-001▸TRANSMITTING

  • [1]Products
  • [2]Plugins
  • [3]Pricing
  • [4]License
6,000commercial customers
50,000open-source users
200,000builds deployed
9 yearsopen-source heritage

The shared choice of 6,000+ enterprises

Company names below are anonymized — stars mask private characters to respect client confidentiality.

Featured

Different scenarios,one technical foundation.

From platform foundations to vertical solutions, spanning the full enterprise digitalization lifecycle. One shared technology stack runs end-to-end — from single-product delivery to enterprise-wide rollout without friction.

View all products
Platform
Most popular

BladeX Enterprise

Enterprise platform · Boot monolith · Cloud microservices

from$750
Open Source
Open Source · GVP

BladeX Open Source

SpringCloud · SpringBoot · Vue3

Open source · Free
Platform
Zero-code

BladeX Visual Platform

Zero-code drag-and-drop · multi-source · standalone deploy

from$900
Platform
In-house core

BladeX IoT Platform

Device onboarding · edge · thing model · rule engine

from$1,450
Platform
Full-stack · AI

BladeX AI Platform

Enterprise AIGC · knowledge base · NL-to-SQL platform

from$1,900
Six Core Capabilities

A purpose-built architecture,
meticulously crafted for the enterprise.

Every capability is distilled from thousands of real production deployments across mid- and large-scale enterprises — we don't stack feature checklists, we ship an engineered foundation that works the day you install it.

multi-tenant
api gateway · tenant routerheader · tenant-id
OrderService.java
@Service
public class OrderService {
@TenantDS("#{ctx.tenantId}")
public Order create(OrderDto dto) {
Order order = new Order(dto);
order.insert();
return order;
}
@TenantDS("master")
public List<Order> queryAll() {
return Order.list();
}
}
TenantUtil.use(tenantId)
// Standard usage
Notice detail = noticeService.getOne(wrapper);
// Per-thread tenant override
Notice detail = TenantUtil.use("000000", () ->
noticeService.getOne(wrapper)
);
TenantUtil.ignore()
// Standard usage
List<Notice> list = noticeService.list(wrapper);
// Bypass tenancy on thread
List<Notice> list = TenantUtil.ignore(() ->
noticeService.list(wrapper)
);

Architected for multi-tenancy

Built for strict compliance and data-sovereignty demands: isolated-DB, shared-DB, and hybrid sharding modes composable at will — tenant-aware data sources, connection pools, and migration strategies route automatically, with zero intrusion into business code; ships with TenantUtil for cross-tenant overrides, tenant-scoped canary releases and per-tenant data archival — even the most complex deployments open with a single switch.

rbac · 5d
MENU菜单
BUTTON按钮
DATA数据
API接口
TOKEN令牌

Five-dimensional permissions

Menu · button · data · API · token — a five-layer permission matrix that carves a least-privilege, fully auditable boundary from UI rendering down to API calls, row-level data, and access credentials.

databases · 7
SQL · 1MySQLOraclePostgreSQLSQL Server达梦 · DM崖山 · Yashan人大金仓 · KingBase

Universal database support

One codebase runs cleanly across seven mainstream databases: MySQL · Oracle · PostgreSQL · SQL Server · DM · YashanDB · KingBase. Dialects, paging, and sequences are handled by a unified abstraction — ready for sovereign-cloud and MLPS environments out of the box.

visual · no-code

Zero-code data cockpit

A drag-and-drop 2D / 3D visualization editor with hundreds of components and multi-source adapters — real-time push, command-center projection, IoT SCADA dashboards, and digital-twin scenes, all built with zero code.

iot · mqtt

IoT ingress gateway

In-house Blade-IoT MQTT broker and native EMQX integration run as dual links — swap self-hosted or enterprise brokers freely. Millions of concurrent devices, rule-engine orchestration, and device shadows end-to-end from south-bound capture to north-bound subscription.

llm · aigc

LLM & AIGC engine

Unified bindings to Claude · OpenAI · DeepSeek · Tongyi — prompt engineering, flow orchestration, RAG knowledge bases, Chat-to-SQL analytics, tool-call agents, and streaming responses, ready to weave AI into any business flow without invasive rewrites.

frontier

Leading technology

Bleeding-edge, production-proven. We track open-source and cloud-native best practices, so the architecture stays ahead of the industry.

stack

Backend · IoT · AI in one stack

SpringCloud + SpringBoot, swap on demand; IoT gateway and LLM engine — one foundation for business, devices and AI.

agent

AI-driven full-stack engineering

Wired into Claude Code, Codex and other coding agents; official BladeX Skills packs let AI work like a seasoned team member.

community

Mature community

The BladeX forum is fully open — tens of thousands of active engineers, every release shipped with sample projects, docs and official Q&A.

Grain overlay
Ready when you are

A mature developer community, waiting for your arrival.

Tell us your scale, industry and timeline — we'll match the right product combination for you.

Or bring your questions to the forum; the art of asking is half the answer.

Developer forum
Browse the catalog
Perpetual ticket support · answered during business hours· Microservices · Multi-tenant isolation · Full-stack AI Skills