Creator-first signing
Generate signatures from text and files with a streamlined UX while keeping cryptographic operations server-side.
Sign, verify, and audit content authenticity with a Nuxt web app, a Rust signer service, and PostgreSQL persistence.
glitchmao command usage and examples.GlitchMao separates responsibilities between services:
web (Nuxt): UI, API orchestration, and persistencesigner (Rust): key generation, signing, and verificationpostgres: signatures, profiles, and key metadataThis model keeps private key material in the signer service while preserving an auditable application trail in the database.