up vote 64 down vote favorite
49
share [g+] share [fb]

What is the best tool to create a web application interface prototype?

link|improve this question
6  
-1 Use of "best" – pst Nov 15 '10 at 3:01
show 1 more comment
feedback

protected by Community Oct 20 '11 at 11:14

This question is protected to prevent "thanks!", "me too!", or spam answers by new users. To answer it, you must have earned at least 10 reputation on this site.

33 Answers

1 2

Try Balsamiq Mockups (commercial desktop application) or Pencil Sketching (open source Firefox add-on)

link|improve this answer
2  
Pencil Sketching is AWESOME, Thank you very much man!. – ramayac Sep 25 '08 at 15:33
3  
+1 for Pencil. BTW you can also dload and install it as a standalone application. – ercan Sep 9 '10 at 20:35
show 4 more comments
feedback

Pen & paper. Seriously. You'll spend less time fighting/learning mockup tools and more time designing.

Create some basic templates of your pages, photocopy them, and fill in the dialogs/views/details by hand. It's surprisingly quick and definitely gets the idea across.

link|improve this answer
1  
+1 - Narrowing it down to one step between your brain and paper is not to be underestimated. – Tor Valamo Jan 27 '10 at 4:46
1  
It's also about colors. And you need to be able to compare various versions of designs and disable/enable styles to see the difference...pen and paper is fine if you are an expert. Everybody else needs something better. – Blub Oct 14 '10 at 13:27
show 1 more comment
feedback

Balsamiq rocks. The fact that Mockingbird almost works on the iPad is pretty nifty too.

To the people who say "pen and paper" I don't really think they have any idea what they're talking about. To me this is precisely like saying "If you need to communicate with someone in another country just hop on a boat and go talk to them. Don't struggle with tools like a telephone or email." It's misinformation.

I'm 99% sure someone making an assertion that pen and paer is better for mockups than the modern tools has never used Mockups or Mockingbird.

As a consultant I've been creating mockups for 15 years in various ways (all painful till Balsamiq arrived) and I'll give you specific examples of why pen and paper is far inferior.

  • First and foremost: collaboration and sharing. I'll create a mockup of a screen for a user. If I'm using Balsamiq I send it to them or post it to a wiki page. I ALWAYS miss some things, the user can then make notes directly on the mockup or drag and drop components around themselves. The pure ease of sharing electronically gets people involved. I work with people around the USA and the world.
  • If you have a screen of any complexity and the user wants the navigation tree moved from the left to the right what are you going to do with pencil and paper? Spend 30 minutes redrawing the entire screen or spend 5 seconds selecting everything to slide left and make room?
    • How do you share something drawn by hand to people in other offices? Scan it in, scale it down, email? By definition a mockup you draw on a wiki is shared the instant you click save.

Creating a mockup in photoshop, Visio, and HTML are all relatively hard. But Balsamiq and Mockingbird are a completely new breed of tool. There was nothing available like Balsamiq till it was released about two or three years ago.

Balsamiq is to 'paper and pen' what the iPhone is to 'two cans attached by string'.

link|improve this answer
show 1 more comment
feedback

Good bye balsamiq, say hello to mockingbird!

Mockingbird is an online tool that makes it easy for you to create, link together, preview, and share mockups of your website or application.

alt text

link|improve this answer
show 4 more comments
feedback

To start with, regular old pencil and paper. It's quick, it's functional, and you don't spend time fighting with tools. Seriously, you can probably finish sketching out the design faster than you can even open an application.

If the initial concept is good, get a designer to mock up a design in Photoshop (or whatever tool of their choice). It doesn't have to be HTML yet. And seriously, if you are a programmer, you are probably[1] not a designer - leave it to the experts.

After this, you can take the design they did and turn it into HTML, and write the application.

Alternatively, after the pencil and paper stage, if you're more concerned about the user interface than the looks (lucky you for having such an enlightened client!), then actually build the interface, and don't worry about the look yet. Use semantic HTML so what you build now can be "skinned" later with mostly CSS.

[1] With very rare exception, most programmers suck at design. And no, knowing how all the tools work in photoshop does not make you qualified to do design.

link|improve this answer
show 2 more comments
feedback

I will recommand ForeUI. It is very handy and can export prototype to pictures, PDF and HTML. The most interesting thing is its ability to define interaction freely.

link|improve this answer
feedback

LucidChart is a great tool that I just found. Good set of functional menus and buttons that you can customize, and they even have hotspots and a demo mode so that you (or collaborators) can interact with a functional mockup.

link|improve this answer
feedback

A lot of people I have come across lately really like Axure

link|improve this answer
feedback

My normal workflow is...

  1. Paper and pencil
  2. Create a clickable mock using Omnigraffle (only mac) with wireframe stencils from Konigi.
  3. Create a complete design in photoshop.
  4. Implement in HTML/CSS

Note: Sometimes I find step 2 overkill depending on type of project, client, co-workers etc.

So my answer would be: check out Omnigraffle if you need anything more than paper and pencil (and if you are a mac user).

link|improve this answer
feedback

A low-fidelity solution:

A box of multicolored index cards, a can of spray-on tack (temporary), a black marks-a-lot and a floor to ceiling whiteboard.

link|improve this answer
1  
@rahul: At a PPOE we noticed they were tearing down an old strip mall just down the road from us. We paid the demo crew $50 to bring us one of the old storefront windows (6' x 12', IIRC). Painted one wall of the conference room gloss white, then put the window in front of it. BAM! Instant full-wall whiteboard. All for under $100. – TMN Apr 28 '10 at 17:46
2  
@TMN: Balsamiq is under $100 too. – Seun Osewa Oct 24 '10 at 20:01
show 1 more comment
feedback

We've been using iRise for the last 6 months. It sort of serves as a requirements document as well as a prototype.

link|improve this answer
feedback

WireframeSketcher lets you create click-through prototypes that then can be demoed on screen or exported to a clickable PDF. Storyboards can be used for a high level view of your prototype:

Storyboard example

link|improve this answer
feedback

Prototype with simple HTML pages and simple links. Use your favorite HTML editor for this. It's easy to then distribute the HTML pages to the clients. Sometimes I make the initial page based on an "Save as HTML" of another part of the app or similar app.

link|improve this answer
1  
Check out quplo.com, which will help you do this without having to save as HTML or email HTML files. :) (disclaimer: I built quplo) – Rahul Jul 16 '10 at 9:45
feedback

Three methods:

  1. Use Visual Studio to design some very basic pages. Stub up some dummy data. Chain the pages together as simply as possible. Now you have a prototype to show the customer. The advantage is that the prototype is actually the code - it aligns the development and the documentation with no real effort.

  2. Visio - neater than pen and paper - easy to update and can be done in front of the client on the fly. Easy to import into documentation and looks more professional.

  3. Pen and paper - for clients who really don't know what they want and you know there are going to be heaps of changes. Once you've got the basics, move to one of the above.

link|improve this answer
feedback

Our consultants use Mockup Screens ("Quick and Easy Screen Prototypes"). It's easy to alter screens and the scetches make clear that this is only a design.

link|improve this answer
feedback

I've been using Axure for some time now. It works quite well and offers a lot of useful functions. I've used it for some small-medium sized webapplications and it was very helpful. I should say though that if you have a lot of Javascript/Ajax interaction on pages, the dynamic panels can become a hassle. In such cases, maybe it's best to just use some simple HTML/JS.

I've looked at Irise, suggested by someone else here - that looks very similar. Probably more suitable for bigger projects. However, Axure costs a LOT less than Irise :-).

link|improve this answer
feedback

For the developers who find that they need to collaborate with remote teams or clients when prototyping, ProtoShare is a good place to look. It's kind of like Axure, but online for multiple people to access and add their comments to.

link|improve this answer
feedback

I'd say a mix of Balsamiq Mockups and Axure. Balsamiq is great for design mockups and Axure is great for functional mockups. I've found that Balsamq is better to show to clients, it looks great and clients get a much better sense of how the page will look and be laid out. Axure is great for functional interactions and I find it more useful for the back end developers. I find that clients find Axure wireframes and specs a bit difficult to read.

link|improve this answer
feedback

ForeUI is the best prototyping tool I've ever seen. It can create clickable prototype with any fidelity.

link|improve this answer
feedback

I have been using Axure to prototype business applications as well as mobile applications. It creates HTML output which you can host in a website to share with colleagues and customers for discussion. I start with a pen and paper sketch and then build the clickable prototype in Axure.

link|improve this answer
feedback

I use DiagramDesigner, an Open Source tool with this intersting capabilities:

  • Create your own component libraries
  • Smart stretching of groupped components (i.e. Label+TextBox)
link|improve this answer
feedback

Here is another option if anyone is interested.

mockflow.com

link|improve this answer
feedback

Handcraft is made specifically for what you describe: web prototyping.

link|improve this answer
feedback

I have always liked iPlotz http://iplotz.com/

link|improve this answer
feedback

Former Balsamiq user, Balsamiq is a great tool and I still recommend it.

I Tried FlairBuilder and liked its ability to join multiple pages in a project much easier than Balsamiq. It also felt like it responded a bit quicker.

Flair runs in Adobe Air and is reasonably lightweight. One of the things I felt was easier in Flair was simple control linking in a multi-page project.

There is a comparison from the vendor on Flair vs Balsamiq vs iplotz here

All products are evolving at a rapid pace, so take the opinion with a grain of salt.

I did try the Microsoft Expression Blend SketchFlow but did not enjoy it, it just didn't feel as 'rapid' as both Balsamiq and Flair to use.

link|improve this answer
feedback

Try Justinmind Prototyper powerful and flexible. On the other hand Justinmind Usernote allows you to publish your prototypes to make them available for your team and customers. They'll be able to test them and provide their feedback directly over the prototype. In addition you'll be able to run usability tests online by integrating your prototypes with the market leading usability testing tools.

Cheers,

Dan

@Justinmind

link|improve this answer
feedback

Web prototyping tool has two aspects.. 1 - What user see in the screen (UI prototype) 2 - What gets processed (The backend logic ex. Sending a mail)

First one if addressed by screen prototypes and the second depicting a flow diagram. A complete 360 degree of prototyping requires blending both of these two aspects. On clicking the Submit button it should take to the flow diagram and from there to next screens ( Based on choosen end point). www.10screens.com allows multi-level drill-down of workflows to screens

link|improve this answer
feedback

I myself use http://cacoo.com. Several reasons, first 26 digarams are free which is good for a start if you go out of that scope prices are reasonable. It has all the stuff I need to build some business charts, some interaction flow diagrams, its good for prototpes and its number 1 feature it allows very simple collaboration. By simple I mean good. No stupid axure svns which get corrupted and collaboration is not realtime, no starting sessions, providing some links etc. I jsut invite person interested and as we talk on skype we can muddle through our mockups.

Then either I take it to Pencil from Mozilla which is just great but exporting the html is somehow awkward had to do my own templates. Its not perfect for this feature but its very simple. Or Axure if somebody needs some crazy interactions to be included.

After that I am ready for first usability tests and rethinking the process again.

link|improve this answer
feedback
1 2

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