Skip to content

Developer Guide Overview

Welcome to Yumeri Developer Documentation. Yumeri is a next-generation modular web application building platform based on Node.js, designed for ultimate development experience and modular decoupling.

Quick Start

If you are new to Yumeri, follow these steps:

  1. Setup: Install the framework and initialize your first project.
  2. Plugin Basics: Learn how to write your first plugin (supports both Functional and Decorator APIs).
  3. Config Structure: Learn how to define plugin configurations with type safety.

Core Concepts

  • Modular: Everything is a plugin.
  • Dual API Support: Choose between Functional API or Decorator API.
  • Type Safety: Deep integration with TypeScript.
  • Flexible Routing: Powerful segment-matching based routing system.