나는 기억하는 모든 것을 보고, 편집하고, 제어할 수 있는 AI 메모리 앱을 만들었습니다.

작성자

카테고리:

← 피드로
DEV Community · EffessDev · 2026-08-22 개발(SW)
Cover image for I Built an AI Memory App That Lets You See, Edit, and Control Everything It Remembers

EffessDev

Ever forgotten when you took your last tetanus vaccine? Or what your blood test results were from two years ago? I ran into this problem myself and realized that the default memory systems in AI chatbots like ChatGPT and Gemini weren’t solving it the way I needed.

So I built MmOrganized – an AI-powered memory app that gives you full visibility and control over what the AI remembers about you.

The Problem with Default AI Memory

ChatGPT and Gemini both have memory features now, which is great in theory. But they share a fundamental flaw: you cannot see what they remember. You cannot edit mistakes. You cannot delete incorrect information. You are essentially trusting a black box to store your personal data accurately.

For something as critical as health information, this was a dealbreaker for me. I needed to know exactly what was being stored and have the ability to fix it if something was wrong.

How MmOrganized Works

The app uses a familiar chat interface. You sign up with your Google or GitHub account, and you are ready to go. The concept is simple:

You type anything you want the AI to remember. For example, you can say “I took a tetanus vaccine today” or “My blood pressure was 120/80 yesterday”. The AI processes your input and saves it to your personal memory store.

When you need to retrieve that information later, you switch to Recall mode with a single tap and ask naturally: “When did I last get a tetanus shot?” The AI searches your memory and gives you an immediate answer. You can even continue the conversation with follow-up questions.

Full Control Over Your Memories

This is where MmOrganized differs from other AI memory solutions. You can:

  • View everything – Every single memory the AI has saved about you is displayed exactly when it gets inserted, along with a handy delete button. Nothing passes in without you knowing.

  • Manual control – You can add, edit, and reorder memories completely manually if you want. Your data is in your hands.

  • Search your entire memory – Need to find something specific? Just search your entire memory store instantly.

  • Delete your data – Permanently delete your entire account and data whenever you want.

Full Data Portability with Text Files

One of the most important features is the import and export functionality. You can download your entire memory as a simple text file. This is not some proprietary format that locks you in. It is plain text that you can open in Notepad, edit with any text editor, or even copy and paste into another chatbot.

You can then upload it back to MmOrganized with options to either replace your existing memory or append the new content. This gives you complete ownership of your data. You are never locked into the platform.

The Technology Behind It

It’s a full-stack Next.js app, using Shadcn UI, Drizzle ORM, Motion, Better Auth, Pusher, etc. I have also built a few custom components and animations to give some character to the site.

Notifications

I also gave the AI the ability to send you notifications. Not particularly useful, but cool. But notifications in general have other purposes.

What Comes Next

This is currently an MVP and I want to add many new features, but I don’t have that many ideas. What would make this more useful for you? What features are currently missing? Please try it out and let me know what you think below. Your honest feedback will help shape where this goes next.

Try it here: https://mmorganized.vercel.app

원문에서 계속 ↗