Show HN: I made a tool for easy code reviews(comments-app-s1xt.onrender.com) 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. 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) 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. I figured it might be useful to others! |
No comments yet