Product Hunt logo dark
  • Launches
    Coming soon
    Upcoming launches to watch
    Launch archive
    Most-loved launches by the community
    Launch Guide
    Checklists and pro tips for launching
  • Products
  • News
    Newsletter
    The best of Product Hunt, every day
    Stories
    Tech news, interviews, and tips from makers
    Changelog
    New Product Hunt features and releases
  • Forums
    Forums
    Ask questions, find support, and connect
    Streaks
    The most active community members
    Events
    Meet others online and in-person
  • Advertise
Subscribe
Sign in
Subscribe
Sign in
Enso

Enso

Analyze and visualize data by building data flow graphs

1.0
•1 review•

6 followers

Analyze and visualize data by building data flow graphs

1.0
•1 review•

6 followers

Visit website
Enso (YC S21) lets you analyze, visualize, and automate data processing simply by connecting visual components together. It is powered by a new generation visual programming language, that you can extend with Java, JavaScript, R, and Python (more coming soon).
  • Overview
  • Launches1
  • Reviews1
  • Alternatives
  • Team
  • Awards
  • More
Company Info
enso.orgGitHub
Enso Info
Launched in 2021View 1 launch
Forum
p/enso-6
  • Blog
  • •
  • Newsletter
  • •
  • Questions
  • •
  • Forums
  • •
  • Product Categories
  • •
  • Apps
  • •
  • About
  • •
  • FAQ
  • •
  • Terms
  • •
  • Privacy and Cookies
  • •
  • X.com
  • •
  • Facebook
  • •
  • Instagram
  • •
  • LinkedIn
  • •
  • YouTube
  • •
  • Advertise
© 2025 Product Hunt
SocialX

Similar Products

VizyDrop
Simplify visual data discovery and charts sharing
5.0(1 review)
Data visualization tools
Algorithm Visualizer
Write down your algorithm to be visualized
Engineering & DevelopmentData visualization tools
Visualoop
Visualoop
Dribbble for infographic & data visualization artists
Design inspiration websitesData visualization tools
Dex
Dex
The modern way to manage relationships.
4.7(10 reviews)
Calendar appsCRM software
Pistats.io
Pistats.io
Your Uber and Lyft rides visualized
Data visualization toolsTravel apps
View more
Enso gallery image
Enso gallery image
Enso gallery image
Enso gallery image
Enso gallery image
Enso gallery image
Enso gallery image
Enso gallery image
Enso gallery image
Free
Launch tags:
Productivity•Open Source•Analytics
Launch Team
Michael SeibelSylwia BrodackaWojciech Daniło

What do you think? …

Wojciech Daniło
Wojciech Daniło
Enso

Enso

Maker
Hey Product Hunt Community, Enso co-founders, Wojciech and Sylwia here! @mwseibel thanks for hunting us! 😨 THE PROBLEM Data analysts still waste up to half of their time on repetitive manual work that can be automated [1]. To give one example, a company we're working with hires hundreds of business users who use Excel to define data quality rules. These get manually translated to SQL, then manually translated to Python. This is not only error-prone, it’s so slow that it takes them 90 days to introduce a single new rule. There’s 60 days’ worth of overhead in this process—it’s absolutely insane! [1] https://www.alteryx.com/e-book/i... 👋 OUR BACKGROUND Years ago I (Wojciech) led the in-house development of visual effects (VFX) tools at a motion picture studio. We made tools like cloud renderers and smoke simulation engines. The artists using these tools did not have any programming background, yet they were designing complex algorithms for forces between particles, light subsurface scattering, things like that. Earlier generations of these tools had hundreds of config options, buttons, etc., for masses of different use cases, but this approach got way too complex and people eventually realized that it falls short when you need to do anything that the vendor did not think of. Nowadays they use node-based software (like the Houdini FX) which lets users draw algorithms as a sequence of data processing steps (these steps are often referred to as “nodes”). Later, when I was working in other industries and encountered the same rats’ nests of complex GUIs for solving data processing problems, I realized that the data analytics/science space was in need of the same breakthrough that we had already gone through in the VFX space. Btw, if you are interested in how these VFX tools we did worked, here is an example of cloud sceneries built and rendered with my tools:
🧠 WHY ENSO IS UNLIKE ANYTHING YOU'VE USED SO FAR? Most workflow-builders / visual programming languages do not scale well because they don't let users express abstractions. Try to build a complex pipeline and you'll end with an unreadable spaghetti of connections—it's like coding a web app in assembler. Enso is different because we allow you to build abstractions to manage the complexity. As a result, you never have more than 10-20 nodes on the stage in Enso (nodes are hierarchical). You can create custom data types, custom components (functions), catch errors, etc. All this works because under the hood, Enso is a real programming language. However, naive implementations of such systems are super slow. Each component may be built of hundreds, sometimes thousands of lower-level ones. The real trick is making these hierarchical components run fast. For that, you need a dedicated compiler and a runtime system, and this is a hard technical space. Our system involves a dedicated polyglot JIT compiler based on GraalVM (https://www.graalvm.org). "Polyglot" means that you can add Java, JavaScript, R, and Python (soon also Ruby, Scala, Kotlin, Rust, and C) directly into Enso nodes without the need to write any wrappers and with a close-to-zero performance overhead. For details, see https://enso.org/language#compiler. In case this is an interesting topic for you, here is our podcast about how the compiler works under the hood:
❤️ ENSO IS 100% FREE AND OPEN SOURCE ❤️ Enso is 100% open source (https://github.com/enso-org/enso) and free to use (download it from https://enso.org). Our business model is based on selling domain-specific libraries, on-premise installations with enhanced user permission management, and coming soon, a hosted solution called Enso Cloud, which will be our only non-open-source codebase. Also, the Product Hunt launch is a perfect occasion to announce big things! ☀️ We are thrilled to announce that we have just started two amazing community projects in Enso: 1. The Enso Partnership Program. If you have an idea of what you want to build on top of Enso, apply, and we will provide you with a dedicated developer from our team, priority bug support, and amazing Enso SWAG (like t-shirts, stickers, hoodies). Apply here https://enso.org/partnership and join our community at https://discord.gg/enso! 2. The Enso School. Work together with our Data Analysts on real-world use cases and boost your skills. After the 8-week program, we will recommend the best of Enso School alumni to Y Combinator companies that are looking for Data Analysts! Apply here https://enso.org/school and join our community at https://discord.gg/enso! 🙏 We'd love to hear your feedback and answer your questions! 😀
Report
4yr ago
Georg Untersalmberger
Georg Untersalmberger
Probably the slickest data analysis tool I have seen for many years. Extremely exciting. Well done @wojciech_danilo and team!
Report
4yr ago
Wojciech Daniło
Wojciech Daniło
Enso

Enso

Maker
@untersalmberger Thank you so much! The UX and the way you work is one of our main focus points here. Personally, I believe that only by introducing fundamental changes to how we are able to get "immediate connection to data" could become the basis for creating the next generation data analysis platform. It is, of course, very much connected to the Bret Victor's vision:
:)
Report
4yr ago
Oliver Rösner
Oliver Rösner
I followed them since they were called Luna back in the days and recently tried out Enso. Super promising project and excited to see how it will develop while doing YC. Keep it up!
Report
4yr ago
Wojciech Daniło
Wojciech Daniło
Enso

Enso

Maker
@retendo Thank you so much! We are doing our best to make Enso a super powerful tool in your toolbox ❤️
Report
4yr ago
Brand API
Brand API — Speed up your onboarding with 1 API call
Speed up your onboarding with 1 API call
Promoted

Do you use Enso?

1.0
Based on 1 review
Review Enso?
Reviews
Helpful

You might also like

VizyDrop
Simplify visual data discovery and charts sharing
Algorithm Visualizer
Write down your algorithm to be visualized
Visualoop
Visualoop
Dribbble for infographic & data visualization artists
Dex
Dex
The modern way to manage relationships.
Pistats.io
Pistats.io
Your Uber and Lyft rides visualized
Datamatic
Editable data visualizations for the web
View more
Caleb McLellan
Caleb McLellan
•1 review
Difficult to use product that is an accessibility nightmare. The website is little more than an incomplete github reskin. The documentation is poor and the user experience is worse. With a wealth of options in this space already this product is not at a point in which any serious business should consider it. Check back in two years. If you are an experienced programmer and looking for a project that you can contribute to this may provide more oppourtunity than more established products.
Report
1yr ago