Add blog on building visualizers on Monad#664
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
WalkthroughA new blog post titled "Building Visualizers and Dashboards on Monad" was added. The article showcases various real-time dashboards and visualizers built on the Monad blockchain using Envio’s indexing stack, featuring multiple community projects and technical explanations of Envio’s data indexing and analytics tools. Changes
Possibly related PRs
Suggested reviewers
Poem
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
There was a problem hiding this comment.
Actionable comments posted: 0
🧹 Nitpick comments (4)
blog/2025-06-24-building-visualizers-and-dashboards-on-monad.md (4)
7-7: Prefer Markdown images over raw HTMLUsing raw
<img>tags disables the built-in MDX image optimisations (lazy-loading, size hints, cloud-image plugins, etc.).
Unless you need a feature that Markdown cannot provide, consider the shorter syntax:-<img src="/blog-assets/building-visualizers-and-dash-monad.png" alt="Cover Image: Building Visualizers and Dashboards on Monad" width="100%"/> +Same applies to every subsequent image.
26-27: Minor wording tweak for stronger prose“deep visibility” reads as filler.
Consider “comprehensive visibility” to convey the same idea more crisply.
149-152: Add a comma to avoid a run-on sentence-HyperSync enables rapid and cost-effective retrieval of both real-time and historical blockchain data and can be used directly for custom data pipelines and specialized applications. +HyperSync enables rapid and cost-effective retrieval of both real-time and historical blockchain data, and can be used directly for custom data pipelines and specialised applications.
168-169: Tone: replace “Feel free to”The phrase is informal marketing copy. A concise alternative:
-Feel free to reach out to us on Discord or email us at hello@envio.dev. +You can reach us on Discord or by emailing hello@envio.dev.
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (1)
blog/2025-06-24-building-visualizers-and-dashboards-on-monad.md(1 hunks)
🧰 Additional context used
🪛 LanguageTool
blog/2025-06-24-building-visualizers-and-dashboards-on-monad.md
[style] ~26-~26: Consider a different adjective to strengthen your wording.
Context: ...oss the entire Monad chain. It provides deep visibility into data from specific prot...
(DEEP_PROFOUND)
[uncategorized] ~146-~146: Possible missing comma found.
Context: ...oth real-time and historical blockchain data and can be used directly for custom dat...
(AI_HYDRA_LEO_MISSING_COMMA)
[style] ~163-~163: Consider using a less common alternative to make your writing sound more unique and professional.
Context: ...nd experience peace of mind with Envio. Feel free to reach out to us on Discord or email us ...
(FEEL_FREE_TO_STYLE_ME)
[misspelling] ~168-~168: This word is normally spelled as one.
Context: ...Envio](https://envio.dev/) is a modern, multi-chain EVM blockchain indexer designed for rea...
(EN_COMPOUNDS_MULTI_CHAIN)
🪛 markdownlint-cli2 (0.17.2)
blog/2025-06-24-building-visualizers-and-dashboards-on-monad.md
163-163: Bare URL used
null
(MD034, no-bare-urls)
🔇 Additional comments (2)
blog/2025-06-24-building-visualizers-and-dashboards-on-monad.md (2)
1-5: Confirm the leading slash inslugIn Docusaurus, a blog-post
sluggenerally does not start with a/unless you deliberately want the post to live at the site root.
Make sure this is intentional; otherwise the page will be generated at/<slug>instead of/blog/<slug>.
174-174: Check “multi-chain” spellingStyle guides often treat it as “multichain” (one word). Align with the project’s preferred spelling to maintain consistency across docs.
Summary by CodeRabbit