Skip to content

Add blog on building visualizers on Monad#664

Merged
Jordy-Baby merged 1 commit intomainfrom
add-building-visualizerson-monad-blog
Jun 24, 2025
Merged

Add blog on building visualizers on Monad#664
Jordy-Baby merged 1 commit intomainfrom
add-building-visualizerson-monad-blog

Conversation

@Jordy-Baby
Copy link
Collaborator

@Jordy-Baby Jordy-Baby commented Jun 24, 2025

Summary by CodeRabbit

  • Documentation
    • Added a new blog post, "Building Visualizers and Dashboards on Monad," featuring real-time dashboards and visualizers built with Envio’s indexing stack. The post highlights community projects, describes Envio’s data tools, and provides links for further exploration and support.

@Jordy-Baby Jordy-Baby requested a review from MJYoung114 June 24, 2025 10:29
@vercel
Copy link

vercel bot commented Jun 24, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
envio-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jun 24, 2025 10:30am

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Jun 24, 2025

Walkthrough

A 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

File(s) Change Summary
blog/2025-06-24-building-visualizers-and-dashboards-on-monad.md Added a new blog post detailing visualizer and dashboard projects on Monad using Envio’s stack.

Possibly related PRs

Suggested reviewers

  • DenhamPreen
  • moose-code

Poem

🐇
Dashboards bloom on Monad’s chain,
With Envio’s tools, insights gain.
Visualizers dance in real-time light,
Data streams fast, a coder’s delight.
Rabbits hop through indexed views—
Building wonders, sharing news!


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.

❤️ Share
🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Explain this complex logic.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai explain this code block.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and explain its main purpose.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Support

Need 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)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai generate docstrings to generate docstrings for this PR.
  • @coderabbitai generate sequence diagram to generate a sequence diagram of the changes in this PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

@Jordy-Baby Jordy-Baby enabled auto-merge (squash) June 24, 2025 10:33
Copy link
Contributor

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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 HTML

Using 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%"/>
+![Cover Image: Building Visualizers and Dashboards on Monad](/blog-assets/building-visualizers-and-dash-monad.png)

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

📥 Commits

Reviewing files that changed from the base of the PR and between 6affdc7 and b442ed9.

📒 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 in slug

In Docusaurus, a blog-post slug generally 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” spelling

Style guides often treat it as “multichain” (one word). Align with the project’s preferred spelling to maintain consistency across docs.

@Jordy-Baby Jordy-Baby merged commit ff374f6 into main Jun 24, 2025
3 checks passed
@Jordy-Baby Jordy-Baby deleted the add-building-visualizerson-monad-blog branch June 24, 2025 10:34
@DenhamPreen DenhamPreen mentioned this pull request Jul 29, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants