Skip to content
@bymaxone

Bymax One

🚀 Architecting intelligent, AI-native and Web3-ready systems — backed by a suite of production-grade, open-source libraries & developer tooling.
Bymax One logo

BYMAX ONE

🏛️ Architecting intelligent, AI-native & Web3-ready systems.

We build real systems, not demos. A suite of production-grade, typed, multi-tenant open-source libraries — engineered with discipline to remove vendor lock-in.

Website X LinkedIn Instagram


NestJS Next.js React TypeScript Rust Redis Prisma License


🏛️ Who We Are

Bymax One is a technology company that architects intelligent, AI-native and Web3-ready systems. We operate like an architecture firm, not an agency — focused on systems that scale, perform under load, and stay maintainable over time.

Everything we open-source is typed end to end, multi-tenant ready, and vendor-neutral, with a production-first mindset: zero (or near-zero) direct dependencies, strict TypeScript, and a runnable reference app for every library.


📦 Open-Source Ecosystem

Composable NestJS 11 libraries (plus a Rust auth stack and a Claude Code toolkit). Pick one, or compose the whole platform — each is independent and installable on its own.

🧱 Foundation

Library What it does
🧩 nest-core Application foundation kit — stable error envelope, request timing, offset/cursor pagination, health checks & optional Prometheus metrics
⚙️ nest-config Type-safe environment config — Zod validation at bootstrap, aggregated fail-fast report, typed accessor & testing helpers

🔐 Auth & Security

Library What it does
🔑 nest-auth Full-stack auth for NestJS 11 · React 19 · Next.js 16 — JWT, MFA, OAuth, sessions, RBAC, multi-tenant SaaS ready. Zero external crypto deps
🦀 rust-auth Full-stack auth for Rust (Axum) & React/Next.js — pure-Rust crypto with WebAssembly edge verification (crates.io + npm)

🗄️ Data & Infrastructure

Library What it does
🧰 nest-cache Idiomatic Redis layer — typed cache helpers over ioredis, namespaced keys, Pub/Sub, atomic Lua & a managed connection lifecycle
🗃️ nest-storage Provider-agnostic object storage — one S3 API across AWS S3, Cloudflare R2, Backblaze B2, DO Spaces, MinIO & Wasabi
📬 nest-queue BullMQ-powered job queues — typed queues, workers, hierarchical flows & repeatable/cron jobs with safe retry defaults

⚡ Real-time & Messaging

Library What it does
📡 nest-realtime Backend → frontend real-time — dual transport (SSE / WebSocket), multi-tenant rooms, event replay & Redis-backed scaling
📨 nest-notification Multi-channel notifications — email, OTP, SMS & push behind provider-agnostic interfaces (Resend, SES, Twilio, FCM…)

🔭 Observability & AI

Library What it does
📊 nest-logger Structured JSON logging (Pino 10) — OpenTelemetry trace correlation, PII/LGPD redaction & pluggable destinations
💸 nest-ai-tokens AI token & cost ledger — immutable usage ledger + historical pricing across OpenAI, Anthropic, Gemini, Mistral & OpenRouter

🛠️ Developer Tooling

Project What it does
🤖 bymax-claude-code Production-ready Claude Code toolkit — phased workflow, strict quality gates & specialist review agents for TypeScript & Rust

📘 Every library ships with a runnable reference app (*-example) — a full NestJS + Next.js implementation proving each feature end to end. Start with nest-auth-example or nest-cache-example.


🚀 Getting Started

Each library is published under the @bymax-one scope and installs on its own:

pnpm add @bymax-one/nest-auth        # or nest-cache, nest-logger, nest-queue, …

Then explore the matching *-example repo for a copy-pasteable, production-shaped setup.


🧠 What We Build

Pillar Focus
🤖 AI-Native Architecture Modular design with LLM reasoning at the core — stateful memory, observable pipelines
🔍 RAG & Retrieval Production embeddings, vector search, hybrid retrieval + reranking, grounding
🧩 LLM Integration Structured outputs, schema validation, function calling & tool orchestration
🛡️ Validation & Safety Deterministic guardrails, schema enforcement, input/output filtering
⛓️ Web3-Ready Engineering Wallet auth, transaction signing, smart-contract interaction, tokenization

⚙️ How We Build

🔎 Discover  →  🏗️ Architect  →  🧱 Build  →  🚀 Deploy  →  🔁 Iterate
  • 💰 Cost-aware — LLM usage tracking and optimization built in
  • 👁️ Observable — full pipeline visibility, structured logs & tracing
  • 🛡️ Reliable — production-grade error handling, schema validation, security-first
  • 🧪 Proven — strict TypeScript, high test coverage, mutation-tested libraries

🌐 Connect

🌍 bymax.one · 𝕏 @bymax_one · in Bymax One · 📷 @bymax.one


Architecting AI-native systems for production.

Pinned Loading

  1. nest-auth nest-auth Public

    Full-stack authentication library for NestJS 11, React 19 & Next.js 16 — JWT, MFA, OAuth, sessions, multi-tenant SaaS ready. Zero external crypto dependencies.

    TypeScript

  2. nest-auth-example nest-auth-example Public

    Reference implementation for @bymax-one/nest-auth — full-stack multi-tenant auth (JWT, MFA, OAuth, sessions, RBAC, invitations) with NestJS 11, Next.js 16, Prisma, Redis and TypeScript strict mode.

    TypeScript

Repositories

Showing 10 of 25 repositories
  • bymax-agent-kit Public

    Engineering toolkit for Claude Code AND Codex, from one source. Bounded dual review (a Claude pass and a Codex pass on one pinned scope, verified findings, Git pre-push receipt), phased planning, loop-engineering autopilot, QA & security audit, TDD and 10 agents for TypeScript & Rust, bootstrap, mobile sims, PR babysitting.

    bymaxone/bymax-agent-kit's past year of commit activity
    Python 0 MIT 0 0 1 Updated Sep 19, 2026
  • bymaxone/rust-auth-example's past year of commit activity
    TypeScript 0 MIT 0 0 5 Updated Sep 17, 2026
  • rust-auth Public

    Full-stack authentication library for Rust (Axum 0.8), React 19 & Next.js 16 — JWT, MFA, OAuth, sessions, multi-tenant SaaS ready. Pure-Rust crypto with WebAssembly edge verification.

    bymaxone/rust-auth's past year of commit activity
    Rust 1 MIT 1 0 18 Updated Sep 17, 2026
  • nest-realtime-example Public

    Reference implementation for @bymax-one/nest-realtime: dual-transport realtime for NestJS (SSE default, opt-in Socket.IO WebSocket, event replay, horizontal scaling via Redis pub/sub, React 19 hooks) with NestJS 11, Next.js 16, Redis 7 and TypeScript strict mode.

    bymaxone/nest-realtime-example's past year of commit activity
    TypeScript 0 MIT 0 0 12 Updated Sep 15, 2026
  • nest-queue-example Public

    Reference implementation for @bymax-one/nest-queue — BullMQ 5 background jobs (typed processors, flows, job schedulers, jobId dedup, graceful shutdown) with NestJS 11, Next.js 16, Redis 7 and TypeScript strict mode.

    bymaxone/nest-queue-example's past year of commit activity
    TypeScript 0 MIT 0 0 2 Updated Sep 15, 2026
  • nest-ai-tokens-example Public

    Reference implementation for @bymax-one/nest-ai-tokens: AI token accounting for NestJS (usage tracking, credit budgets, per-tenant limits, provider-agnostic pricing) with NestJS 11 and TypeScript strict mode.

    bymaxone/nest-ai-tokens-example's past year of commit activity
    TypeScript 0 MIT 0 0 1 Updated Sep 15, 2026
  • nest-ai-tokens Public

    AI token usage ledger & cost-tracking library for NestJS 11 — immutable transaction ledger, historical model pricing, and typed chat/embedding wrappers across OpenAI, Anthropic, Gemini, Mistral & OpenRouter, with per-tenant quotas. Provider-agnostic and billing-ready.

    bymaxone/nest-ai-tokens's past year of commit activity
    TypeScript 0 MIT 0 0 7 Updated Sep 14, 2026
  • nest-core Public

    Zero-dependency application foundation kit for NestJS 11 — a stable error envelope for every failure, per-request timing samples, offset and cursor pagination, liveness and readiness endpoints behind a pluggable indicator registry, and an opt-in Prometheus scrape endpoint. One shape, every service.

    bymaxone/nest-core's past year of commit activity
    TypeScript 0 MIT 0 0 4 Updated Sep 14, 2026
  • nest-storage Public

    Provider-agnostic object storage library for NestJS 11 — one S3 API across AWS S3, Cloudflare R2, Backblaze B2, DigitalOcean Spaces, MinIO & Wasabi, with multipart uploads, presigned URLs, streaming, MIME/size validation, and virus-scan hooks. Vendor lock-in free.

    bymaxone/nest-storage's past year of commit activity
    TypeScript 0 MIT 0 0 5 Updated Sep 14, 2026
  • nest-notification Public

    Multi-channel, multi-tenant notification library for NestJS 11 & React 19 — email, OTP, SMS & push behind provider-agnostic interfaces (Resend, SendGrid, AWS SES, Twilio, FCM…), with OTP rate limiting, pluggable templates, and Redis-backed storage. Zero direct provider dependencies.

    bymaxone/nest-notification's past year of commit activity
    TypeScript 0 MIT 0 1 4 Updated Sep 14, 2026

Top languages

Loading…

Most used topics

Loading…