What is Figma and what are its top alternatives?
Top Alternatives to Figma
- Sketch
Easily create complex shapes with our state-of-the-art vector boolean operations and take advantage of our extensive layer styles. ...
- InVision
InVision lets you create stunningly realistic interactive wireframes and prototypes without compromising your creative vision. ...
- Adobe XD
A vector-based tool developed and published by Adobe Inc for designing and prototyping user experience for web and mobile apps. ...
- Zeplin
Collaboration app for designers & developers. Supports Sketch and Photoshop (on beta!). ...
- ProtoPie
It is the easiest tool used to turn your UI/UX design ideas into highly interactive prototypes for mobile, desktop, web, all the way to IoT. ProtoPie runs on macOS & Windows and the player app is on iOS and Android. ...
- Framer
Framer is a JavaScript framework that makes creating realistic prototypes a breeze – complete with filters, spring physics and full 3D effects. Framer Generator is a desktop app that imports the resources and folder hierarchy from Photoshop files (Sketch coming soon). Import your design and immediately start to add interaction and animation. ...
- Webflow
Webflow is a responsive design tool that lets you design, build, and publish websites in an intuitive interface. Clean code included! ...
- Balsamiq
Balsamiq Mockups is a web tool that allows users to mock up different designs and ideas quickly and easily. Balsamic Mockups is similar to drawing mockups, but it is digital ...
Figma alternatives & related posts
- Lightweight alternative to Photoshop23
- Mirror designs on mobile devices11
- Reusable elements/components9
- Vector7
- Plugins for everything5
- Real-time design preview on iOS devices2
- Constant updates1
- Thought for UI design1
- Not for Windows4
- Horrible for slide presentations3
related Sketch posts
How we ended up choosing Confluence as our internal web / wiki / documentation platform at Katana.
It happened because we chose Bitbucket over GitHub . We had Katana's first hackaton to assemble and test product engineering platform. It turned out that at that time you could have Bitbucket's private repositories and a team of five people for free - Done!
This decision led us to using Bitbucket pipelines for CI, Jira for Kanban, and finally, Confluence. We also use Microsoft Office 365 and started with using OneNote, but SharePoint is still a nightmare product to use to collaborate, so OneNote had to go.
Now, when thinking of the key value of Confluence to Katana then it is Product Requirements Management. We use Page Properties macros, integrations (with Slack , InVision, Sketch etc.) to manage Product Roadmap, flash out Epic and User Stories.
We ended up with using Confluence because it is the best fit for our current engineering ecosystem.
- Collaborative158
- Simple128
- Pretty95
- Quick79
- Works with lots of devices45
- Free33
- Cool for remote team prototyping29
- It revolutionized the way I share work with clients17
- Legendary customer support10
- Dropbox Integration8
- Easy3
- Collaboration3
- Rapid Prototyping2
- LiveShare2
- Annotation1
- They are always improving the product suite1
- Beautiful UI1
- Brings mockups to life1
- Allows for a comprehensive workflow1
related InVision posts
How we ended up choosing Confluence as our internal web / wiki / documentation platform at Katana.
It happened because we chose Bitbucket over GitHub . We had Katana's first hackaton to assemble and test product engineering platform. It turned out that at that time you could have Bitbucket's private repositories and a team of five people for free - Done!
This decision led us to using Bitbucket pipelines for CI, Jira for Kanban, and finally, Confluence. We also use Microsoft Office 365 and started with using OneNote, but SharePoint is still a nightmare product to use to collaborate, so OneNote had to go.
Now, when thinking of the key value of Confluence to Katana then it is Product Requirements Management. We use Page Properties macros, integrations (with Slack , InVision, Sketch etc.) to manage Product Roadmap, flash out Epic and User Stories.
We ended up with using Confluence because it is the best fit for our current engineering ecosystem.
I am working on a project for a client, I need to provide them with ideas and prototypes. They all have Adobe XD, but not InVision - I am the only one who will have that if purchased. I am trying to decide what would be the best tool to hand off the work to a developer who in terms will be working in PySide (Qt related) or Tkinter. Is there any benefits to me or the developer to work in Adobe XD or InVision. I am just trying to use the best tool to get the job done between the two.
Thank you in advance! Nadia
- Free15
- Interactive Prototypes9
- Reusable elements/components8
- Clean Design8
- Vector8
- Imports Sketch files5
- Repeat Grid1
- Import Adobe files1
- No dark theme6
related Adobe XD posts
Our UX designers currently use Adobe XD and we are considering moving to UXPin with Merge. Our UI developers are transitioning to React and perhaps React Native, so I'm intrigued by UXPin/Merge abilities to leverage React components, both for improved design fidelity and easier integration with production components. If you use or have evaluated UXPin and/or Merge, I'm interested to know your observations on UXPin/Merge as a design tool compared to any alternative, as well as to what extent Merge delivers on its promise of seamless integration between designers and front-end developers.
I am working on a project for a client, I need to provide them with ideas and prototypes. They all have Adobe XD, but not InVision - I am the only one who will have that if purchased. I am trying to decide what would be the best tool to hand off the work to a developer who in terms will be working in PySide (Qt related) or Tkinter. Is there any benefits to me or the developer to work in Adobe XD or InVision. I am just trying to use the best tool to get the job done between the two.
Thank you in advance! Nadia
- Avoid the insanity of extract this info from Photoshop7
- Free7
- CSS2
- Works with lots of devices2
- HTML2
- SVG2
- SVG8
related Zeplin posts
The tool we use for editing UI is React Storybook. It is the perfect place to make sure your work aligns with designs to the pixel across breakpoints. You get fast hot module reloading and a couple checkboxes to enable/disable browser features like Flexbox.
The only tricks I apply to Storybook are loading the stories with the mock data we’ve extracted from the API. If your mock data really covers all the various various possible states for your UI, you are good to go. Beyond that, if you have alternative states you want to account for, perhaps loading or error states, you can add them in manually.
This is the crux of the matter for Storybook. This file is entirely generated from Yeoman (discussed below), and it delivers the examples from the Alps Journey by default. getSectionsFromJourney() just filters the sections.
One other hack you’ll notice is that I added a pair of divs to bookend my component vertically, since Storybook renders with whitespace around the component. That is fine for buttons or UI with borders, but it’s hard to tell precisely where your component starts and ends, so I hacked them in there.
Since we are talking about how all these fabulous tools work so well together to help you be productive, can I just say what a delight it is to work on UI with Zeplin or Figma side by side with Storybook. Digging into UI in this abstract way takes all the chaos of this madcap world away one breakpoint at a time, and in that quiet realm, you are good down to the pixel every time.
To supply Storybook and our unit tests with realistic mock data, we want to extract the mock data directly from our Shared Development Environment. As with codegen, even a small change in a query fragment should also trigger many small changes in mock data. And here, similarly, the hard part is tackled entirely by Apollo CLI, and you can stitch it together with your own code in no time.
Coming back to Zeplin and Figma briefly, they're both built to allow engineers to extract content directly to facilitate product development.
Extracting the copy for an entire paragraph is as simple as selecting the content in Zeplin and clicking the “copy” icon in the Content section of the sidebar. In the case of Zeplin, images can be extracted by selecting and clicking the “download” icon in the Assets section of the sidebar.
ReactDesignStack #StorybookStack #StorybookDesignStackHey,
We are a diverse group of in-house UX/UI-designers who currently work in different software; XD/Sketch/InVision and so on. We need an efficient way to manage our workflow to build, share, and maintain a consistent yet dynamic design library and a smooth, less time-consuming developer hand-off. There are lots of things to consider, and where we're at the moment, it's "design in your preferred program, but joint library and handoffs should happen through Zeplin or Avocode." Which one of these two should we go for? Any other solutions?
Thanks!
- Prototypes are very interactive, realistic and advanced4
- Very easy to learn and use4
- MacOS & Windows3
- IOS & Android3
- Smartwatch2
related ProtoPie posts
I want to create a prototype for a location-based AR. Mobile app. Is Adobe XD a good place to start, then build in ProtoPie - will this allow the AR integration? I am a bit lost. Please help.
- Great for prototyping18
- Free6
- Fast idea validation5
- Integrates right with Photoshop3
related Framer posts
- Interactions and Animations13
- Builds clean code in the background7
- Fast development of html and css layouts/design7
- Free plan6
- Fully Customizable6
- Simple5
- Prototype4
- Built on web standards2
- Next Gen2
- Freemium1
- No Audio Support1
related Webflow posts
We chose Webflow to build up websites faster and to make possible for particular employees to fix some misspellings or add an easy element to the page on their own - it is like Adobe Photoshop. To work with the incoming traffic we use our own product, that I can't pin here. It helps to make nurture visitors from the first session into the signing up and further activation into the product. In addition to @Carrrot we use Google Analytics to traffic source awareness, to monitor customers inside the product FullStory helps is a lot with its fury clicking and abandoned links. Activation and retention are done by our own product through the pop-ups, live chat, and emails that all based on customer behavior.
I would like to build a community-based customer review platform for a niche industry where users can sign up for a forum, as well as post detailed reviews of their experience with a company/product, including a rating system for pre-selected features. Something like niche.com or areavibes.com with curated information/data, ratings, reviews, and comparison functionalities.
Is this possible to build using no-code tools? I have read about the possibility of using Webflow with Memberstack, Airtable, and Elfsight through Zapier / Integromat, which may allow for good design and functionality. Is it possible with Bubble or Bildr?
I have no problems with a bit of a learning curve as long as what I want is possible. Since I have 0 coding experience, I am not sure how to go about it.
Any advice would be greatly appreciated!
- Useful mockups71
- Easy to use60
- Very useful & simple51
- Good looking19
- It helps my creative work15
- Integrate with Confluence and JIRA4
- For layouts with deadlines2