Tier 1 · MIT
Operational primitives
Pure utilities for support, GDPR, e-sign, and public form flows. No persistence, no fund movement. Each package is published as an independent MIT repo on GitHub.
GitHub packages ship bare algorithm primitives (no database or UI); paid templates wire the same concepts into production-ready Next.js + Prisma applications.
@flomisma/public-link-token
flomisma/public-link-token →HMAC-signed public link tokens for hash-based document, invoice, and form URLs — zero persistence, Web Crypto API.
git clone https://github.com/flomisma/public-link-token.git
npm install @flomisma/public-link-token # or: git clone https://github.com/flomisma/public-link-token.git
@flomisma/form-schemas
flomisma/form-schemas →Zod validation schemas for embeddable lead capture, support ticket, and consent forms.
git clone https://github.com/flomisma/form-schemas.git
npm install @flomisma/form-schemas # or: git clone https://github.com/flomisma/form-schemas.git
@flomisma/e-sign-primitives
flomisma/e-sign-primitives →Client-side e-sign capture and SHA-256 audit hash primitives — no legal workflow or persistence.
git clone https://github.com/flomisma/e-sign-primitives.git
npm install @flomisma/e-sign-primitives # or: git clone https://github.com/flomisma/e-sign-primitives.git
@flomisma/gdpr-primitives
flomisma/gdpr-primitives →GDPR data-subject request types and Zod validators — consent, access, erasure, portability.
git clone https://github.com/flomisma/gdpr-primitives.git
npm install @flomisma/gdpr-primitives # or: git clone https://github.com/flomisma/gdpr-primitives.git
@flomisma/approval-workflow-kernel
flomisma/approval-workflow-kernel →Pure non-financial approval state machine — draft, review, approved, rejected. For tickets and documents, not escrow.
git clone https://github.com/flomisma/approval-workflow-kernel.git
npm install @flomisma/approval-workflow-kernel # or: git clone https://github.com/flomisma/approval-workflow-kernel.git
Integrated RS2 templates (Support, GDPR Compliance, Document Acceptance, Embeddable Forms, Client Portal) are on the templates catalog →