Settings

Theme

Show HN: A tool to create printable UI mockups and wireframes templates

github.com

155 points by eg312 7 years ago · 30 comments

Reader

craze3 7 years ago

This is so badass! I love using pen & paper for mockups.

FYI, I just shared your project on Product Hunt: https://www.producthunt.com/posts/printable-mockups

I think the design community there will find it really useful!

tiborsaas 7 years ago

This is very well executed.

One suggestion: maybe add an empty block for a placeholder to make space for notes.

  • eg312OP 7 years ago

    Thanks! The Notes block is the next thing I’ll add to it

app4soft 7 years ago

Is there such add-on for Inkscape?[0]

On GitHub found only few Inkscape add-ons for creating interactive mockups.[1,2,3]

[0] https://inkscape.org

[1] https://github.com/jonathanmann/inkscape_app_mockup

[2] https://github.com/garrett/magicmockup

[3] https://github.com/ajashton/Inkscape-Mockup-Toolkit

kleer001 7 years ago

One of those simple yet brilliant things I wonder why it hadn't been invented yet.

  • katttrrr 7 years ago

    Aren't those ideas the ones that are always the most successful businessess too?

    • kleer001 7 years ago

      If one can continue to crank out those simple genius ideas, yes. And if one has the rest of the skills necessary to run a business.

porker 7 years ago

Lovely work! Can we have arrows too please? So we can build the flow between screens into the document

social_quotient 7 years ago

Seems like if this was to become a product/service you could offer a service like https://www.uistencils.com/ but with custom layouts.

ramon 7 years ago

Very cool! Now I want one which is a full online version :)

  • lucasverra 7 years ago

    yay ! direct import into marvel app :)

    Also, might be due to inexperience in the field but why import/export in JSON ?

    • tracker1 7 years ago

      JSON is a very lightweight text serialization that can closely resemble your in-memory object structure. By Contrast XML support way more methods of serialization that are more complex and/or less clear in practice.

      They could use a different file extension and even gzip the file as well. I often use line separated JSON+GZ as an interchange format for records.

    • vcoelho 7 years ago

      So you can load previous configured pages with its settings and mockups.

      • ramon 7 years ago

        Dude imagine this: Canvas on top of this with free drawing and save the results in json-gz all in frontend technology. Save trees, unleash creativity!

      • lucasverra 7 years ago

        Could hand made mockups (a la apple pen) be stored in json and be reproduced flawlessly ?

reaperducer 7 years ago

This could be useful.

For all of the electronic communication in my company, once things get to a certain level of management, they want to see stuff on paper.

tsieling 7 years ago

This is really well done. And +1 for the suggestion of placeholder spaces for notes. Great work, thank you for sharing this.

notadoc 7 years ago

This is a great idea.

You could probably turn this into a product if you were to print out notebooks where pages were the templates.

roldie 7 years ago

This is fantastic! Very useful, especially for those of us who still think best with pen and paper.

sgt 7 years ago

Cool, although I noticed the output PDF is fairly blurry. Can this be made crisper?

  • eg312OP 7 years ago

    The blurriness is a problem… With the pdf library I’m using (jsPDF) I cannot export the SVG directly so I convert it to an image and then embed the image in the pdf. To solve the problem, I can increase the converted image’s resolution but then the pdf becomes huge (~20 MB, for example). There is a ‘quality’ parameter in the code, maybe I’ll expose it in the UI and you can find an optimum value. I’ll try to find a way to export or ‘write’ the svg data directly in the pdf, I think it’s the best way to do it.

rhcom2 7 years ago

Is it common to use jQuery with React? I'm relatively new to React.

  • baddox 7 years ago

    I don't think it's common to start a new project with both jQuery and React, or actively develop jQuery and React modules in the same project, but it is probably quite common for projects that initially used jQuery to gradually move modules to React.

  • vcoelho 7 years ago

    Not recommended, but they are compatible. The important is to achieve your goal with whichever tools you currently have.

  • pluma 7 years ago

    It's possible. It's not something you normally intend to do in a new project but it's possible to use jQuery and other libraries inside React and it's handy when working with legacy code.

  • hpen 7 years ago

    Yes it’s common and you can use it. Of course there is also the fetch api.

    If it’s a startup project just use whatever your most familiar with and change it when/ if it becomes a problem.

mozillamaxx 7 years ago

Love it. Working out UI issues analog like this really helps sometimes!

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection