Skip to content

Add building visualizerson monad blog assets#665

Merged
Jordy-Baby merged 2 commits intomainfrom
add-building-visualizerson-monad-blog
Jun 24, 2025
Merged

Add building visualizerson monad blog assets#665
Jordy-Baby merged 2 commits 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 community projects and insights on using Envio for real-time blockchain data visualization. Includes project showcases, technical highlights, and resource links for developers.

@Jordy-Baby Jordy-Baby requested a review from MJYoung114 June 24, 2025 10:42
@Jordy-Baby Jordy-Baby self-assigned this Jun 24, 2025
@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:42am

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Jun 24, 2025

Walkthrough

A 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

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

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
Loading

Possibly related PRs

Suggested reviewers

  • MJYoung114

Poem

In Monad’s fields where data flows,
Dashboards bloom and insight grows.
With Envio’s stack, swift and bright,
Visualizers dance in data light.
Rabbits hop from block to block,
Cheering builders—what a flock!
🐇✨


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.

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: 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, and authors (or author) 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 a mailto: link to silence MD034 and improve UX

Markdown-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

📥 Commits

Reviewing files that changed from the base of the PR and between ff374f6 and a0ba63e.

⛔ Files ignored due to path filters (11)
  • static/blog-assets/animonad.gif is excluded by !**/*.gif
  • static/blog-assets/building-visualizers-and-dash-monad.png is excluded by !**/*.png
  • static/blog-assets/lendhub.png is excluded by !**/*.png
  • static/blog-assets/miris.gif is excluded by !**/*.gif
  • static/blog-assets/monad-frens.gif is excluded by !**/*.gif
  • static/blog-assets/monad-genki.gif is excluded by !**/*.gif
  • static/blog-assets/monad-visualizer.gif is excluded by !**/*.gif
  • static/blog-assets/monalytics.gif is excluded by !**/*.gif
  • static/blog-assets/monanimals-blast.gif is excluded by !**/*.gif
  • static/blog-assets/monlake.gif is excluded by !**/*.gif
  • static/blog-assets/nadmetrics.gif is 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)

@Jordy-Baby Jordy-Baby merged commit 4a13c29 into main Jun 24, 2025
3 checks passed
@Jordy-Baby Jordy-Baby deleted the add-building-visualizerson-monad-blog branch June 24, 2025 11:49
@DenhamPreen DenhamPreen mentioned this pull request Jul 29, 2025
@coderabbitai coderabbitai bot mentioned this pull request Feb 11, 2026
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