Baike.dev
All toolsTrendingOpen sourceNewsSubmit
Log in
< 返回工具列表
R

rrweb

> 编程语言
开源

record and replay the web

20.0K stars0 点赞0 次浏览
访问官网GitHub

工具介绍

record and replay the web

Try rrweb

# rrweb **[(new!) rrweb cloud - hosted rrweb backend is now available](https://rrweb.com/)** [中文文档](./README.zh_CN.md) rrweb refers to 'record and replay the web', which is a tool for recording and replaying users' interactions on the web. ## Guide [**📚 Read the rrweb guide here. 📚**](https://rrweb.com/docs/guide) [**🍳 Recipes 🍳**](https://rrweb.com/docs/recipes/) [**📺 Presentation:** Hacking the browser to digital twin your users 📺](https://youtu.be/cWxpp9HwLYw) ## Project Structure rrweb is composed of the following principal parts: - **[rrweb-snapshot](packages/rrweb-snapshot/)**, including both snapshot and rebuilding features. The snapshot is used to convert the DOM and its state into a serializable data structure with a unique identifier; the rebuilding feature is to rebuild the snapshot into corresponding DOM. This package can be used on it's own to provide a static HTML based 'screenshot' of the current web page state, with all Javascript deactivated. - **[record](packages/record)**, builds on an initial snapshot to record all HTML state changes (mutations) and user interactions as the user browses the web page. Multiple page loads can be chained together into a single recording. - **[replay](packages/replay)**, rebuilds the inital snapshot and replays the list or stream of subsequent events to show a 'session replay' - **[rrweb-player](packages/rrweb-player/)**, a player UI on top of the replay package to provide GUI-based functions like pause, fast-forward, drag and drop to play at any time. ## Roadmap - ✅ [storage engine: do deduplication on a large number of rrweb sessions](https://rrweb.com) - Token efficient AI session replay format (in progress) - provide plugins via the new plugin API, including: - XHR plugin - fetch plugin - GraphQL plugin - ... ## Internal Design - [serialization](./docs/serialization.md) - [incremental snapshot](./docs/observer.md) - [replay](./docs/replay.md) - [sandbox](./docs/sandbox.md) ## Contribute Guide Since we want the record and replay sides to share a strongly typed data structure, rrweb is developed with typescript which provides stronger type support. [Typescript handbook](https://www.typescriptlang.org/docs/handbook/declaration-files/introduction.html) For the latest setup, testing, and pull request workflow, see [Contributing to rrweb](./CONTRIBUTING.md). In addition to adding integration tests and unit tests, rrweb also provides a REPL testing tool. [Using the REPL tool](./guide.md#REPL-tool) ## Sponsors [Become a sponsor](https://opencollective.com/rrweb#sponsor) and get your logo on our README on Github with a link to your site. ### Gold Sponsors 🥇 ### Silver Sponsors 🥈 ### Bronze Sponsors 🥉 ### Backers ## Core Team Members
Juice10
open for rrweb consulting

eoghanmurray


Yun Feng

## Who's using rrweb?

核心特点

  • •replay, rebuilds the inital snapshot and replays the list or stream of subsequent events to show a 'session replay'
  • •rrweb-player, a player UI on top of the replay package to provide GUI-based functions like pause, fast-forward, drag and drop to play at any time.
  • •✅ storage engine: do deduplication on a large number of rrweb sessions
  • •Token efficient AI session replay format (in progress)
  • •provide plugins via the new plugin API, including:
  • •XHR plugin
  • •fetch plugin
  • •GraphQL plugin
  • •serialization
  • •incremental snapshot

> 标签

TypeScriptfullstoryhotjarlogrocketrecorder

暂无评论,来聊聊你的看法吧

> 工具信息

发布日期2026年8月1日
最后更新2026年9月9日
分类编程语言
定价开源

> 相关工具

T
TypeScript
JavaScript 的超集,为前端与全栈提供静态类型
P
Python
通用编程语言,广泛用于 Web、数据与 AI
G
Go
Google 推出的简洁高效系统语言
Baike.dev

baike.dev helps you discover great languages, frameworks, databases, DevOps and cloud-native tools.

Quick links

  • Home
  • All tools
  • Trending
  • Open source

About

  • About us
  • Community
  • News

Contribute

Found a great developer tool? Share it with the community.

Submit a tool
© 2026 baike.dev Developer EncyclopediaUpdated daily · Discover great developer tools