Ask HN: Review my app, LayoutGenerator
I'm part of a start up working on creating a tool to simplify web development. Our first app makes it easy for developers to position elements of their site. People can draw in divs directly on top of an image/mockup using our editor (written in Cappuccino!) and we output cross browser compatible, table-free code. We'd love any feedback on this product and any tips on how we can improve it.
App is at: http://gen1.recreclabs.com
We eventually hope to make this a completely automated process (we have algorithms that detect various elements of a website) and have the editor be used only for minor fixes. Is this something you guys would find useful?
Edit1:
Some sample screenshots of websites we have been using are in:
http://dontbite.me/~okay/screens/
25 comments
[ 3.2 ms ] story [ 77.4 ms ] threadIn this version, we are outputting floating CSS (with padding, margins, etc) & intelligently named divs, which is intended to save web devs time on getting all that together by hand.
here's an example of our auto-detection algorithms:
http://gen1.recreclabs.com/mocks/43?guid=67e5e7082e6a6283296...
Either it doesn't, or I can't figure out how to proceed.
We've gotten a few exceptions earlier (which we assume were from you :-D) We'll take a look at the logs and try to figure out what went wrong, sorry about that.
Glad to see you've produced a working version.
Perhaps the business model should be, free for simple use, but chargeable for more complex sites / designs.
-- Slice up the background images for me, and include them as css background images
-- Hierarchical nesting of divs? (this div is inside this div)
-- Integration with some grid framework, e.g. 960gs
the tool right now automatically does hierarchical nesting if a div is inside another one.
the download zip contains the sliced images and the html to display them in the layout specified, is that what you are refering to for image slicing?
EDIT: There is a nice 960.gs layout generator available for some time now. http://960ls.atomidata.com/
Also agreed that drawing divs from scratch (no image upload) could be useful.
Thank you for the feedback!
Might want to check other possible formats too.
But best of luck with it...!