diff --git a/components/projects.tsx b/components/projects.tsx index efbe824..158a9b4 100644 --- a/components/projects.tsx +++ b/components/projects.tsx @@ -60,6 +60,15 @@ const PROJECTS: Project[] = [ url: "https://harmonicbeacon.com", repoUrl: "https://github.com/altermundi", }, + { + name: "DaemonCraft", + shortDescription: + "An AI companion — a daemon — that lives inside Minecraft, powered by local, self-hosted models. Players summon and converse with it as it perceives and acts within the world, turning the game into a hands-on playground for open-source AI and digital sovereignty.", + tags: ["Local AI", "Education", "Minecraft"], + status: "Active", + url: "https://daemoncraft.altermundi.net", + repoUrl: "https://github.com/AlterMundi/saoul_daemoncraft", + }, ] export function Projects() { @@ -80,11 +89,10 @@ export function Projects() {
- {PROJECTS.map((project, index) => ( + {PROJECTS.map((project) => (