{"id":50453960,"url":"https://github.com/mizcausevic-dev/donor-stewardship-ops-console","last_synced_at":"2026-06-01T01:05:30.507Z","repository":{"id":361323163,"uuid":"1254020630","full_name":"mizcausevic-dev/donor-stewardship-ops-console","owner":"mizcausevic-dev","description":"Operator surface for donor stewardship, pledge posture, acknowledgment evidence, and nonprofit follow-up discipline.","archived":false,"fork":false,"pushed_at":"2026-05-30T04:34:37.000Z","size":2954,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-30T06:20:16.859Z","etag":null,"topics":["donor-stewardship","evidence-ledger","fundraising-operations","nonprofit","operator-surface","php","platform-engineering","pledge-management","wordpress"],"latest_commit_sha":null,"homepage":"https://stewardship.kineticgain.com/","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mizcausevic-dev.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-05-30T03:47:41.000Z","updated_at":"2026-05-30T04:34:41.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/mizcausevic-dev/donor-stewardship-ops-console","commit_stats":null,"previous_names":["mizcausevic-dev/donor-stewardship-ops-console"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/mizcausevic-dev/donor-stewardship-ops-console","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mizcausevic-dev%2Fdonor-stewardship-ops-console","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mizcausevic-dev%2Fdonor-stewardship-ops-console/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mizcausevic-dev%2Fdonor-stewardship-ops-console/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mizcausevic-dev%2Fdonor-stewardship-ops-console/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mizcausevic-dev","download_url":"https://codeload.github.com/mizcausevic-dev/donor-stewardship-ops-console/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mizcausevic-dev%2Fdonor-stewardship-ops-console/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33755378,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-31T02:00:06.040Z","response_time":95,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["donor-stewardship","evidence-ledger","fundraising-operations","nonprofit","operator-surface","php","platform-engineering","pledge-management","wordpress"],"created_at":"2026-06-01T01:05:29.503Z","updated_at":"2026-06-01T01:05:30.497Z","avatar_url":"https://github.com/mizcausevic-dev.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Donor Stewardship Ops Console\n\nWordPress and nonprofit control plane for donor follow-up, stewardship evidence, pledge-risk review, and acknowledgment-safe workflow posture.\n\n## Why this exists\n\n- Donor trust usually degrades when executive notes, stewardship packets, and campaign exports drift apart across too many tools.\n- Development, finance, executive giving, and audience teams need one view of which donor lanes are safe, which pledge notes are stale, and which acknowledgments are still incomplete.\n- Stewardship quality breaks when the donor packet, executive follow-up, and finance-safe pledge posture all say different things.\n\n## Why this matters (KG Embedded tie-back)\n\nThis repo demonstrates the donor-stewardship primitive for Kinetic Gain Embedded: follow-up evidence, pledge posture, executive handoff notes, and campaign-safe donor routing exposed through one operator surface. In a real embedded setting, the same primitive lets nonprofits and foundations keep stewardship workflow, donor messaging, and finance-safe review aligned without shipping outreach changes blindly.\n\n## Routes\n\n- `/`\n- `/donor-lane`\n- `/stewardship-queue`\n- `/pledge-posture`\n- `/verification`\n- `/docs`\n\n## API\n\n- `/api/dashboard/summary`\n- `/api/donor-lane`\n- `/api/stewardship-queue`\n- `/api/verification`\n- `/api/sample`\n\n## Screenshots\n\n![Overview](./screenshots/01-overview-proof.png)\n![Donor lane](./screenshots/02-donor-lane-proof.png)\n![Stewardship queue](./screenshots/03-stewardship-queue-proof.png)\n![Verification](./screenshots/04-verification-proof.png)\n\n## Local development\n\n```powershell\ncd donor-stewardship-ops-console\nphp -S 127.0.0.1:5442 .\\router.php\n```\n\nOpen:\n- [http://127.0.0.1:5442/](http://127.0.0.1:5442/)\n- [http://127.0.0.1:5442/donor-lane](http://127.0.0.1:5442/donor-lane)\n- [http://127.0.0.1:5442/stewardship-queue](http://127.0.0.1:5442/stewardship-queue)\n- [http://127.0.0.1:5442/pledge-posture](http://127.0.0.1:5442/pledge-posture)\n- [http://127.0.0.1:5442/verification](http://127.0.0.1:5442/verification)\n\n## Validation\n\n- `php -l public\\index.php`\n- `php -l src\\Services\\DonorStewardshipOpsConsoleService.php`\n- `php -l src\\Views\\render.php`\n- `php -l plugin\\donor-stewardship-ops-console.php`\n- `php scripts\\run_demo.php`\n- `php scripts\\prerender.php`\n- `powershell -ExecutionPolicy Bypass -File .\\scripts\\smoke_check.ps1`\n- `powershell -ExecutionPolicy Bypass -File .\\scripts\\render_readme_assets.ps1`\n\n## Production status\n\n| Aspect | Status |\n|--------|--------|\n| License | [AGPL-3.0-or-later](./LICENSE) |\n| Security | [SECURITY.md](./SECURITY.md) |\n| Deploy | Static prerender -\u003e **https://stewardship.kineticgain.com/** |\n| WordPress primitive | Donor stewardship snapshot shortcode + REST route |\n\n## Docs\n\n- [Architecture](./docs/architecture.md)\n- [Origin](./docs/ORIGIN.md)\n- [Kinetic Gain Embedded tie-back](./docs/KINETIC_GAIN_EMBEDDED.md)\n- [Changelog](./CHANGELOG.md)\n\n## Part of the Kinetic Gain Suite\n\nOperator surface in the [Kinetic Gain Suite](https://suite.kineticgain.com/) — a portfolio of buyer-readable control planes spanning compliance evidence, nonprofit stewardship, property operations, FinOps, identity posture, and operator workflows. Apex: [kineticgain.com](https://kineticgain.com/).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmizcausevic-dev%2Fdonor-stewardship-ops-console","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmizcausevic-dev%2Fdonor-stewardship-ops-console","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmizcausevic-dev%2Fdonor-stewardship-ops-console/lists"}