top | item 38522990

(no title)

mstachowiak | 2 years ago

Shameless plug - I'm one of the creators of GitContext (https://gitcontext.com), a code review tool which has drawn much inspiration from Critique and others, and would love feedback from anyone who's interested in kicking the tires. We just launched in private alpha.

We're putting a maniacal focus into the user experience of code reviews, which we feel is overlooked by most tools. Many of the features of Critique that developers enjoy have been included in our first release... - A focus on only the latest changes - A familiar, side-by-side diffing interface - show 'diff from the last review' by default - Tight integration with other tooling - 'Action set' tracking - we allow you to pinpoint and assign line-level issues to relevant team members and track who's turn it is to act - Satisfying gamification - plenty of buttons that go green and even some fun visual rewards for merging

Additionally, we've layered in... - A beautiful, modern UX that provides light or dark mode - Comments that never become outdated and reposition/evolve with the review - Smart version tracking that handles rebases, merges, and force-pushes gracefully - Progress tracking that allows you to see what each participant has left to complete down to the file revision level. - A real focus on trying to get turn tracking right

We're just getting started and have a ton of ideas we can't wait to layer on. If anyone is up for giving it a try, we're actively seeking feedback. If you mention 'Hacker News' in the waitlist form we'll let you in right away.

discuss

order

spartanatreyu|2 years ago

Something is going horribly wrong on this page.

Putting an svg filter over the video element is making the page render 1fps a second on Firefox MacOS.

I legitimately thought you uploaded a massive gif as your feature asset instead of a video.

If the effect is always on the video, you may want to just bake it into the video.

Otherwise, you might want to recreate the filter without using SVGs to do it.

mstachowiak|2 years ago

Thanks for highlighting, we're investigating and should have a fix shortly.

mplanchard|2 years ago

I have the same problem on Firefox on Linux. It is also extremely heavy on Firefox for iOS, causes the phone to heat up.

aaravchen|2 years ago

Am I missing some of the features? The GUI does seem to be nicer, but functionally all I see thats added is support for non-blocking comments and explicit opt out of parts of the review. Maybe the visibility of what reviewers have already completed as well?

The "pick up where you left off" is already available but requires you to manually indicate file-by-file when you've completed your review. The personal Todo list is also very present.

What am I missing?

stavros|2 years ago

I'll say what I said downthread to someone who made something similar: This costs more than twice as much as GitHub, does it provide twice the value?

randall|2 years ago

GitHub's code review is pretty mediocre imo... just left Meta and I miss phabricator. I'm interested to see new stuff, hope I can get off the waitlist!

selcuka|2 years ago

> This costs more than twice as much as GitHub, does it provide twice the value?

This is not always the right question to ask. One can argue that both products are too cheap with respect to the value they offer, so the relative value between the two is irrelevant.

In other words, if you can afford $X and $2X without even thinking, and if you think even $10X would be a fair value for either, it doesn't matter if the $2X product offers only 20% more value. You would simply want to get the best, even if it's a diminishing return. I believe $9/month/developer can be classified in this category if you are actually doing code reviews.

mstachowiak|2 years ago

Fair question. We're aiming to provide enough value for the price we'll ultimate target. We aren't charging yet, but wanted to provide people with some of our rough thoughts on pricing since it's a common question. For now, it's free for folks who want to kick the tires.

mplanchard|2 years ago

Is this a desktop app? If so, is it cross-platform? I couldn’t find this info anywhere on your site.

mstachowiak|2 years ago

Sorry for the confusion. It's currently only offered as a web application and only works with GitHub. We are working to expand beyond these limitations based on customer needs / interest. I assume your interest is in a desktop application?