Kevin William David

Vizzu - Put your data in motion

byβ€’
Vizzu is a cinematic data visualization tool that effortlessly transforms data into memorable, animated chart presentations. With Vizzu, anyone can create immersive and clean-looking animated data stories.

Add a comment

Replies

Best
Peter Vidos
Maker
πŸ“Œ
Hey Product Hunters, πŸ‘‹ Thanks for hunting Vizzu, @kevin! πŸ™ We're super excited to finally show it to the community! 😻 Since launching our last product (https://www.producthunt.com/prod...), an open-source animated data visualization library, we have worked tirelessly to bring the power of animated data presentations to everyone. Today, we're happy to announce that the no-code Vizzu is here to turn your data into stunning, interactive data stories. Just upload your data and let Vizzu do the magicβ€”all for free. Vizzu is built to make your data-heavy presentations more impactful and engaging. Key Features: πŸ“Š Easy Chart Creation: Select the data you want to visualize, and you'll instantly get smart chart suggestions. 🎞 Data Story Presentation: Create a sequence of slides with animated transitions. Vizzu Can Help You: - Find Key Insights β€” Identify relationships, trends, and outliers by visually exploring your data. - Select the Right Chart β€” Vizzu's smart suggestions give you fitting chart types and configurations based on your data, saving you time and effort. - Build Engaging Presentations β€” Make your presentations stand out and ensure your audience easily understands your insights. They will feel smarter and empowered. We'd love to hear you out about specific use cases and examples of how Vizzu could help you. Your feedback is highly appreciated! We'll be here all day with the team to answer your questions. πŸ’Œ PS: Our open-source tools will still be available for anyone to build great stuff with.
Karen Anderson
Wow, Peter, this is truly a game-changer! πŸŽ‰ Vizzu's no-code approach to animated data visualization is incredibly user-friendly. The feature that instantly suggests the best charts based on my data is a huge time-saver. Plus, the ability to create engaging data stories with animated transitions will definitely make presentations more impactful. Can't wait to see how it enhances our team meetings and client reports. Kudos to the entire team! πŸš€
Peter Vidos
Thanks a ton, @kj_hg! πŸ₯°πŸ€© Can you give us some specific examples of the topics of those team meetings and client reports that you plan to improve by using Vizzu? I'd love to know more about these! πŸ‘€πŸ‘€
Christine Orchard
@kevin @petervidos congrats! The insights and smart suggestions seem pretty powerful. How are you seeing marketing teams using this already?
@petervidos Congrats on the successful launch! πŸŽ‰ Wishing you a future filled with success and innovation. What’s been your biggest motivator throughout this journey?
Peter Vidos
Thanks, @christine_orchard! πŸ™ We're excited that you like our tool's capabilities. We're just getting started, but we see great potential for Vizzu in various facets of marketing. For example, it can be used for campaign analysis to visually track performance metrics over time and for audience segmentation to better understand different customer groups. How do you see Vizzu fitting into your marketing analytics?
Vince.J
πŸ’‘ Bright idea
I have followed Vizzu for a while now but never got a chance to implement the library in Python. But with this web interface will be easier for people to animate their charts, increasing engagement for their audience. As a chart nerd, I endorse this move. May your launch be successful today!!
KristΓ³f Klein
Thanks for following Vizzu and for the endorsement @vincentm! It's great to hear that you see the potential in our tool. As a chart enthusiast, what specific use cases or projects are you thinking of using Vizzu for? We'd love to hear about your plans and any feedback you have! :)
Vince.J
@kristof_klein I've had an idea of making government data more understandable to citizens and having dynamic transitions can make it better to digest than static charts.
KristΓ³f Klein
@vincentm That sounds great! Can't wait to see what you create! Please share your vizzus with us when you have them ready. :) And if you need any assistance, feel free to reach out. Also, our community site is a great resource for asking questions or finding inspiration. You can check it out here: https://vizzu.discourse.group/t/...
Stefans Keiss
Vizzu looks super interesting! Can it handle large datasets, or is it optimized for smaller sets of data?
KristΓ³f Klein
Hey @memphys_sk, Thanks! 😊 Vizzu is not yet ready to handle very large datasets, but we're working towards it. We built our chart engine in C++, and run it on WebAssembly, so it has the potential to achieve better performance than pure JavaScript tools (the technology is 3-10x faster). However, for now, we have a limit on the size of the uploaded dataset since we are still working on speed optimization in that area. Today, you can upload a CSV with a 5MB limit.
Tyrone Robb
These look incredible, congrats on the launch. Do you have a ball park for the pricing? Also how far will you be extending the offering? I'm thinking about Syncfusion as a alternative offering.
Peter Vidos
Thanks @ty_robb! We plan to offer subscription-based pricing, starting around $10-20 per month. But this is all for later when we have a better understanding of how people get value using Vizzu. I'm not entirely sure how you think Syncfusion is an alternative to our no-code data storytelling tool. Can you please elaborate?
Tyrone Robb
@petervidos thanks for sharing. You, ChartJS, SyncFusion etc, all help represent data. They may not be as nice or as interactive, yes there can be different use cases but from a user perspective: "I only care about the right solution for me and I would consider all of the above before I commit". An example, someone who has a dashboard, they have significant data. They could use those others in a traditional sense, yours could be used as a display/hero to show all charts on that page so the user of the dashboard know all information that will be inside sales, or costs.
Peter Vidos
@ty_robb I understand your perspective, thanks for the additional details. I believe this kind of comparison is more relevant to our open-source tools for JavaScript (https://github.com/vizzuhq/vizzu...) and Python (https://github.com/vizzuhq/ipyvizzu), which do require coding skills to use. The new tool we've just launched is designed for non-coders such as business professionals, teachers, and anyone looking to explore their data without programming. ChartJS and other open-source charting libraries are excellent, and we'd be delighted if Vizzu is used as a supplementary element alongside these tools, whether for a hero image, a dashboard, or similar applications.
JoJo
Congrats on the launching @petervidos It's great to see practical and engaging features in Vizzu. I'm looking forward to more innovative and visually appealing graph options to enhance data storytelling. Are there any new visualization types planned for future updates?
Kyrylo Silin
πŸ’‘ Bright idea
The animated data storytelling approach sounds engaging. I'm curious how Vizzu handles very large datasets. Is there a limit to the amount of data it can animate smoothly? Congrats on the launch, Peter!
Peter Vidos
Hey @kyrylosilin, Thanks! πŸ₯° Vizzu is not yet ready to handle very large datasets, but we're working towards it. Right now, you can upload data in CSV format with a 5MB limit.
Simon Laszlo
@kyrylosilin Thanks! We built our chart engine in C++, and run it on WebAssembly, so it has the potential to achieve better performance than pure JavaScript tools (the technology is 3-10x faster). However, for now, we have a limit on the size of the uploaded dataset since we are still working on speed optimization in that area. And of course, there is big data, which would need a different approach because it wouldn't be feasible to load them into memory. For that, we will need to implement database connectors, but we have been keeping that in mind since the beginning while we designed our data input, so it's theoretically possible to introduce them. However, it would take work, so we will see if that is the direction our users would like us to take.
Tom AnioΕ‚
Oh nice, Creating good editable charts is always a pain in blogposts, presentations and even product websites. I will definitely check it out!
KristΓ³f Klein
Hey @tom_aniol! We hear you! We aim to make the process a lot easier and more fun. Can you be a little more specific about what chart types you'd be looking for? And feel free to reach out if you have any questions while exploring Vizzu! :)
Kehui Guo
Building presentations and extracting key insights from graphs/charts are so important to my workflow when presenting ideas and research to my stakeholders. Nice work on making this happen! Congrats on the launch of Vizzu!
KristΓ³f Klein
Hey @kehui_guo, Thanks so much for the support! We're excited to see Vizzu becoming a part of your workflow. Can you share more about how you plan to use it? We'd love to hear about the specific use cases and challenges you currently face that Vizzu could help solve.
BalΓ‘zs KovΓ‘cs
Wow, this is a sweet spin on data presentation. I'll give it a try! Go Vizzu Team!
KristΓ³f Klein
Thanks for the support @balazs_kovacs2! I'm excited to hear you'll give Vizzu a try. Let us know if you have any questions.
Siyan YANG
These graphs are so amazing!!!
KristΓ³f Klein
Thanks a lot, @claudyah!
123
Next
Last