Hacker News new | ask | show | jobs
Show HN: Bundle a large codebase for use across multiple LLM apps
1 points by koistya 149 days ago
I often use Claude Code or Codex for active development, but still rely on ChatGPT / Gemini / Grok for explaining, reviewing, or asking high-level questions.

The problem: web-based LLMs don't share context, have strict limits, and re-sending a full repo is expensive and noisy.

srcpack lets me package the same codebase into a clean, structured context file that works across different LLMs – with less noise, fewer wasted tokens, and more consistent answers.

Repo: https://github.com/kriasoft/srcpack Website: https://kriasoft.com/srcpack/

Would love feedback, especially from people using LLM chats with software projects.