up vote 4 down vote favorite
3
share [g+] share [fb]

I would like to rapidly prototype new features for a website. I'm looking for a way to:

  • Build around an existing, complex website
  • Allow for interactivity
  • Ridiculously fast and easy to try out new things

I imagine something that allows me to say "render this website, but on pages with URLs like this, tag on this thing that I'm now drawing with stick figures onto the page, and if somebody clicks on it, move them here".

Or possibly, "here is a screenshot of a website. If somebody clicks in this box, show them this other screenshot".

What do you folks use to prototype website UI features?

link|improve this question

feedback

9 Answers

up vote 1 down vote accepted

Balsamiq Mockups. So. Freaking. Good.

EDIT: So here's a thread with more information on prototyping: http://stackoverflow.com/questions/720191/web-ui-prototyping-tools

link|improve this answer
Though I guess it doesn't really allow you to "interact" that much. – thebrokencube Jul 10 '09 at 18:40
That's pretty damn amazing! – IanGilham Jul 10 '09 at 18:45
feedback

If you want it to be interractive and built on top of an existing website, you could try to use greasmonkey with firefox: https://addons.mozilla.org/fr/firefox/addon/748

I'm not sure how fast you can make prototypes with this, but you can surely make them interactive. Greasemonkey alow you to modify any web page using javascript.

link|improve this answer
1  
Firebug lets you do similar things, if I'm not mistaken. It at least let's you play around with the CSS and stuff in a very robust manner. – thebrokencube Jul 10 '09 at 21:33
Yeah, Firebug is really nice, but the change you make don't stay when you reload. When using greasmonkey, the changes stay as long as you have the script installed. You can also send the script to someone to show him. – Philippe Mongeau Jul 10 '09 at 21:48
feedback

I'm not a fan of Balsamiq, but a lot of people like it. If Napkee launches, together with Balsamiq it'll be what you're looking for.

An alternative would be Fireworks -- it can easily export to HTML, but the learning curve is steeper than Balsamiq.

link|improve this answer
Holy snaps. Napkee looks amazing! Can't wait until it launches. – thebrokencube Jul 10 '09 at 19:11
feedback

try clickframes- a way to write text-prototypes in xml, that render out to websites that you can click through.

surprisingly effective- at a demo they wrote up an application specification (appspec) and then generated a seam-based website.

they tried balsamiq and it didn't work for them.

from their website:

"For Designers

User experience professionals use Clickframes to rapidly spec and prototype the interactivity of their designs, and to communicate the design to collaborators as well as project stakeholders. When the design has been refined, Clickframes facilitates communication with the developers who will implement the application."

link|improve this answer
feedback

I like http:/www.iplotz.com - it's got nice UX and design http://www.justproto.com is also inetersting tool its very fast, its got clean look and its super easy to create prototypes with it

chceck out wireframes.linowski.ca it's a noice blog on wireframes

link|improve this answer
feedback

Pencil is quite good and free! It can be downloaded as a standalone app or as a firefox plugin.

http://www.evolus.vn/Pencil/

link|improve this answer
feedback

You could try protoshare.

Downsides: a bit sluggish, requires credit card details for free trial. Upsides: collaborative features, cheaper than axure.

link|improve this answer
feedback

You can try ForeUI, here is a created sample prototype.

link|improve this answer
feedback

Using Mockuptiger, You can either import your photoshop images or website screenshots and then link them together with clickable links or buttons.

MockupTiger is a web based application that you can host it on your own server. It has widgets to build web applications and Dashboard Wireframes.

NOTE: works only with latest browsers. You can also download and use on your desktop.

PS: I am the developer of this software

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.