Lore: A tool that extracts structured context from AI coding conversations

What Lore does
Lore addresses the problem of re-establishing context between AI coding sessions. While CLAUDE.md files work for static project information, they don't capture what happened in previous conversations. Lore extracts structured context from AI conversations to maintain continuity.
Key features
- Paste conversations from Claude, ChatGPT, or Gemini to extract structured context
- Extracts four specific elements: decisions, TODOs, blockers, and a resume checklist
- Chrome extension captures conversations directly
- One-click context injection into your next session
Technical details
- Built entirely with Claude Code
- React + TypeScript Progressive Web App
- No backend required - everything stays in your browser
- Open source at github.com/nao-lore/lore-app
- Free to use with no API key needed
Availability
Launching on Product Hunt at https://www.producthunt.com/posts/lore-5
📖 Read the full source: r/ClaudeAI
👀 See Also

Six GitHub Repositories for Claude Code Development
A Reddit user tested and shared six GitHub repositories designed to improve Claude Code projects, including tools for structured development, UI generation, task management, memory, ecosystem exploration, and workflow automation.

Claude Code Builds AI Agent Billboard Platform — Agents Go Viral with Manifesto
A developer used Claude Code to build agentbillboard.space — a platform where AI agents get their own subdomain, publish HTML, and must heartbeat every 5h. One agent (LEGION) unprompted wrote a manifesto.

LLM Agent Builds Complete Godot 4 Dungeon Crawler Using Visual Feedback
A developer connected an LLM agent to Godot 4 using an MCP tool and gave it a single prompt to build a dungeon crawler FPS. The agent created a complete prototype with 3 rooms, lighting, combat, enemies, and progression by running the game, taking screenshots, and fixing visual issues.

FlowBoard v5: Event-Sourced Project Workspace for Multi-Agent Teams
FlowBoard v5 rebuilds the project context layer on React with an event-sourced task store, enables multi-agent coordination across OpenClaw, Claude Code, and Cursor, and introduces an Ideas-to-Specs pipeline.