🚀 I’m excited to finally share a tool I’ve been building: MERN Visualizer! 🚀 If you’ve ever joined a new project or tried to debug a complex full-stack web app, you know how hard it can be to trace exactly how the UI, API, and Database are communicating. Static documentation gets outdated quickly, and tracing logs can be tedious. I decided to solve that. 🛠️ https://lnkd.in/ghQcBmzg MERN Visualizer is a zero-config, professional-grade observability tool that automatically auto-scans your application’s architecture (via AST) and monitors live traffic to give you an interactive, real-time map of your entire data flow! ✨ Here’s what it can do out of the box: 🔍 Universal Scanning: Seamlessly supports Express, Fastify, and Next.js. 🖱️ UI-to-API Linkage: Instantly maps which React component or specific JSX element triggers a backend API route. 🚥 Live Pulse Engine: Thanks to a custom Socket.io bridge, nodes flash in real-time on the architecture graph the moment web traffic hits your server. 📊 Production DB Inference: Automatically maps actual MongoDB schemas from your live database. It’s built for developers who care about code clarity and architectural integrity. Just install it globally via NPM and run mern-visualizer scan in your project root! 📦 NPM Package: https://lnkd.in/gGpW7CjP I recorded a full walkthrough video showing the tool in action (and maybe a fun hacker-themed boot sequence too 👨💻). Check it out in the link below! I’d love to hear your thoughts and feedback. Let me know what framework you'd like me to add support for next! 👇 Ram Maheshwari #SoftwareEngineering #WebDevelopment #ReactJS #NodeJS #ExpressJS #MERNStack #OpenSource #Observability #JavaScript #DeveloperTools #NPM

I Tested your npm package When Install locally after typing this command in powershell "mern-visualizer scan" OUTPUT says: command not found same command not found error in git bash. When install it globally still same error! Then in my "app.js" i imported the "monitor" from the package after running the "npm run start"  output says: module not found tried both the way to install the package  npm i fullstack-code-visualiser npm install -g fullstack-code-visualiser Yes package exists in node_modules folder.

Like
Reply

To view or add a comment, sign in

Explore content categories