Skip to content
View Rynia's full-sized avatar
🛡️
Building Local-First Systems
🛡️
Building Local-First Systems

Organizations

@RyniaStudios

Block or report Rynia

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Rynia/README.md

⚔️ Muharrem Özmen (@Rynia)

Independent Systems Craftsman & Software Architect

I build small, zero-dependency systems primitives from real products I ship.

Latest Release Local First Zero Dependencies Followers


🔭 Why Follow?

I design and maintain production-grade, zero-dependency TypeScript primitives extracted directly from real applications I build and ship:

  • 🔒 Zero Dependencies: Audited, lightweight primitives with 0 npm runtime dependencies.
  • 🛡️ No Abandoned Side-Projects: Every open-source package is battle-tested in and actively maintained by production apps like KALANLA.
  • ⚡ Local-First & Ambient: Strict data sovereignty, deterministic predictability, and quiet ambient UX.

👉 Follow @Rynia to catch the next systems primitive as it ships.


🏛️ System Architecture

flowchart LR
    subgraph OSS [Zero-Dependency Primitives]
        direction TB
        L[local-first-kernel<br/><i>v1.0.0 • EventLog Engine</i>]
        R[receipt-renderer<br/><i>v1.0.0 • 9:16 Thermal AST</i>]
        G[expo-release-guard<br/><i>v1.0.0 • Store Safety CLI</i>]
    end

    subgraph Production [Shipped Products]
        K[KALANLA<br/><b>Kitchen OS</b>]
        W[Rynia Studios<br/><b>3D Spatial Showcase</b>]
    end

    subgraph Adoption [Adoption & Users]
        DEV[Open Source Developers<br/><i>npm • GitHub</i>]
        APP[Google Play Users<br/><i>Closed Beta</i>]
    end

    L -->|State & Undo| K
    R -->|Thermal Telemetry| K
    G -->|Pre-flight Audit| K
    K --> APP
    L --> DEV
    R --> DEV
    G --> DEV
Loading

🚀 Open Source Foundations

Primitive Role & Core Innovation Stack Status Repository
local-first-kernel Append-only reactive event micro-kernel, schema migrations & deterministic undo/redo. TypeScript, EventLog 🟢 v1.0.0 github.com/Rynia/local-first-kernel
expo-release-guard Pre-flight zero-rejection store safety CLI: Apple Privacy Manifests, permissions, EAS profiles. Node.js, TypeScript, AST 🟢 v1.0.0 github.com/Rynia/expo-release-guard
receipt-renderer Zero-dependency 9:16 retro thermal receipt AST engine with dual SVG & terminal ASCII output. TypeScript, Canvas, SVG 🟢 v1.0.0 github.com/Rynia/receipt-renderer

📱 Shipped Products & Spatial Viewports

Product Domain & Vision Stack Status Showcase
KALANLA Smart Kitchen OS eliminating food waste through deterministic shelf-life telemetry and recipes. React Native, Expo, SQLite 🟢 Closed Beta rynia.github.io/KALANLA
Rynia Studios Immersive 3D WebGL laboratory for ambient software and interactive viewport shaders. Three.js, GSAP, Lenis, Vite 🟢 Live ryniastudios.netlify.app

🛠️ Stack & Craftsmanship


📊 Live Activity & Telemetry

Rynia's GitHub Streak & Contribution Stats

2026 ROADMAP & MILESTONES:
├─ KALANLA            ─── [In Closed Testing] Google Play 14-day Verification Wave
├─ expo-release-guard ─── [Target] awesome-react-native Development Tools PR
├─ receipt-renderer   ─── [Target] Show HN + Live Web Playground Showcase
└─ local-first-kernel ─── [Target] P2P Local Wi-Fi CRDT Sync Extension

Rynia Studios • "The best software is software you own. On your device. Without permission."
📫 Inquiries: ryniastudios@gmail.com • 🌐 ryniastudios.netlify.app

Pinned Loading

  1. KALANLA KALANLA Public

    Local-first zero-waste smart kitchen assistant and pantry OS built with React Native & TypeScript. Tracks food shelf-life, suggests deterministic rescue recipes, and prevents food waste. 🥦🍳

    HTML 1

  2. RyniaStudioSite RyniaStudioSite Public

    Official immersive 3D spatial web showcase for Rynia Studios. Built with Three.js, WebGL shaders, GSAP kinetic animations, Lenis smooth inertia, and Vite.

    TypeScript

  3. receipt-renderer receipt-renderer Public

    Deterministic, zero-dependency engine turning structured JSON into retro 9:16 thermal receipts (SVG & ASCII) for React Native, Node.js & Web.

    HTML

  4. expo-release-guard expo-release-guard Public

    Pre-flight store safety, privacy manifest & release readiness CLI for Expo & React Native apps.

    TypeScript

  5. local-first-kernel local-first-kernel Public

    A tiny, deterministic application kernel for local-first apps — event-log, schema migrations, undo/redo & offline outbox with zero dependencies.

    TypeScript