{
    "version": "v1.1.0",
    "entity": {
        "type": "organisation",
        "role": "owner",
        "name": "Alexander4, LLC",
        "email": "daniel@alexander4.org",
        "description": "Alexander4, LLC is a one-developer software studio building small, local-first, self-hostable software: a private PDF toolkit (Nib), a local media app (Hespera), a gaze-target app for eye-movement work (Zoetrope), and a proof of concept for SSH-public-key web authentication (Wedge). Everything runs on the user's own machine — no accounts, no cloud, no subscriptions.",
        "webpageUrl": {
            "url": "https://alexander4.io"
        }
    },
    "projects": [
        {
            "guid": "nib",
            "name": "Nib",
            "description": "A local-first, free, open-source PDF toolkit — merge, split, sign, redact, and more. Runs entirely on the user's machine; nothing leaves the computer.",
            "webpageUrl": {
                "url": "https://nib.alexander4.io",
                "wellKnown": "https://nib.alexander4.io/.well-known/funding-manifest-urls"
            },
            "repositoryUrl": {
                "url": "https://github.com/daniel-alexander4/nib",
                "wellKnown": "https://github.com/daniel-alexander4/nib/blob/main/.well-known/funding-manifest-urls"
            },
            "licenses": ["spdx:AGPL-3.0-only"],
            "tags": ["pdf", "privacy", "local-first", "desktop", "documents"]
        },
        {
            "guid": "hespera",
            "name": "Hespera",
            "description": "A local app for music, TV, movies, and photos with automatic metadata matching. A single Go binary with SQLite storage — no accounts, no external services required.",
            "webpageUrl": {
                "url": "https://hespera.alexander4.io",
                "wellKnown": "https://hespera.alexander4.io/.well-known/funding-manifest-urls"
            },
            "repositoryUrl": {
                "url": "https://github.com/daniel-alexander4/hespera",
                "wellKnown": "https://github.com/daniel-alexander4/hespera/blob/main/.well-known/funding-manifest-urls"
            },
            "licenses": ["spdx:AGPL-3.0-only"],
            "tags": ["media-server", "self-hosted", "music", "video", "local-first"]
        },
        {
            "guid": "zoetrope",
            "name": "Zoetrope",
            "description": "A smooth, configurable gaze target for eye-movement work — a desktop app that plays a playlist of movement patterns. Runs entirely on the user's machine.",
            "webpageUrl": {
                "url": "https://zoetrope.alexander4.io",
                "wellKnown": "https://zoetrope.alexander4.io/.well-known/funding-manifest-urls"
            },
            "repositoryUrl": {
                "url": "https://github.com/daniel-alexander4/zoetrope",
                "wellKnown": "https://github.com/daniel-alexander4/zoetrope/blob/main/.well-known/funding-manifest-urls"
            },
            "licenses": ["spdx:AGPL-3.0-only"],
            "tags": ["health", "desktop", "accessibility", "local-first", "eye-movement"]
        },
        {
            "guid": "wedge",
            "name": "Wedge",
            "description": "A proof of concept for SSH-public-key web authentication: log in to a website by signing a server-issued challenge with the SSH key you already have — no password at all. Includes SDKs in Python, Node, Go, and PHP, with a live demo of each.",
            "webpageUrl": {
                "url": "https://wedge.alexander4.io",
                "wellKnown": "https://wedge.alexander4.io/.well-known/funding-manifest-urls"
            },
            "repositoryUrl": {
                "url": "https://github.com/daniel-alexander4/wedge",
                "wellKnown": "https://github.com/daniel-alexander4/wedge/blob/main/.well-known/funding-manifest-urls"
            },
            "licenses": ["spdx:MIT"],
            "tags": ["authentication", "ssh", "security", "passwordless", "web"]
        }
    ],
    "funding": {
        "channels": [
            {
                "guid": "bank",
                "type": "bank",
                "address": "",
                "description": "US bank transfer (ACH/wire). Details shared on request."
            }
        ],
        "plans": [
            {
                "guid": "annual-development",
                "status": "active",
                "name": "One year of development and infrastructure across the four projects",
                "description": "Funds one year of part-time development, maintenance, security fixes, and releases across Nib, Hespera, Zoetrope, and Wedge, plus hosting and deployment costs. Concrete workstreams: completing Nib's form-fill and document-assembly milestones; hardening Hespera's playback and metadata-matching pipelines; expanding Zoetrope's movement-pattern library; and taking Wedge from proof of concept toward a published specification and a hardened reference implementation.",
                "amount": 35000,
                "currency": "USD",
                "frequency": "one-time",
                "channels": ["bank"]
            }
        ],
        "history": []
    }
}
