Threadline is now officially in development for OpenAI Build Week.
The project started from a personal problem: useful context is scattered across conversations with ChatGPT, Gemini, Claude, and other AI tools.
I have defined the MVP flow:
- Import multiple JSON or Markdown conversation exports
- Process each source with a backend and GPT-5.6
- Review structured context entries manually
- Accept, edit, or reject each entry
- Export the final context as JSON or Markdown
The next step is to implement the first working vertical slice with fictional sample data. Codex is helping me turn the product idea into a concrete architecture and implementation. :-)
Log in or sign up for Devpost to join the conversation.