Enable the support team to refund customers. No need to run that script by yourself anymore.
A web UI where non-technical co-workers can execute and visualize shared SQL queries. Empower them so you can stop being interrupted.
Help customer success and operations automate the steps needed when onboarding new customers, like setting up accounts, importing data, etc. Bye bye manual work.
Instead of static documents, build interactive runbooks for technical support, DevOps, and solutions engineering. No more need to answer “how can I do that?”.
Enable customer-facing teams to look up user data, extend free trials, and view usage history.
Build a dashboard where the marketing and product teams can visualize funnel and product usage metrics.
A fast (and fun 😃) way to build internal tools.
No-code tools are good for non-technical teams, but as Elixir developers, they constrain and even slow us down. With Livebook, you get to build what you need using the Elixir tools and packages you're familiar with.
Livebook is integrated with Hex and uses Mix.install to manage dependencies.
No need to write HTTP APIs for your internal tools. Use Elixir's built-in mechanisms for integrating multiple Erlang VM nodes.
Combine various input types like text, dropdowns, and date pickers into a form.
Easily display, sort, and paginate your data.
Build and visualize charts using Livebook's native integration with Vega-Lite.
Use the Chart Smart Cell to
generate simple charts
Use code to build more
complex charts
Plot objects on a map and visualize geo data using Livebook's native integration with MapLibre.
Use the Map Smart cell to
generate simple maps
Use code to build more
complex maps
Whenever you're building dashboards, internal reports, or lightweight business intelligence, you need to consume data. With Livebook and Elixir, that's easy, no matter the data source.
Built-in integrations to multiple databases, so you don't need to write boilerplate code to run SQL queries.
Write SQL queries directly in Livebook and easily see the result
It doesn't matter if your data is stored as a file in your file system or in a cloud storage service like S3; Livebook handles both ways transparently.
Read data from CSV, IPC, NDJson, or Parquet files with code generated via drag and drop.