Napkin - A Rapid Web Prototyping Tool
napkin.noodletalk.org
Napkin - A Rapid Web Prototyping Tool
1–10 of 39 posts
Re: Napkin - A Rapid Web Prototyping Tool
#2Re: Napkin - A Rapid Web Prototyping Tool
#3Re: Napkin - A Rapid Web Prototyping Tool
#4I think this needs some more explanatory text. It's a nice quick mockup generator, it would appear, but it oddly exports not HTML, but rather a nodeJS application, which seems insanely heavyweight for a simple form builder.
which doesn't help much, but it does seem to have an overview document that helps somewhat:
https://github.com/mozilla/napkin/blob/master/docs/overview....
It looks like links and forms can be linked inside the mockup generator, and it's that linking that they are trying to preserve by exporting a node.js app. I'm not sure that I'd care enough, to lock things in in this fashion, but perhaps it's a nice tool if you are already planing an app using Node/Express
Re: Napkin - A Rapid Web Prototyping Tool
#5Can't add a page 'cause the stinkin ForkMe image is covering the button when full screen.
Re: Napkin - A Rapid Web Prototyping Tool
#6Re: Napkin - A Rapid Web Prototyping Tool
#7Re: Napkin - A Rapid Web Prototyping Tool
#8An overlay requiring me to "Sign in" before I can even know what the hell the site is about? No thanks.
Re: Napkin - A Rapid Web Prototyping Tool
#9An overlay requiring me to "Sign in" before I can even know what the hell the site is about? No thanks.
Napkin was created as a Mozilla summer intern project. You can find a presentation about it at http://ventures.karthikv.net/napkin/
Re: Napkin - A Rapid Web Prototyping Tool
#10An overlay requiring me to "Sign in" before I can even know what the hell the site is about? No thanks.
As a quick overview, Napkin is a wireframing tool inspired by Balsamiq, Mockingbird, and Axure. It allows you to quickly mock up individual pages, known as screens, by means of a drag-and-drop interface. What sets it apart from the competition is its interactions. Rather than creating a prototype and telling others where a certain link leads to or that some page requires authentication, you can directly show them. Th…