From 6d648a197582155ec58deab274df1bf93ca897b9 Mon Sep 17 00:00:00 2001 From: latte Date: Thu, 30 Apr 2026 08:37:34 +0200 Subject: [PATCH] chore: update projects section with current public Hiddenden repos --- src/data/projects.json | 129 +++++++++++++++++++---------------------- 1 file changed, 60 insertions(+), 69 deletions(-) diff --git a/src/data/projects.json b/src/data/projects.json index d1e6c17..67f8036 100644 --- a/src/data/projects.json +++ b/src/data/projects.json @@ -1,43 +1,16 @@ [ { - "name": "GuardDen", - "description": "Privacy-first moderation tooling for Discord communities, combining AI-assisted filtering with traditional tools to create safe, welcoming spaces.", - "tags": ["bot", "self-hosted", "moderation"], - "status": "stable", - "links": { - "gitea": "https://git.hiddenden.cafe/Hiddenden/GuardDen" - } - }, - { - "name": "openrabbit", - "description": "An AI-powered code review and repository assistant for Gitea and GitHub, built to improve development workflows through automation and insight.", - "tags": ["tool", "ai", "development"], - "status": "stable", - "links": { - "gitea": "https://git.hiddenden.cafe/Hiddenden/openrabbit" - } - }, - { - "name": "DevDen", - "description": "A concept project exploring developer environments, workflows, and infrastructure within the den ecosystem. Experimental and not production-ready.", - "tags": ["tool", "experiment", "infrastructure"], - "status": "concept", - "links": { - "gitea": "https://git.hiddenden.cafe/Hiddenden/DevDen" - } - }, - { - "name": "loyal_companion", - "description": "A companion project focused on presence, trust, and emotional connection — designed as a supportive, always-there digital entity.", - "tags": ["bot", "companion"], + "name": "AegisGitea-MCP", + "description": "A read-only MCP server for Gitea — giving AI tools controlled, auditable access to repositories, issues, and commits without write permissions.", + "tags": ["tool", "ai", "python", "gitea"], "status": "wip", "links": { - "gitea": "https://git.hiddenden.cafe/Hiddenden/loyal_companion" + "gitea": "https://git.hiddenden.cafe/Hiddenden/AegisGitea-MCP" } }, { "name": "Cozy-Den", - "description": "A warm, self-hosted corner of the internet built around privacy, open-source values, and comfortable digital spaces.", + "description": "A warm, self-hosted corner of the internet — this site itself, built with Astro around open-source values and comfortable digital spaces.", "tags": ["website", "astro", "self-hosted"], "status": "stable", "links": { @@ -45,66 +18,84 @@ } }, { - "name": "AegisGitea-MCP", - "description": "A security-first MCP server for Gitea that enables controlled, auditable, read-only AI access to repositories, issues, pull requests, and commits.", - "tags": ["tool", "security", "ai", "python"], + "name": "Denwarden", + "description": "An AI agent that watches over your documentation — understanding your knowledge base and making sure nothing quietly falls out of date.", + "tags": ["tool", "ai", "shell", "documentation"], "status": "wip", "links": { - "gitea": "https://git.hiddenden.cafe/Hiddenden/AegisGitea-MCP" + "gitea": "https://git.hiddenden.cafe/Hiddenden/Denwarden" } }, { - "name": "Knowledge-Base", - "description": "A public knowledge repository for notes, documentation, and reference material across the den ecosystem.", - "tags": ["docs", "knowledge-base", "markdown"], + "name": "DevDen", + "description": "A concept exploration of developer environment architecture within the den ecosystem. Not production-ready — more of a thinking space than a finished tool.", + "tags": ["python", "infrastructure", "experiment"], + "status": "concept", + "links": { + "gitea": "https://git.hiddenden.cafe/Hiddenden/DevDen" + } + }, + { + "name": "Ferret", + "description": "An async Python tool that quietly scans your local network for Ollama instances — useful when you have a few machines running models and want to find them.", + "tags": ["tool", "python", "network", "ollama"], "status": "stable", "links": { - "gitea": "https://git.hiddenden.cafe/Hiddenden/Knowledge-Base" + "gitea": "https://git.hiddenden.cafe/Hiddenden/Ferret" } }, { - "name": "Den-Vault", - "description": "A vault-style web project for organizing knowledge, notes, and curated digital content.", - "tags": ["website", "astro", "vault"], - "status": "wip", - "links": { - "gitea": "https://git.hiddenden.cafe/Hiddenden/Den-Vault" - } - }, - { - "name": "EmberPack", - "description": "An Astro-based web project within the den ecosystem, likely intended for themed content, packaging, or presentation.", - "tags": ["website", "astro"], - "status": "wip", - "links": { - "gitea": "https://git.hiddenden.cafe/Hiddenden/EmberPack" - } - }, - { - "name": "telegram-sticker-downloader", - "description": "A simple Python tool for downloading Telegram stickers.", - "tags": ["tool", "telegram", "python"], + "name": "GuardDen", + "description": "A Discord moderation bot with AI-powered content filtering — built to keep communities safe without being heavy-handed about it.", + "tags": ["bot", "python", "moderation", "ai"], "status": "stable", "links": { - "gitea": "https://git.hiddenden.cafe/Hiddenden/telegram-sticker-downloader" + "gitea": "https://git.hiddenden.cafe/Hiddenden/GuardDen" + } + }, + { + "name": "HearthStone", + "description": "A self-hosted memory layer for AI agents, backed by Markdown and Obsidian vaults — giving agents a warm, persistent place to remember things.", + "tags": ["tool", "ai", "typescript", "self-hosted"], + "status": "wip", + "links": { + "gitea": "https://git.hiddenden.cafe/Hiddenden/HearthStone" + } + }, + { + "name": "loyal_companion", + "description": "A companion bot built for processing grief, attachment, and connection — something soft and present when you need it to be.", + "tags": ["bot", "python", "companion"], + "status": "wip", + "links": { + "gitea": "https://git.hiddenden.cafe/Hiddenden/loyal_companion" + } + }, + { + "name": "openrabbit", + "description": "An AI-assisted code review system for Gitea and GitHub — helps catch things that slip through and keeps feedback thoughtful and consistent.", + "tags": ["tool", "python", "ai", "development"], + "status": "stable", + "links": { + "gitea": "https://git.hiddenden.cafe/Hiddenden/openrabbit" } }, { "name": "pingvin-share", - "description": "A file-sharing project in the den ecosystem, focused on simple and practical self-hosted sharing.", - "tags": ["tool", "sharing", "typescript"], + "description": "A self-hosted file sharing solution — simple, clean, and yours to control.", + "tags": ["tool", "typescript", "self-hosted", "sharing"], "status": "wip", "links": { "gitea": "https://git.hiddenden.cafe/Hiddenden/pingvin-share" } }, { - "name": "beef", - "description": "A JavaScript project currently published without a public description.", - "tags": ["tool", "javascript"], - "status": "wip", + "name": "telegram-sticker-downloader", + "description": "A small Python utility for downloading Telegram sticker packs. Does one thing, does it well.", + "tags": ["tool", "python", "telegram"], + "status": "stable", "links": { - "gitea": "https://git.hiddenden.cafe/Hiddenden/beef" + "gitea": "https://git.hiddenden.cafe/Hiddenden/telegram-sticker-downloader" } } ]