Hi HN! I really wanted an easy way to provide code reviews for the coding bootcamp students I mentor. I'd have loved to use github's pull request feature, but it wasn't really practical as there's a bit of setup to make that work. Plus, I want to review the whole codebase, not its changes.<p>So I made an app that allows me to pull down code, write comments/replies, and share it with my mentees. So far it's been super useful for sharing async reviews and even helping fix bugs (students will push their repo and I can comment on where the bug might be)<p>I'm planning on adding code navigation features similar to github's `go to reference` and maybe an LLM to answer questions or give suggestions about the codebase.<p>I figured it might be useful to others!