Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions src/data/projects.js
Original file line number Diff line number Diff line change
Expand Up @@ -1458,4 +1458,14 @@ export const projectList = [
description: "Ansible is a radically simple IT automation platform that makes your applications and systems easier to deploy.",
tags: ["Python", "Automation", "Configuration Management"],
},
{
name: "MemWhale",
imageSrc:
"https://raw.githubusercontent.com/wuisabel-gif/MemWhale/main/assets/memorywhale-logo-sm.png",
projectLink: "https://github.com/wuisabel-gif/MemWhale",
description:
"Persistent, local memory for developers and their coding agents. Records commands, output, errors, and the fixes that worked into SQLite and serves them over MCP.",
loadIssues: true,
tags: ["Rust", "TypeScript", "Python", "SQLite", "MCP", "Developer Tools"],
},
];