vote up 3 vote down star
1

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?

flag

7 Answers

vote up 1 vote down check

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|flag
Though I guess it doesn't really allow you to "interact" that much. – thebrokencube Jul 10 at 18:40
That's pretty damn amazing! – IanGilham Jul 10 at 18:45
vote up 0 vote down

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|flag
vote up 0 vote down

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

link|flag
vote up 1 vote down

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|flag
vote up 0 vote down

You could try protoshare.

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

link|flag
vote up 1 vote down

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|flag
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 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 at 21:48
vote up 1 vote down

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|flag
Holy snaps. Napkee looks amazing! Can't wait until it launches. – thebrokencube Jul 10 at 19:11

Your Answer

Get an OpenID
or

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