Skip to content
View jortsupetterson's full-sized avatar
🚀
Building
🚀
Building

Block or report jortsupetterson

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 supported. This note will be visible to only you.
Report abuse

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

Report abuse

Pinned Loading

  1. offdex offdex Public

    Offdex wraps IndexedDB with a tiny, stable API so you can drop in { id: <uuid>, ...data } objects and have them shared across tabs, workers, and sessions without thinking about schema versions.

    JavaScript

  2. collaborative-textarea collaborative-textarea Public

    CRDT-powered <collaborative-textarea> custom element with remote cursor overlays, persistence hooks, and first-class TypeScript types.

    JavaScript

  3. simple-crdts simple-crdts Public

    Lightweight, zero-dependency CRDT primitives you can drop into offline-first or multi-node apps.

    JavaScript

  4. zeyra zeyra Public

    WebCrypto helpers for zero-knowledge–friendly flows: generate AES-GCM + ECDSA keysets as JWKs and wrap them with tiny agent classes for encrypt, decrypt, sign, and verify.

    JavaScript

  5. quick-jwt quick-jwt Public

    Minimal ES256 JWT signer/verifier that pulls public keys from your JWKS endpoint. No custom claims, no middlemen—just subjects, issuers, and keys.

    JavaScript

  6. quick-acl quick-acl Public

    Tiny, zero-dependency ACL utility for string-based permissions. Keep your access rules in plain JSON, load them into memory, and ask one simple question: “does this subject have this permission?”

    JavaScript