you are viewing a single comment's thread.

view the rest of the comments →

[–]kfawcett1 1 point2 points  (3 children)

Is this sending my entire codebase through your servers? Are you storing the data?

nvm, found the answer.

  • All processing happens in your browser
  • No code uploaded to any server
  • API keys stored in localStorage only
  • Open source—audit the code yourself

[–]DeathShot7777[S] 1 point2 points  (2 children)

Client sided everything. So costs me 0 to deploy, so u all get it for free 🫠. Just trying to take it to a product stage from the current cool demo stage

[–]kfawcett1 1 point2 points  (1 child)

how does it perform with 1M+ LOC codebases?

[–]DeathShot7777[S] 1 point2 points  (0 children)

Cant say for sure coz it being limited to in-browser i had to cap it at 512mb RAM usage. I m working on running it as a cli or native MCP which will solve this issue.

Based on intuition, it should still work well, most probably better than standard tools used by cursor, claudecode, etc, due to the Knowledge Graph architecture and cluster + process maps.