Add building visualizerson monad blog assets#665
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
WalkthroughA new blog post was added, detailing a community challenge to build real-time dashboards and visualizers on the Monad blockchain using Envio’s indexing stack. The post highlights various submitted projects, describes Envio’s core components, and provides resources for developers interested in building similar solutions. Changes
Sequence Diagram(s)sequenceDiagram
participant Reader
participant Blog
participant ProjectLinks
participant EnvioDocs
Reader->>Blog: Accesses new blog post
Blog->>ProjectLinks: Presents community project showcases
Blog->>EnvioDocs: Provides links to Envio documentation
Reader->>EnvioDocs: Follows links for further learning
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: 1
🧹 Nitpick comments (2)
blog/2025-06-24-building-visualizers-and-dashboards-on-monad.md (2)
1-5: Add missing front-matter fields for SEO & social previews
description,tags, andauthors(orauthor) are absent. Most Docusaurus blog themes rely on these for meta-tags (Open Graph/Twitter cards), automatic RSS titles, and faceted search. Without them the post is harder to discover and may render with generic previews.--- title: Building Visualizers and Dashboards on Monad sidebar_label: Building Visualizers and Dashboards on Monad slug: /how-to-build-visualizers-and-dashboards-on-monad-using-envio +description: > + Walk-through of community-built dashboards that leverage Envio’s indexing + stack to provide real-time visualizations on the Monad blockchain. +tags: [monad, dashboards, visualizers, envio, hypersync, hyperindex] +authors: + - name: Jordy-Baby + title: Dev Advocate + url: https://github.com/Jordy-Baby ---
161-164: Convert bare e-mail into amailto:link to silence MD034 and improve UXMarkdown-lint flags the plain address as a bare URL. Wrapping it also makes it clickable:
-Feel free to reach out to us on Discord or email us at hello@envio.dev. +Feel free to reach out to us on Discord or email us at +[hello@envio.dev](mailto:hello@envio.dev).
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
⛔ Files ignored due to path filters (11)
static/blog-assets/animonad.gifis excluded by!**/*.gifstatic/blog-assets/building-visualizers-and-dash-monad.pngis excluded by!**/*.pngstatic/blog-assets/lendhub.pngis excluded by!**/*.pngstatic/blog-assets/miris.gifis excluded by!**/*.gifstatic/blog-assets/monad-frens.gifis excluded by!**/*.gifstatic/blog-assets/monad-genki.gifis excluded by!**/*.gifstatic/blog-assets/monad-visualizer.gifis excluded by!**/*.gifstatic/blog-assets/monalytics.gifis excluded by!**/*.gifstatic/blog-assets/monanimals-blast.gifis excluded by!**/*.gifstatic/blog-assets/monlake.gifis excluded by!**/*.gifstatic/blog-assets/nadmetrics.gifis excluded by!**/*.gif
📒 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)
Summary by CodeRabbit