studio VS webviz

Compare studio vs webviz and see what are their differences.

studio

Robotics visualization and debugging (by foxglove)

webviz

web-based visualization libraries (by cruise-automation)
Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
studio webviz
35 8
1,692 1,931
- 2.2%
9.8 0.0
about 2 months ago over 1 year ago
TypeScript JavaScript
Mozilla Public License 2.0 Apache License 2.0
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

studio

Posts with mentions or reviews of studio. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-05-23.
  • ROS 2 Iron Irwini Release
    2 projects | news.ycombinator.com | 23 May 2023
    > Especially a tool like RViz is always missing. And in many many robotics video I see (of a moderately complex robot), there's ROS's RViz on some screen.

    I would love the future robotics development stack to be more modular, so that (for example) future middleware solutions don't need to also bundle their own visualization software. This was direct inspiration for creating Foxglove Studio[0] for visualization and MCAP[1] for logging - both work great with ROS, or equally well without it.

    [0] https://github.com/foxglove/studio

    [1] https://github.com/foxglove/mcap

  • Generic eCAL / Foxglove Communication Bridge
    3 projects | /r/AutonomousVehicles | 29 Mar 2023
    That's the true strength of combining existing open source solutions. Thanks for the great support of Foxglove Inc. over the past few years.
  • Ask HN: Who is hiring? (March 2023)
    16 projects | news.ycombinator.com | 1 Mar 2023
    Foxglove | Remote (US time zones) | Full Time or Contract | https://foxglove.dev/

    Foxglove is the leading observability platform for robotics developers. We help robotics and AV companies log, ingest, organize, and visualize multimodal data. Join our small, highly experienced, and fast moving team. Prior experience working in robotics or AV is a bonus but not necessary.

    * Senior Frontend Engineer (TypeScript, React, bonus if you have WebGL experience)

    * Senior Full Stack Engineer (TypeScript, Go)

    * Senior SRE/Infrastructure/DevOps Engineer (GCP, AWS, Azure, Terraform, K8s)

    https://foxglove.dev/careers

    Email in profile if you have questions.

  • Sniper robot treats 500k plants per hour with 95% less chemicals
    1 project | news.ycombinator.com | 16 Nov 2022
    It's a common misconception that you need a ML or robotics PhD to work in the field. There are plenty of frontend & backend web engineering, data engineering, and infrastructure/devops roles available at robotics companies - you don't need to be a domain expert.

    For example, at Foxglove[0] we are building open source web-based visualization and data management for robotics (shameless plug: currently hiring).

    [0] https://foxglove.dev/

  • Understanding a Small ROS bag file
    1 project | /r/ROS | 7 Nov 2022
    You can use the rosbag commandline-tool to figure out all of this: http://wiki.ros.org/rosbag/Commandline rosbag info for example can give you some of the type/number of messages information. For more complex stuff, you could use https://foxglove.dev/ to visualize and inspect rosbags
  • Ask HN: What interesting problems are you working on? ( 2022 Edition)
    29 projects | news.ycombinator.com | 16 Sep 2022
    Web-based data visualization for robotics and self-driving. Robotics is such an interesting industry, and we're only scratching the surface of what new tools are needed.

    Try it live here (hit "view sample data"): https://studio.foxglove.dev/

    And it's open source! https://github.com/foxglove/studio

    Shameless plug - we're hiring: https://foxglove.dev/careers

  • Recording your JSON data to MCAP, a file format that support multiple serialization formats
    1 project | /r/robotics | 20 Jul 2022
    When our team at Foxglove announced MCAP, we wanted to empower teams to spend less time building commodity tools and more time tackling their hardest robotics challenges.
  • Brainstorming ideas for a cloud/web based control system for construction robotics
    3 projects | /r/ROS | 26 Jun 2022
  • Ask HN: Who is hiring? (June 2022)
    22 projects | news.ycombinator.com | 1 Jun 2022
    Foxglove | Remote (Americas/Oceania) | Full Time or Contract | https://foxglove.dev/

    Dev tools for robotics and autonomous vehicles.

    Robotics will have a massive positive impact on the world economy and global human productivity over the coming decade. At Foxglove, we're building powerful web-based open source & commercial tools to accelerate this trend.

    We're a small, highly experienced, and fast moving team. We're looking to hire several more people (most roles don't require previous robotics experience, unless specified below):

    - Senior Frontend Engineer (react, typescript, some webgl+wasm)

    - Senior Full Stack Engineer (typescript, some golang)

    - First Product Manager (robotics/AV experience required)

    - First Account Executive (infrastructure SaaS experience required)

    https://foxglove.dev/

    https://foxglove.dev/careers

  • Ask HN: Can you share websites that are pushing the utility of browsers forward?
    12 projects | news.ycombinator.com | 15 May 2022
    React + Typescript. Forgot to mention it’s open source so you can see for yourself:

    https://github.com/foxglove/studio

webviz

Posts with mentions or reviews of webviz. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-06-26.
  • Brainstorming ideas for a cloud/web based control system for construction robotics
    3 projects | /r/ROS | 26 Jun 2022
    For the web based part, in terms of integration with ROS RobotWebTools (especially with RoslibJS) and rosbridge cover already a lot, so maybe you may want to first check what's available there. Webviz is also a great web based tools with many components for visualisation.
  • Show HN: Zaplib – Speedup your web app with Rust and WASM
    10 projects | news.ycombinator.com | 8 Apr 2022
    Hey HN, one of the creators here! I made it at Cruise because it was super painful to develop https://webviz.io with manual memory management (lots of ArrayBuffers), WebWorkers, etc. I thought that there must be a better way.

    Very curious to hear stories from other folks building intensive stuff in the browser. How are you dealing with performance issues in Javascript? Have you tried using Rust or C++ with WebAssembly for parts of your apps? How did you make 2d/3d rendering faster? Would you want to use something like Zaplib?

  • Total noob with ROS, need to open a .bag file and extract info, how?
    3 projects | /r/ROS | 6 Jan 2022
    Webviz is a great tool. Just drag the .bag file onto the browser window and you can start viewing the data.
  • Full recording of Cruise's Under the Hood event
    2 projects | /r/SelfDrivingCars | 6 Nov 2021
    Webviz is actually open source for the most part. https://webviz.io
  • How to show the mapping of the ROS Robot to my webpage?
    2 projects | /r/ROS | 23 Jul 2021
    U can try https://webviz.io/ or https://foxglove.dev/
  • Ask HN: Who is hiring? (July 2021)
    33 projects | news.ycombinator.com | 1 Jul 2021
    Cruise | Software Engineer | San Francisco, Seattle, or REMOTE | VISA acceptable | https://www.getcruise.com

    Cruise is building the world’s most advanced, self-driving vehicles to safely connect people to the places, things, and experiences they care about. We believe self-driving vehicles will help save lives, reshape cities, give back time in transit, and restore freedom of movement for many.

    I'm an engineering manager hiring specifically for the Webviz (http://webviz.io/) team. I'm looking for frontend engineers who want to make fast, beautiful browser-based visualizations of the car using WebGL, WASM and Javascript.

    Much of the work that we do on this team is open-sourced (check out the code at https://github.com/cruise-automation/webviz). Cruise vehicles produce mountains of data; we have to visualize it in dozens of different ways at a high frame rate. We recently built a Javascript object proxy that wraps all of our input binary data in an object-like interface that only parses data on access, so that we can limit garbage collection pressure and improve our frame rate. If this kind of project sounds interesting, you might enjoy working on Webviz!

    Reach out directly to me if you're interested in the above (open to associate/senior/staff levels), or if you have any questions about Cruise.

  • Foxglove Studio - new open source robotics visualization and debugging tool
    2 projects | /r/robotics | 6 Apr 2021
    PS - for those of you who have seen or used Webviz, Foxglove may look familiar. Some of our team previously worked on Webviz at Cruise, and we reused much of their code, although it has been heavily refactored, several new features added, and we have more coming soon.

What are some alternatives?

When comparing studio and webviz you can also consider the following projects:

Grafana - The open and composable observability and data visualization platform. Visualize metrics, logs, and traces from multiple sources like Prometheus, Loki, Elasticsearch, InfluxDB, Postgres and many more.

PlotJuggler - The Time Series Visualization Tool that you deserve.

TimescaleDB - An open-source time-series SQL database optimized for fast ingest and complex queries. Packaged as a PostgreSQL extension.

streamlit - Streamlit — A faster way to build and share data apps.

PostHog - 🦔 PostHog provides open-source product analytics, session recording, feature flagging and A/B testing that you can self-host.

rotki - A portfolio tracking, analytics, accounting and management application that protects your privacy

cli - Official Command Line Interface for the IPinfo API (IP geolocation and other types of IP data)

FFMpeg-Online - This repository catalogs a list of FFMpeg commands for different situations. By https://hotpot.ai.

jamstack.org - The official Jamstack site

tenzir - Open source security data pipelines.

airbyte - The leading data integration platform for ETL / ELT data pipelines from APIs, databases & files to data warehouses, data lakes & data lakehouses. Both self-hosted and Cloud-hosted.

FrameworkBenchmarks - Source for the TechEmpower Framework Benchmarks project