ZELYRA
ZELYRA / INTEGRATED MODULES

Integrated Modules.
Built-in, Fast & Type-Safe.

All modules are built directly into the Zelyra compiler and runtime. Use database drivers, web components, crypto, and more – no setup required.

12 integrated modules
All Core Web & APIs Database Security Finance & Math Utility
zelyra/core v0.1.50

Standard library providing core primitives, Option/Result utilities, mathematical helpers, and string operations.

βœ“ Built-in Module – automatically available
zelyra/http v0.1.50

Built-in HTTP server and client with declarative route definitions, middleware pipelines, header verification, and streaming.

βœ“ Built-in Module – automatically available
zelyra/mariadb v0.1.50

Native type-safe MariaDB driver featuring compile-time schema verification, connection pooling, and prepared SQL bindings.

βœ“ Built-in Module – automatically available
zelyra/auth v0.1.50

Complete authentication and authorization suite featuring Argon2id password hashing, RBAC permissions, and capability barriers.

βœ“ Built-in Module – automatically available
zelyra/forms v0.1.50

Declarative form validation engine with CSRF token support, automatic HTML form rendering, and error mapping.

βœ“ Built-in Module – automatically available
zelyra/crypto v0.1.50

Cryptographic primitives: SHA-256, Blake2b, ChaCha20-Poly1305, CSPRNG token generators, and HMAC-SHA256 verification.

βœ“ Built-in Module – automatically available
zelyra/decimal v0.1.50

Exact 128-bit fixed-point decimal arithmetic free of floating-point inaccuracies, ideal for finance and currencies.

βœ“ Built-in Module – automatically available

Composable validation rules for email, URLs, IBANs, postal codes, regex patterns, and custom invariant assertions.

βœ“ Built-in Module – automatically available
zelyra/template v0.1.50

Statically checked, XSS-safe HTML templating engine with slot components, layout nesting, and auto context escaping.

βœ“ Built-in Module – automatically available
zelyra/test v0.1.50

Testing framework featuring invariant assertions, mock databases, automated regression suites, and test reporters.

βœ“ Built-in Module – automatically available
zelyra/cli v0.1.50

Declarative command-line argument parser featuring automatic `--help` screens, flag typing, and ANSI color styling.

βœ“ Built-in Module – automatically available
zelyra/logging v0.1.50

Structured JSON and terminal logger with syslog forwarders, log levels (Debug, Info, Warn, Error), and context tracing.

βœ“ Built-in Module – automatically available

Integrated Modules – Zero Setup

All modules listed above are built directly into the Zelyra compiler and runtime. You can use them immediately in any project – no installation, no import statements, no package manager required.

zelyra new
Create a new project. All built-in modules are ready to use immediately.
table Β· page Β· form
Use database tables, web pages, forms, auth, and crypto – all built into the language.
zelyra run
Compile and run. The compiler automatically resolves all module dependencies.
Roadmap: Phase 12
A dedicated CLI package manager (zpm) for third-party packages is planned for Zelyra 1.0.