Launching today

DevWit
The AI IDE that shows you exactly what it sends
7 followers
The AI IDE that shows you exactly what it sends
7 followers
DevWit is a free, open-source AI IDE built on one principle: you should see exactly what the AI sees and does. Every LLM request shows its full context — system prompt, tools, injected code — with per-item token costs you can toggle. Every file write and shell command needs your explicit approval.






Hi Product Hunt! I'm the maker of DevWit.
I built it because I kept hitting the same wall with AI coding tools: I couldn't tell what was being sent to the model, or what the agent was about to do to my files. DevWit makes both fully visible:
1. Context Panel — every LLM request lists its system prompt, tools, and each injected item (file, RAG chunk, terminal output) with token counts. Toggle any item off and the request shrinks accordingly.
2. Authorization Gate — the agent cannot write a file or run a shell command without your one-click approval. Approvals can be remembered per-project.
3. Lean context — a task router sends simple requests to local models (Ollama) and complex ones to cloud models, with a per-session cost ledger.
It's a real IDE, not a wrapper: TypeScript LSP (diagnostics/hover/definition), integrated Git, breakpoint debugging (DAP/js-debug), MCP tool servers, multi-agent orchestration, custom modes — all free, all open source.
v0.3.0 ships Windows/macOS/Linux builds verified by 618 unit tests and 28 end-to-end suites. No accounts, no cloud sync, telemetry is opt-in and off by default.
I'd love your feedback — especially from teams with compliance/audit needs.
The token cost breakdown per request is honestly really useful, kind of eye opening when you see where the budget actually goes. Love that the approval step is baked in by default.
Thanks @Furkan! Really glad the token cost breakdown resonated — it was one of those features that seemed obvious once built but nobody else was doing it. The approval gate came from real pain: an agent once overwrote a file I didn't expect, and I thought 'never again.' Appreciate you checking it out!
The per-item token cost toggle is a clever touch, makes it way easier to understand where your context window is actually going.
Thanks @Report! Appreciate you checking out DevWit. If you have any questions or feedback, I'm happy to help.
Thanks @Report! Appreciate you checking out DevWit. If you have any questions or feedback, I'm happy to help.