chore: update projects section with current public Hiddenden repos

This commit is contained in:
2026-04-30 08:37:34 +02:00
parent b08bc7b33d
commit 6d648a1975
+60 -69
View File
@@ -1,43 +1,16 @@
[ [
{ {
"name": "GuardDen", "name": "AegisGitea-MCP",
"description": "Privacy-first moderation tooling for Discord communities, combining AI-assisted filtering with traditional tools to create safe, welcoming spaces.", "description": "A read-only MCP server for Gitea — giving AI tools controlled, auditable access to repositories, issues, and commits without write permissions.",
"tags": ["bot", "self-hosted", "moderation"], "tags": ["tool", "ai", "python", "gitea"],
"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"],
"status": "wip", "status": "wip",
"links": { "links": {
"gitea": "https://git.hiddenden.cafe/Hiddenden/loyal_companion" "gitea": "https://git.hiddenden.cafe/Hiddenden/AegisGitea-MCP"
} }
}, },
{ {
"name": "Cozy-Den", "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"], "tags": ["website", "astro", "self-hosted"],
"status": "stable", "status": "stable",
"links": { "links": {
@@ -45,66 +18,84 @@
} }
}, },
{ {
"name": "AegisGitea-MCP", "name": "Denwarden",
"description": "A security-first MCP server for Gitea that enables controlled, auditable, read-only AI access to repositories, issues, pull requests, and commits.", "description": "An AI agent that watches over your documentation — understanding your knowledge base and making sure nothing quietly falls out of date.",
"tags": ["tool", "security", "ai", "python"], "tags": ["tool", "ai", "shell", "documentation"],
"status": "wip", "status": "wip",
"links": { "links": {
"gitea": "https://git.hiddenden.cafe/Hiddenden/AegisGitea-MCP" "gitea": "https://git.hiddenden.cafe/Hiddenden/Denwarden"
} }
}, },
{ {
"name": "Knowledge-Base", "name": "DevDen",
"description": "A public knowledge repository for notes, documentation, and reference material across the den ecosystem.", "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": ["docs", "knowledge-base", "markdown"], "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", "status": "stable",
"links": { "links": {
"gitea": "https://git.hiddenden.cafe/Hiddenden/Knowledge-Base" "gitea": "https://git.hiddenden.cafe/Hiddenden/Ferret"
} }
}, },
{ {
"name": "Den-Vault", "name": "GuardDen",
"description": "A vault-style web project for organizing knowledge, notes, and curated digital content.", "description": "A Discord moderation bot with AI-powered content filtering — built to keep communities safe without being heavy-handed about it.",
"tags": ["website", "astro", "vault"], "tags": ["bot", "python", "moderation", "ai"],
"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"],
"status": "stable", "status": "stable",
"links": { "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", "name": "pingvin-share",
"description": "A file-sharing project in the den ecosystem, focused on simple and practical self-hosted sharing.", "description": "A self-hosted file sharing solution — simple, clean, and yours to control.",
"tags": ["tool", "sharing", "typescript"], "tags": ["tool", "typescript", "self-hosted", "sharing"],
"status": "wip", "status": "wip",
"links": { "links": {
"gitea": "https://git.hiddenden.cafe/Hiddenden/pingvin-share" "gitea": "https://git.hiddenden.cafe/Hiddenden/pingvin-share"
} }
}, },
{ {
"name": "beef", "name": "telegram-sticker-downloader",
"description": "A JavaScript project currently published without a public description.", "description": "A small Python utility for downloading Telegram sticker packs. Does one thing, does it well.",
"tags": ["tool", "javascript"], "tags": ["tool", "python", "telegram"],
"status": "wip", "status": "stable",
"links": { "links": {
"gitea": "https://git.hiddenden.cafe/Hiddenden/beef" "gitea": "https://git.hiddenden.cafe/Hiddenden/telegram-sticker-downloader"
} }
} }
] ]