Discover what makers have been building with AI.
Title: Claude keeps forgetting, so I built a vault to store memories on my computer (with measurement results) A common problem everyone faces when using Claude Desktop — it forgets everything once a conversation ends. Project context, company information, rules set last week. We have to explain it all over again every time. That's why I built it: INDEX Memory Vault (IMV) — a local MCP memory vault that attaches to Claude. Three key features: 1. **Your data stays on your computer only.** No cloud, no accounts, no server transfers. It's just a single SQLite file, so you can back it up, delete it, or move it entirely. 2. **Memories have a verification status.** Stored memories can be set to verified/pending/blocked status, ensuring the AI only trusts human-approved information, rather than scraping just any memory. 3. **We measured the effects and made all data public.** 160-session A/B benchmark results — with the same model and questions, accuracy was 23.3% without the vault, and 96.7% with the vault connected. Hallucinations were 0 in both cases (if information isn't in the vault, it states it doesn't know instead of fabricating). Since these are self-measurements, you might be skeptical, so we've released all raw data, scoring rules, and answer keys. You can re-score them yourself. → [Benchmark Results Report](homepage_post_URL) Installation: If you have Claude Desktop, simply double-click the .mcpb file. → [GitHub Release v0.2.3](release_URL) It's open-source (AGPL-3.0). Please try it out and report any issues or strange behaviors on GitHub Issues — screenshots of installation roadblocks are especially welcome. That's the most valuable feedback for me. We are a two-person development company based in Incheon, building AI control structures. We built this believing that memory is not about storage, but about retrieval and moderation.
앱을 만들기전 시장성이 있는지를 먼저 판단해야 하는데, 인터뷰를 해도 고객의 말이 진심인지 립서비스인지 확인하기가 어렵죠. 그래서 이 앱을 설계했습니다.
An app that leverages pose recognition to support games and exercise counters for various workouts (e.g., squats, jumping jacks, lunges, push-ups). 1. Counters for a wide range of bodyweight exercises. 2. Provides workout report videos upon goal completion. 3. Gamified squat workouts with various game modes (e.g., Balloon Pop, 1945, Mosquito Hunt, Whac-A-Mole, DDR). 4. Motivates users with exercise records and ranking displays.
Aline Widget — Surveys, inquiries, and announcements from multiple sites, all in one place. With a single line of script, embed quick survey, inquiry, and announcement widgets on any site, and manage all responses from a single dashboard. We've integrated survey and inquiry features, which used to be built separately for each site (like aline.team, showcase, battle), into a single embeddable widget. Even if your sites grow, it's just one line of widget code and a dashboard registration. What it can do Feature Description 📊 Quick Survey Display single-choice/multiple-choice surveys only on specific paths. Automatically block duplicate responses from the same visitor. 💬 Inquiry (Contact) An inquiry form that collects name, email, type, and content. Instant notification upon submission. 📢 Announcement Pop-up Display time-bound announcements as a modal. Visitor consideration with "Don't show today / Don't show again" options. 🔔 Notifications Choose between Google Chat webhook or email per site to receive new responses/inquiries. 🌐 Automatic Multilingual Detects the language of the visited site and displays the widget in Korean, English, or Japanese. 🔒 Lightweight Data Collection Collects minimal data based on anonymous sessions. Fully isolated per site. Installation is just one line Step 1 — Register your site on the dashboard, and a unique project key (pk_...) will be issued. Step 2 — Insert the issued key and paste it just before the </body> tag in your site's HTML. <script src="https://survey.aline.team/widget.js" data-project="YOUR_ISSUED_PROJECT_KEY" async></script> Step 3 — Done. A widget button will appear in the bottom right corner, and if surveys/announcements are configured, they will be displayed as well. Injected via Shadow DOM, not an iframe, it will never conflict with your existing site's CSS or design. No separate build or library installation is required. What are the benefits? Save Development Time — No need to create new forms, databases, or notifications for each site. A new site only requires one line of script + 1 minute for registration. Centralize Dispersed Feedback — Gather responses, inquiries, and survey results from multiple services in a single dashboard. Never Miss a Notification — New inquiries arrive instantly via Google Chat or email. Your operations team can respond quickly. Global Reach — Automatically displayed in Korean/English/Japanese according to the visitor's language, covering multilingual sites without additional effort. Lightweight Data Handling — Operates only on anonymous sessions without collecting raw IP or precise location, reducing personal data burden. Flexible Targeting — Precisely control exposure, such as displaying surveys only on specific page paths or announcements only during certain periods. Get Started Now Create an account (email/password) and log in at survey.aline.team Register your site (project) on the dashboard → Set up notification channels → Issue project key Insert the single line of script above into your site. Inquiries: support@extory.co
Register your Git with Aline.team to create a developer character. Then, engage in battles with developers from around the world.
Heirmos is an MCP-based cloud memory service designed to enable multiple AI assistants to share a single, unified memory. With just one OAuth connection, you can access the same memory across different AIs such as Claude, ChatGPT, Grok, Gemini, and Codex. This ensures that context built in one AI seamlessly carries over to others and subsequent sessions. We created Heirmos to eliminate the frustration of repeatedly providing the same background information every time you switch AI tools or a session ends. It offers 'persistent memory' for power users who frequently navigate between various AI platforms. Implemented with MCP protocol, OAuth, and Streamable HTTP, Heirmos is a solo-developed project currently available for free.
This platform aims to connect emotions, wellness, and local fragrance makers through a data-driven scent curation commerce experience. It seeks to personalize scent choices and support local artisans.
Quickly and easily create and share screens (equivalent to small tickets) with team members, using simple prompting or pre-existing documents, to facilitate task creation and collaboration.
A SaaS platform enabling users to seamlessly composite photos onto any Google Maps Street View location.
I've developed a responsive, web-based version of existing man-day calendar programs.
LAN Push If everyone is connected to the same Wi-Fi, you can send a single-line announcement. Ever found yourself in these situations? When studying at a cafe and you want to announce 'The presentation starts now' to everyone. When in the office and you want to inform your team members 'Meeting starts in 5 minutes'. When in an academy or classroom and you want to display an announcement to students. When you want to send 'Come eat' to your family. No need for Slack or KakaoTalk. Just connect to the same Wi-Fi. How does it work? Run the server (a single command). People on the same network open the address or run the client. When the administrator sends a message, all recipients receive a simultaneous notification. Two Reception Methods [Browser Mode] No separate installation required; just open the address. A toast notification appears on the screen, along with a browser notification. [Native Mode] By running `node client.js server_address` in the terminal, you can receive OS notifications (macOS, Windows, Linux) without a browser. It quietly waits in the background, and when a message arrives, it pops up in the top right corner. Features No Installation Required: Recipients only need a browser. No Sign-up: No accounts, no logins. No Internet Required: It doesn't rely on external servers. Direct communication within the same router. Real-time: Instant delivery via SSE, no polling. Automatic Reconnection: Automatically reconnects even if the network is interrupted. Lightweight: Only 3 Node.js files. Getting Started Run Server: `cd lan-push && node server.js` Admin Page (Browser): `http://192.168.x.x:3000/admin` Recipient Page (Browser): `http://192.168.x.x:3000` Recipient Terminal (OS Notification without Browser): `node client.js http://192.168.x.x:3000` Tech Stack Node.js, Express, Server-Sent Events (SSE), Web Notification API, osascript / notify-send GitHub https://github.com/extory/lanpush
## Introduction An installable newsletter service that creates emails with AI, without a template editor. Simply describe the content you want to send in natural language, and AI will generate a designed HTML email in real-time. It's a self-hosted solution, not SaaS, allowing you to fully own your data by installing it directly on your server or PC. ## Key Features * **AI Email Generation** — Real-time streaming generation of complete HTML emails from a single prompt (Claude / Gemini selectable) * **Subscriber Group Management** — Classification by group, CSV bulk registration, targeted group sending * **Bulk Sending** — Stable email infrastructure powered by Resend * **Drafts & History** — Save/load drafts, sending history, and preview * **Invitation-based Operation** — First registrant becomes administrator, subsequent registrations by invitation only * **Multilingual Support** — Automatic detection and switching between Korean / English ## Tech Stack Next.js · TypeScript · SQLite · Anthropic Claude / Google Gemini · Resend · Tailwind CSS ## Installation Can be installed on servers (Ubuntu/Debian) or PCs (Mac/Windows/Linux). ```bash git clone https://github.com/extory/mail.git cd mail cp .env.example .env.local # API 키 설정 npm install && npm run build && npm start ``` Detailed Guide: https://mail.extory.co/guide ## Links Demo: https://mail.extory.co GitHub: https://github.com/extory/mail Installation Guide: https://mail.extory.co/guide