Show HN: Simple version control for designers
I've been waiting to post what I've been working on for a few weeks now:)
Today we're launching LayerVault, which is a version control system made for designers. The URL is http://www.layervault.com
LayerVault keeps track of what you're working on without adding extra steps to your process. The app runs in your toolbar and tracks changes you make to your files. Basically — each time you create or modify a file you’re working on, LayerVault saves a copy. You can then login, flip through its versions, and download a version from a few weeks ago.
It's pretty neat — and we’ve built some stuff that makes impact to bandwidth pretty much negligible. We've been testing it with a small beta group for a little while now, and we're pretty excited.
A handful of beta invites are floating around but we're going to be open the private beta to more people today.
As always, feedback is welcome.
31 comments
[ 3.4 ms ] story [ 82.1 ms ] threadThis is awesome! Excited and signed up for beta :)
We made the executive decision to make the minimum viable product for designers and we think going exclusively with the Mac is a safe choice for now.
That being said, we will eventually be adding PC support.
What about layering designer-specific functionality on top of dropbox? Use the Dropbox API, people sign up and tell you where in their Dropbox folder they store designs, and you provide specific functionality, like the ability to compare versions of a design in an intuitive way.
There are a few other people entering this space too, I think it will be crowded in coming months.
I've just had a quick look at your demo video. 2 minor things struck me.
1) It's really blurry. Can I suggest you either re-encode it at a higher resolution, or perhaps record it on a smaller screen resolution (that way you can keep the file-size down, but can keep the bit-rate higher).
2) The timeline has no markers. It might be nice to add some little indicators to give the user a visual indication of where the versions lie on it.
The video is a bit blurry, yes. For the moment, might be best to head over to vimeo and watch it in HD. We'll likely take another pass at the demo and address the quality issue.
As for the timeline markers - if you hover over the timeline, you get a nice tooltip that indicates where you're scrubbing to in the file's history.
It's still a first iteration, so we're open to suggestions if you have some input on how we might do that better. Hope to get you into layervault soon — would love the feedback.
Thanks!
I saw the hover effect. I was talking about something more like this. http://gyazo.com/9eeaf082b72b63cf020b8869ebad538d.png (Google Chrome's find feature).
Are the versions spaced along the timeline equally or by time apart?
Similar idea - maybe slightly better execution in terms of the site style.
Nice design, my only complaint is the blurry video.
Edit: Also, your video is WAY long. You need to make it more succinct. People aren't going to stay engaged for 4 minutes.
- Dropbox isn't great because (as far as I know) you don't get to leave messages as you do with Git/SVN commits.
- Git isn't great because (as far as I know) it's not so easy to quickly compare a whole history of iterations
- I haven't looked at hosted options for a few months, but they've always seemed to be expensive.
So you're left with:
- Trying to remember to incrementally increase filenames (Website01.psd, Website02.psd etc) - still leaving out memorable 'commit messages'.
- Saving the files with memorable 'commit messages' in the filename (Website_WideSidebar.psd, Website_NarrowSidebar.psd). Janky.
- Grouping all of your layers and duplicating the entire site for different iterations, turning on and off those groups to see previous work. Or using Layer Comps. Still janky.
- What I do in Illustrator (infinite canvas makes it easier than in Photoshop) - duplicating the artboard for each iteration, leaving a 'post-it note' to myself on the corner of each iteration. So I get the 'commit messages' and the ability quickly see all iterations at once. A recent example: http://c.jongold.in/1z452Y402o3V3s2d0r2W
I'd agree with the previous criticism about the video being too long - I'm sure you're aware of that though.
The pressing issue in versioning for me is being able to leave and view 'commit messages'/comments as simply as I can with Git - they're more meaningful to me that viewing solely by date. If you add that I think you'll have a great product.
That being said, we may explore the options of a 2-up view in the future or a Github-style image diffing mechanism.
That said, I'm glad there is more VCS for designers. I see the need every day teaching Git to designers (although it's much easier now with, say, gitx).