Gaffa
Gaffa is a REST API for browser automation that enables developers to control real, full browsers at scale with a single API call, eliminating the need to manage headless-browser frameworks, proxies, scaling, or infrastructure. It handles JavaScript rendering by default, ensuring that pages load exactly as they would for a real user, and supports a variety of automation tasks: scraping websites, taking screenshots, exporting pages to PDF, converting pages into clean, LLM-ready Markdown, infinite-scroll scraping of dynamic sites, form filling, capturing full-page screenshots, and archiving pages in offline form. Gaffa includes a rotating residential proxy network to ensure reliable access from different geographies, automatic CAPTCHA handling (where needed), and a credit-based usage model where you pay for actual browser execution time and bandwidth, simplifying scaling and cost control.
Learn more
Highcharts
Highcharts is a JavaScript charting library that allows developers to create interactive and visually appealing charts for web applications. It offers a wide range of chart types, including line charts, bar charts, pie charts, scatter plots, and more. It also supports different types of data, including CSV, JSON, and even live data streams. One of the key features of Highcharts is its ability to customize the look and feel of the charts. Developers can easily change the colors, font sizes, and other visual elements to match their brand or design. Additionally, it offers a variety of options for making charts responsive, so they look great on any device. Another great feature is the ability to add interactive elements to charts, such as hover effects, tooltips, and click events. This allows developers to create charts that are not only informative, but also engaging for users. Highcharts also supports exporting charts as PNG, JPEG, PDF, or SVG, making it easy to share or print them.
Learn more
Anime.js
Anime.js is a lightweight JavaScript animation library with a simple, yet powerful API. It works with CSS properties, SVG, DOM attributes, and JavaScript Objects. Follow through animations made easy. Anime's built-in staggering system makes complex follow-through and overlapping animations simple. It can be used on both timings and properties. Animate multiple CSS transforms properties with different timings simultaneously on a single HTML element. Play, pause, control, reverse and trigger events in sync using the complete built-in callbacks and controls functions. Anime.js works with anything web. CSS, SVG, DOM attributes and JavaScript Objects, animate everything with a single unified API. Staggering allows you to animate multiple elements with follow-through and overlapping action. Animation keyframes are defined using an Array, within the keyframes property. Each keyframe duration will be equal to the animation's total duration divided by the number of keyframes.
Learn more