μlbs Documentation

Build cloud-native applications with this ultra-performance microservices framework. Comprehensive documentation for developers and operators.

🔧 Get Started

What is μlbs?

μlbs is a lightning-fast framework for building cloud-native microservices with minimal boilerplate. Designed for Kubernetes, Docker, and serverless environments, it prioritizes performance, modularity, and developer productivity.

Core Features

Ultra-Performance

Optimized for speed with nanosecond request handling and minimal overhead across all operations. Benchmarked consistently among the fastest frameworks for cloud-native applications.

📦

Modular Architecture

Build with only the components you need. Mix, match, or upgrade modules independently—no unnecessary bloat.

🌐

Cloud-Native Design

Built for Kubernetes, Docker, and serverless platforms with seamless integration and deployment workflows.

Getting Started

Create a New Project

$ npx create-mulbs@latest my-project
$ cd my-project
$ npm install
                

This scaffold will generate a fully functional project structure with TypeScript, ESLint, and .env configuration.

Start the Development Server

$ npm run dev
                

The development server enables hot module reloading and real-time feedback while building your application.

Developer Guide

Configuration

Use standard .env files and runtime API calls to manage your configuration lifecycle.

View Configuration Docs

CLI Reference

Complete list of CLI commands for creating, testing, and deploying μlbs applications.

View CLI Commands

API & Examples

Practical API tutorials and working code examples for common use cases.

View API Examples

Learning Path

Step-by-step tutorials to learn μlbs development from basics to production deployment.

View Tutorials

Learning Path

Why Choose μlbs?

  • Sub-millisecond request handling
  • Cloud-native architecture by design
  • Extensible plugin system
  • Zero-runtime overhead optimizations