From 6dd5d1475650d844a7da4d4648aef1a5d3841c93 Mon Sep 17 00:00:00 2001 From: marclawclaw Date: Wed, 25 Mar 2026 17:03:26 +1100 Subject: [PATCH 1/2] Add Community Apps & Modules section --- content/community-apps.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 content/community-apps.md diff --git a/content/community-apps.md b/content/community-apps.md new file mode 100644 index 0000000..8a7fff6 --- /dev/null +++ b/content/community-apps.md @@ -0,0 +1,20 @@ +--- +title: Community Apps & Modules +--- + +# Community Apps & Modules + +Apps and modules built on Logos by the community, outside of core Logos development. + +**8 apps discovered** — _Last updated: 2026-03-25_ + +| Name | Repo | Author | Description | Last Commit | First Discovered | +|------|------|--------|-------------|-------------|-----------------| +| logos-notes | [xAlisher/logos-notes](https://github.com/xAlisher/logos-notes) | xAlisher | Encrypted local-first notes for Logos Basecamp, hardware-secured via Status Keycard | 2026-03-19 | 2026-03-25 | +| keycard-basecamp | [xAlisher/keycard-basecamp](https://github.com/xAlisher/keycard-basecamp) | xAlisher | Standalone Keycard smartcard auth module for Basecamp apps | 2026-03-24 | 2026-03-25 | +| logos-legos | [corpetty/logos-legos](https://github.com/corpetty/logos-legos) | corpetty | Visual workflow builder (n8n-style) for composing Logos protocol operations | 2026-03-18 | 2026-03-25 | +| logos-workflow-registry | [corpetty/logos-workflow-registry](https://github.com/corpetty/logos-workflow-registry) | corpetty | Module introspection layer for Logos Legos v2 | 2026-03-20 | 2026-03-25 | +| logos-workflow-canvas | [corpetty/logos-workflow-canvas](https://github.com/corpetty/logos-workflow-canvas) | corpetty | Qt/QML visual editor module for Logos Legos v2 | 2026-03-20 | 2026-03-25 | +| logos-workflow-engine | [corpetty/logos-workflow-engine](https://github.com/corpetty/logos-workflow-engine) | corpetty | Headless DAG workflow executor Logos module | 2026-03-20 | 2026-03-25 | +| logos-workflow-scheduler | [corpetty/logos-workflow-scheduler](https://github.com/corpetty/logos-workflow-scheduler) | corpetty | Cron/webhook trigger manager Logos module | 2026-03-20 | 2026-03-25 | +| logos-storage-app-skeleton | [logos-storage/logos-storage-app-skeleton](https://github.com/logos-storage/logos-storage-app-skeleton) | logos-storage | CLI skeleton companion for the Logos Storage API tutorial | 2026-03-24 | 2026-03-25 | From 86b1b182b052f3019bdc7376276aa61c0354e6df Mon Sep 17 00:00:00 2001 From: marclawclaw Date: Wed, 25 Mar 2026 20:04:30 +1100 Subject: [PATCH 2/2] Add logos-video-hotspot to community apps (9 total) --- content/community-apps.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/content/community-apps.md b/content/community-apps.md index 8a7fff6..d8f1cf5 100644 --- a/content/community-apps.md +++ b/content/community-apps.md @@ -6,7 +6,7 @@ title: Community Apps & Modules Apps and modules built on Logos by the community, outside of core Logos development. -**8 apps discovered** — _Last updated: 2026-03-25_ +**9 apps discovered** — _Last updated: 2026-03-25_ | Name | Repo | Author | Description | Last Commit | First Discovered | |------|------|--------|-------------|-------------|-----------------| @@ -18,3 +18,4 @@ Apps and modules built on Logos by the community, outside of core Logos developm | logos-workflow-engine | [corpetty/logos-workflow-engine](https://github.com/corpetty/logos-workflow-engine) | corpetty | Headless DAG workflow executor Logos module | 2026-03-20 | 2026-03-25 | | logos-workflow-scheduler | [corpetty/logos-workflow-scheduler](https://github.com/corpetty/logos-workflow-scheduler) | corpetty | Cron/webhook trigger manager Logos module | 2026-03-20 | 2026-03-25 | | logos-storage-app-skeleton | [logos-storage/logos-storage-app-skeleton](https://github.com/logos-storage/logos-storage-app-skeleton) | logos-storage | CLI skeleton companion for the Logos Storage API tutorial | 2026-03-24 | 2026-03-25 | +| logos-video-hotspot | [marclawclaw/logos-video-hotspot](https://github.com/marclawclaw/logos-video-hotspot) | marclawclaw (fryorcraken) | Qt/CLI app for a local video streaming hotspot using Logos storage and delivery modules, with Qt GUI for managing streams | 2026-03-23 | 2026-03-25 |