Skip to content
View jedlsf's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report jedlsf

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.

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
jedlsf/README.md
HeaderCover_Cropped

Hey, I'm Zelijah 👋

Building security-first software, developer tools, and cryptographic infrastructure.

I'm the Founder and Lead Software Engineer of Majikah Solutions OPC, a Philippine-registered company building a post-quantum cryptographic security ecosystem. I'm the sole developer across the entire stack — products, marketing site, developer tools, and business infrastructure.


About Me

I work at the intersection of two identities:

  • Majikah — my technical practice, focused on cryptography, secure communication, and developer experience.
  • Maharlika — an original alternate-history Filipino universe I created, spanning 3D art, music, lore, and collectible design.

Before founding Majikah, I spent a decade in the Philippine music industry (including work with Sony Music Philippines, with multiple credits and Awit Award nominations), worked in 3D animation and VFX, and taught 3D modelling and animation at Meridian International College. That mix of creative and technical experience directly shapes how I design and build products.

Spotify


Currently Building

Majikah — trust infrastructure for the next generation of the internet, all built on a shared cryptographic foundation called Majik Key (Ed25519, ML-DSA-87, ML-KEM-768, derived from a BIP-39 seed phrase).

Product Description
Majik Message Real-time messaging with post-quantum-ready encryption
Majik Signature File and text signing with Ed25519 + ML-DSA-87
Majik Universal ID (MUID) Self-sovereign cryptographic identity, with an embeddable verification widget
Majik Buwiz Offline-first invoicing with signed records
Majik SLink Cryptographic proof of ownership for websites and public profiles
Majik SDKs Open-source TypeScript SDKs under the @majikah org

Company & Credentials

Majikah Solutions OPC is a Philippine SEC-registered One Person Corporation (Reg. No. 2026050252036-01), currently pre-seed. Transparency matters to me, so I'd rather state that plainly than dress it up.

  • 📄 IANA media type registration: application/vnd.majikah.bundle (.mjkb)
  • ☁️ Google Cloud for Startups & Redis for Startups
  • 🔒 SecurityScorecard rating: A / 93
  • 📦 14 public npm packages under @majikah

Tech Stack

Languages

flowchart TD
    B[Languages] --> B1[TypeScript]
    B --> B2[JavaScript]
    B --> B3[Rust]
    B --> B4[Python]
Loading

Frontend & UI

flowchart TD
    C[Frontend & UI] --> C1[React / Next.js]
    C --> C2[Vite]
    C --> C3[Tailwind CSS]
    C --> C4[Three.js / R3F]
    C --> C5[GSAP]
Loading

Backend & Infrastructure

flowchart TD
    D[Backend & Infra] --> D1[Node.js]
    D --> D2[Cloudflare Workers / Durable Objects]
    D --> D3[Supabase]
    D --> D4[PostgreSQL / SQLite]
    D --> D5[Redis / Upstash]
Loading

Cryptography & Security

flowchart TD
    E[Cryptography & Security] --> E1[Ed25519 / X25519]
    E --> E2[ML-DSA-87]
    E --> E3[ML-KEM-768]
    E --> E4[AES-256-GCM]
    E --> E5[Argon2id]

    style E fill:#2b2b45,stroke:#e07a3e,stroke-width:1px,color:#fff
Loading

Desktop & Mobile

flowchart TD
    F[Desktop & Mobile] --> F1[Tauri]
    F --> F2[React Native / Expo]
Loading

Tooling & Observability

flowchart TD
    G[Tooling & Observability] --> G1[Sentry / LogRocket]
    G --> G2[GA4 / Vercel Analytics]
    G --> G3[Redux]
Loading

Areas of Interest

Cryptography · Cybersecurity · Distributed Systems · Cloud Infrastructure · Full-stack Development · Developer SDKs & APIs · Offline-first Applications · Desktop Applications · Product Architecture · Developer Experience (DX)

Currently Exploring

Zero-Knowledge Technologies · Post-Quantum Security · Distributed Systems at scale · High-Performance Backend Architecture · Developer Experience


Open Source

I enjoy building reusable SDKs, libraries, and developer tooling. Most of my open-source work is released under the Apache 2.0 License to encourage adoption while preserving attribution. Issues, feature requests, and discussions are always welcome.


Connect

Your vision, my magic.

Pinned Loading

  1. Majikah/majik-key Majikah/majik-key Public

    Majik Key is a next-generation seed phrase account library for creating and managing mnemonic-based identities. It provides a post-quantum ready, high-security bridge between BIP39 mnemonics and th…

    TypeScript 1

  2. Majikah/majik-message Majikah/majik-message Public

    Majik Message is a post-quantum secure messaging platform built on cryptographic identity. Your account is your encryption keys—no phone numbers, no passwords, just your 12-word seed phrase and com…

    TypeScript 2

  3. Majikah/majik-buwiz Majikah/majik-buwiz Public

    Post-Quantum Invoice Management for modern businesses — secure, offline-first, and just like magic.

    TypeScript

  4. majik-runway majik-runway Public

    Majik Runway is a comprehensive financial runway, cashflow, and burn-rate modeling engine in the Majik system.

    TypeScript 1

  5. majik-blender-edu majik-blender-edu Public

    Majik Blender Edu is a submission integrity and student activity tracking addon for Blender designed to help educators verify a student's work. It records Blender-specific actions such as editing m…

    Python 2

  6. Majikah/majik-file Majikah/majik-file Public

    Majik File is the core cryptographic engine for secure file handling in the Majikah ecosystem. It provides a post-quantum secure "MJKB" format designed for file encryption, multi-recipient key enca…

    TypeScript