Juntoo
p/juntoo
Review websites together live
Eric Willis
Juntoo — Add notes to any element on any web page
Featured
15
•
Replies
Best
Erik Larsson
Hey all! Erik from Juntoo here, thanks to @erictwillis for hunting us. We're building Juntoo for web professionals to use as a tool for giving and collecting visual feedback directly on live web pages. Its main use case is doing quick visual QA on UI & copy in the final phases of a web project. No screenshots required. That said, there are of course many other use cases (education for example). Our focus right now is to build a dead-simple UI for adding sticky notes with comments on any HTML element (not just texts). We can do that since Juntoo works directly with the DOM. This is our public beta, still some ways to go but we're psyched with what we've built so far! Wasn't expecting to be on PH this soon :-) Juntoo is basically our take on web annotation. (fun fact: did you know that Google started out as a web annotation tool?)
Kurt Madsen
This product is no longer available. From the site: "Juntoo is being discontinued. We were unable to make Juntoo a sustainable project, and the tool will therefore sunset in January 2018."
Vadik One
Hey guys, very nice concept! We've built something similar last week at Codesign.io: https://www.producthunt.com/tech...
Erik Larsson
@mikhalyov Hey, I signed up last week actually!
Eric Willis
Collect and deliver feedback direcly on live web pages.
Jacob Oscarson
Post mortem ca four years later. Both the site and the service if offline because of contractual obligation. This product did not work out. I'm pleased about what I managed to build, but a viable economic model turned out to not be possible. Do contact me if you find the concept interesting, though. jacob@414soft.com, twitter.com/jacob414, github.com/JacobOscarson/ or check out my web contact point https://www.414soft.com. Afterthought: I love to write my product, but selling is a very different beast.
Jacob Oscarson
Hello, developer here. Ask away if you have technical​ questions.
Ben Tossell
@jacob414 would love to know the development process behind this? What issues did you bump into along the way?
Jacob Oscarson
@bentossell @jacob414 the basics of the development process is very dominated by the fact that it's a Chrome Extension, so the Chrome API decides most of how the development is done. Everything is web tech meaning a Javascript core displaying the UI using React.js with the help of Redux to manage local state. Everything is packaged using WebPack so that the runtime becomes loadable in Node.js as well (that means I can test much of the components completely without using a web browser).
Jacob Oscarson
@bentossell @jacob414 A very big challenge is to keep the CSS of our use from being overridden by the sites CSS. Our UI must be able to style itself correctly on - in theory - all other sites on the entire internet. That's hairy, and I'm still running into cases where the sites break the styling of our markings.
Ben Tossell
@jacob414 I bet thats frustrating ha!
orliesaurus
Juntoo vs "Genius.it" - GO!
Erik Larsson
@orliesaurus Yes! Juntoo (one dev) vs Genius (+$50M funding) The game is on, see you in the trenches Genius! :-)
Mercedes Quevedo
This is really cool. Are you planning to add third party integrations?
Erik Larsson
@mercequevedo Thanks! Yes, we will most certainly do a Slack integration, that will happen after the holidays. Then the general idea is to integrate with Trello, Basecamp, Jira etc.