Lumyr: Dashboard Generation via Claude with Python and Streamlit Automation

Lumyr is a dashboard generation tool that lets users describe what they want in plain English and get back a live, shareable dashboard. The creator built it to address slow, rigid analytics workflows where teams typically request dashboards, wait, receive something partially correct, and then engage in back-and-forth revisions.
How It Works
Claude handles the dashboard generation, while Lumyr provides the framework to automatically manage the Python and Streamlit layer. This means users don't need to:
- write Python
- open Streamlit
- deploy anything
- set up hosting
- manage infrastructure
They simply ask for the dashboard they want.
Key Advantages
The value isn't just speed—in many cases, the results can be better than what teams typically build with drag-and-drop BI tools because users aren't constrained by UI limitations. The tool aims to create a more direct workflow by leveraging Claude's capabilities.
Lumyr is currently free to try at lumyr.io.
📖 Read the full source: r/ClaudeAI
👀 See Also

js-notepad: A Scriptable Notepad with Built-in MCP Server for Claude Code
js-notepad is a free, open-source scriptable notepad application built with Claude Code assistance. It features a built-in MCP server, allowing Claude Code to directly interact with the app for reading/writing pages, executing scripts, creating todos, and pushing results.

Socratic Prompt Generator Built as React Artifact Inside Claude
A developer built a Socratic prompt generator as a React artifact that runs inside Claude, featuring auto-detection of input complexity and three-tier prompt generation with failure mode analysis.

Octopoda MCP Server Adds Persistent Memory, Loop Detection, and Audit Trails to Claude Code
A developer built Octopoda, an MCP server that integrates with Claude Code to provide persistent memory, loop detection, audit trails, and shared knowledge spaces for AI agents. The system uses PostgreSQL with pgvector for semantic search, FastAPI, and a React dashboard.

ToolLoop: Open-Source Agent Framework for Claude-Style Tools with Any Model
ToolLoop is an open-source Python framework with 11 tools for file operations, code search, shell access, and sub-agents that works with any LLM through LiteLLM. The 2,700-line framework allows switching models mid-conversation with shared context.