Back to Explore

VidClaw

Project management software

An open-source, self-hosted Kanban for your OpenClaw agent.

💡 I run an AI agent on OpenClaw that handles SEO tracking, content writing, code tasks, and more. Managing it through chat alone was getting chaotic. I needed a way to queue tasks visually, see what my agent was doing, track how much I was spending, and tweak its personality without editing files over SSH. VidClaw is that dashboard. It's opinionated, minimal, and built for people who actually run AI agents - not just talk about them. It's 100% self-hosted. Your data never leaves your server.

"VidClaw is like a mission control center for your AI workforce—turning a chaotic group chat into an organized, high-efficiency factory floor."

30-Second Verdict
What is it: A self-hosted Web Kanban that lets you assign tasks, track spending, swap models, and edit 'personalities' for OpenClaw agents via drag-and-drop cards.
Worth attention: If you're running OpenClaw agents and are tired of chat-based management, it's worth a try; if you don't use OpenClaw, you can skip it.
2/10

Hype

6/10

Utility

2

Votes

Product Profile
Full Analysis Report
~10 min

VidClaw: A Task Kanban for OpenClaw Users, Solving the "Chat-Based AI Management Chaos"

2026-02-19 | ProductHunt | Official Site | GitHub


30-Second Quick Judgment

What it is: A self-hosted Web Kanban that lets you assign tasks, track spending, swap models, and edit "personalities" for OpenClaw AI agents via drag-and-drop cards, so you don't have to stare blankly at a terminal.

Is it worth it?: If you're running an OpenClaw agent and are fed up with managing a pile of tasks in a chat window—it's worth a try; setup takes just 5 minutes. If you don't use OpenClaw, this isn't for you. It only has 2 votes on PH, but that doesn't mean it's bad—the OpenClaw dashboard race is just starting, and no one has many votes yet.

Comparison: There are at least 8 competitors in this space, including Claw Control, Mission Control, ClawDeck, AI Maestro, and Vibe Kanban. VidClaw differentiates itself with a focus on the "single agent + Soul Editor + cost tracking" combo, making it the most "personal-friendly" choice right now.


Three Questions for Me

Is it relevant to me?

  • Target Audience: Individual developers, tech bloggers, and indie hackers running OpenClaw agents. Specifically, those who have agents running SEO, content writing, or code tasks automatically but find chat-based management overwhelming.
  • Am I the target?: If you have a server or Mac Mini running OpenClaw and you assign 5+ tasks a day—yes. If you just chat with ChatGPT occasionally, this isn't for you.
  • Use Cases:
    • Your OpenClaw agent handles SEO monitoring, blog writing, and code fixes simultaneously -> Use VidClaw's Kanban to prioritize.
    • You want to know how much your agent cost you this month -> Use Usage Tracking to see token consumption.
    • You want to tweak your agent's "personality" without SSHing in to edit files -> Use the Soul Editor.
    • You don't need to manage multiple agents -> VidClaw is enough (for multi-agent, pick AI Maestro or Mission Control).

Is it useful to me?

DimensionBenefitCost
TimeNo more digging through terminal chat logs for task status; see everything at a glance.5-minute install, near-zero learning curve.
MoneyFree (for personal use); cost tracking helps identify token waste.Requires an existing server running OpenClaw.
EffortDrag-and-drop task management is much easier than typing commands.One more tool to maintain.

ROI Judgment: If you're already running OpenClaw and assign 3+ tasks daily, spending 5 minutes to install this is absolutely worth it. If your agent only runs once a week, don't bother.

Is it buzzworthy?

The "Wow" Factors:

  • Soul Editor with Version History: Not happy with the personality change? Roll it back instantly. Most competitors don't have this.
  • Cost Tracking matched to Anthropic Rate Windows: A progress bar tells you exactly how close you are to the rate limit, preventing overspending.
  • One-click "Run Now": Don't want to wait for the cron job? Just click to make the agent work immediately.

What users are saying:

"Loving to see these improvements in the OpenClaw ecosystem." -- ProductHunt User

To be honest, since the product just launched two days ago, community feedback is sparse. There's no discussion on Twitter or Reddit yet. That's not a bad thing—it's just very early.


For Indie Hackers

Tech Stack

  • Frontend: React + Vite + Tailwind CSS
  • Backend: Express.js
  • Storage: JSON files (No database! Simple and crude)
  • AI/Models: Doesn't call models directly; achieves model hot-swapping via OpenClaw's config watcher.
  • Requirements: Node.js 18+ and a running OpenClaw instance.

Core Implementation

VidClaw is smart because it doesn't reinvent the wheel—it doesn't run the AI agent itself; it acts as a "frontend panel" for OpenClaw. Task execution relies on OpenClaw's cron (checks every 2 mins) or heartbeat (every 30 mins), while VidClaw handles queuing and displaying results.

Cost tracking is done by parsing OpenClaw's session transcript files rather than connecting to an API. This means no extra monitoring service is needed, but it also means data accuracy depends on OpenClaw's log format.

Open Source Status

  • Repo: github.com/madrzak/vidclaw
  • License: Conflicting info—one place says MIT, another says Business Source License 1.1 (free for individuals, commercial requires authorization). Check the LICENSE file in the repo to be sure.
  • Build Difficulty: Low. React + Express + JSON files; the core work is in the UI layer. A full-stack dev could build something similar in 2-3 weeks. The challenge isn't the code, but the deep understanding of OpenClaw's file structure and config watcher.
  • Similar Projects: Claw Control, ClawDeck, and Mission Control are all in the same open-source category.

Business Model

  • Monetization: Open-source core + commercial licensing (BSL 1.1 model).
  • Pricing: Free for individuals; contact the author for commercial use.
  • User Base: Unknown (2 PH votes suggest extremely early stage).

Giant Risk

Big news: OpenClaw creator Peter Steinberger announced he joined OpenAI on Feb 14, and OpenClaw will move to an open-source foundation. Sam Altman said, "The future will be extremely multi-agent, and supporting open source is a key part of that."

What does this mean for VidClaw? It's a double-edged sword. On the bright side: OpenClaw now has OpenAI's endorsement, meaning the ecosystem will flourish and users will grow. On the downside: OpenAI might build an official dashboard, making third-party tools redundant. However, in the short term (6-12 months), this risk is low—OpenAI has much bigger things to worry about.


For Product Managers

Pain Point Analysis

  • Problem Solved: Managing AI agents via chat = chaos. If you give an agent 10 tasks, which is running, which is queued, and which failed? You can't see that clearly in a chat.
  • Severity: A must-have for those running 5+ agent tasks daily. A nice-to-have for occasional users.
  • Founder's Quote: "I run an AI agent on OpenClaw that handles SEO tracking, content writing, code tasks, and more. Managing it through chat alone was getting chaotic."

User Persona

  • Core User: Technical individual developers running OpenClaw agents (self-hosted VPS/Mac Mini).
  • Scenario: Automating SEO tasks, content writing, code fixes, and scheduled tasks; they need a "mission control console."

Feature Breakdown

FeatureTypeDescription
Kanban BoardCoreBacklog/Todo/In Progress/Done with drag-and-drop sorting.
Cost TrackingCoreReal-time token usage + matching Anthropic rate limits.
Model SwappingCoreOne-click Claude model switching via config watcher hot-reload.
Soul EditorDifferentiatorEdit SOUL.md/IDENTITY.md with version history.
Skill ManagementPracticalView/Enable/Disable skills.
Activity CalendarNice-to-haveMonthly view of agent activity.
Content BrowserNice-to-haveMarkdown preview with syntax highlighting.

Competitive Differentiation

vsVidClawClaw ControlMission ControlAI Maestro
PositioningSingle-agent personal KanbanMulti-agent coordinationFull-featured command centerMulti-machine peer mesh
ComplexityLowMediumHighVery High
FeaturesSoul Editor + Cost TrackingHost monitoring + health metricsTask dispatch + orchestration35+ agent cross-machine mgmt
DependencyReact + Express1 ws dependencyFull-featuredPeer mesh network
Best forRunning 1 agentSystem monitoring needsMulti-task orchestrationLarge-scale deployment

Key Takeaways

  1. Soul Editor is a great idea: Building a "personality editor" with version control for AI agents is a niche few are exploring. If you're building an AI agent product, this is worth copying.
  2. Cost Tracking matched to rate windows: It doesn't just tell you how much you spent; it tells you "how far you are from the limit," which is highly practical.
  3. JSON Storage over Database: For a personal tool, this is the right choice. It lowers the installation barrier and keeps data readable and debuggable.

For Tech Bloggers

Founder Story

  • Founder: Lukasz Madrzak (GitHub: madrzak)
  • Role: Chief Engineer
  • Background: Originally an Android developer; published Android tutorial series on Medium (Fragments, MVVM, etc.). Shifted from mobile dev to AI agent management tools.
  • Motivation: A heavy OpenClaw user who found chat management too messy, so he built his own dashboard. A classic "scratch your own itch" indie dev story.

Discussion Angles

  • Angle 1 -- The OpenClaw Ecosystem Boom: 10+ dashboard projects popped up in two months. What does this mean? OpenClaw's 150k stars have spawned a massive "parasitic ecosystem."
  • Angle 2 -- Post-Peter Steinberger OpenAI Era: Now that OpenClaw is in a foundation, will there be an official dashboard? Where does the third-party ecosystem go?
  • Angle 3 -- BSL vs MIT License Debate: In the OpenClaw dashboard race, some use MIT, others use BSL 1.1. Where is the commercial boundary for open-source projects?

Hype Data

Content Suggestions

  • Best Angle: "OpenClaw Dashboard Wars: How to choose among 10 open-source projects?"—Use VidClaw as the hook for a horizontal review of all dashboards.
  • News Jacking: Peter Steinberger joining OpenAI is huge news (reported by TechCrunch, Bloomberg). You can pivot from "The future of the OpenClaw ecosystem" and mention third-party tools like VidClaw.

For Early Adopters

Pricing Analysis

TierPriceIncludesIs it enough?
Personal/Non-commercialFreeAll featuresTotally sufficient
CommercialContact AuthorCommercial deployment licenseNot needed for personal use

Hidden Costs: You need a server (VPS or Mac Mini) to run OpenClaw, which incurs token costs (Anthropic API fees). VidClaw itself doesn't generate extra API costs.

Onboarding Guide

  • Time to start: 5 minutes
  • Learning Curve: Extremely low (if you can use Trello, you can use this).
  • Steps:
    1. Ensure OpenClaw is running and Node.js 18+ is installed.
    2. git clone to ~/.openclaw/workspace.
    3. Run ./setup.sh (for localhost) or ./setup.sh --tailscale (for remote access).
    4. SSH tunnel: ssh -L 3333:localhost:3333 root@your-server.
    5. Open http://localhost:3333.
    6. Run ./doctor.sh if you encounter issues.

Pitfalls & Complaints

  1. Too New: Launched just two days ago; almost no community feedback. If you hit a bug, you're likely on your own or filing a GitHub issue.
  2. OpenClaw Security Risks: Cisco found malicious skills in the OpenClaw skill repo (data theft + prompt injection). VidClaw itself is secure (localhost only), but the agent you manage might not be.
  3. Unclear Licensing: Different sources say different things (MIT vs BSL 1.1); verify for yourself.

Security & Privacy

  • Data Storage: 100% local (JSON files).
  • Network: Bound to localhost:3333; not exposed to the internet.
  • Auth: SSH tunnel acts as the auth layer; no extra passwords needed.
  • Tailscale Support: If you don't want to use SSH tunnels, you can use Tailscale Serve.
  • Audit: None (personal project).

Alternatives

AlternativeProsCons
Claw ControlLightweight (1 dependency), has host monitoring.No Soul Editor.
Mission ControlMost features, supports multi-agent orchestration.More complex.
AI MaestroManages 35+ agents across machines via peer mesh.Overkill for most.
AgentsBoardNot tied to OpenClaw, supports OpenRouter.Simpler features.
Vibe KanbanRust backend, parallel coding agents.Not designed for OpenClaw.

For Investors

Market Analysis

  • AI Agent Market Size: ~$7-8B in 2025, expected ~$10-12B in 2026.
  • Growth Rate: CAGR 46.3%, projected to reach $52.6B by 2030.
  • Long-term: Could reach $199-251B by 2034.
  • Drivers: Maturity of base models + demand for autonomous task execution + enterprise automation wave.

Competitive Landscape

LevelPlayersPositioning
PlatformOpenClaw (moving to Foundation)AI Agent OS
Full-featuredMission Control, AI MaestroMulti-agent orchestration
LightweightVidClaw, Claw Control, ClawDeckSingle agent / Lightweight Kanban
GeneralVibe Kanban, AgentsBoardNot tied to a specific agent platform

Timing Analysis

  • Why now: OpenClaw exploded in Jan 2026 (60k GitHub stars in 72 hours), creating an immediate need for dashboards. VidClaw is one of the first responders.
  • Key Event: Peter Steinberger joined OpenAI on 2/14. This marks the "platformization" phase of the agent ecosystem.
  • Market Readiness: Extremely early. Most OpenClaw users are still using the terminal. The demand for dashboards is real, but the market is in a "everyone is building, no one has scale" phase.

Team Background

  • Founder: Lukasz Madrzak, Chief Engineer, Android background.
  • Team Size: Appears to be a solo project.
  • Track Record: Android development (Author of MVVM/Fragments tutorials).

Funding Status

  • Funding: None (personal project).
  • Investment Value: Limited as a standalone project. However, as a representative of the "OpenClaw Ecosystem," this sector is worth watching—Meta and OpenAI reportedly offered "billions" for Peter Steinberger.

Conclusion

The Bottom Line: VidClaw is a small, elegant personal Kanban tool for the OpenClaw ecosystem. It won't change the world, but if you're running an OpenClaw agent, it turns your daily management from "scrolling through chat logs" into "dragging cards."

User TypeRecommendation
DevelopersGive it a shot—simple tech stack (React + Express + JSON), 5-min setup. If you're building your own agent dashboard, VidClaw's Soul Editor and cost tracking are great references.
Product ManagersGood to know—"AI agents need visual management" is a real need, but VidClaw is too tied to OpenClaw. Keep an eye on the Soul Editor concept.
BloggersDon't write a standalone piece—2 PH votes and zero Twitter buzz. But use it as material for an "OpenClaw Dashboard Wars" review to ride the Peter Steinberger/OpenAI hype.
Early AdoptersIf you're already running OpenClaw, spend 5 minutes to install it; there's nothing to lose. If you aren't using OpenClaw yet, no rush.
InvestorsSkip VidClaw itself, but watch the OpenClaw ecosystem—it's one of the hottest AI agent sectors of 2026.

Resource Links

ResourceLink
Official Sitehttps://vidclaw.com/
GitHubhttps://github.com/madrzak/vidclaw
ProductHunthttps://www.producthunt.com/products/vidclaw
Hacker Newshttps://news.ycombinator.com/item?id=47046625
Founder GitHubhttps://github.com/madrzak
OpenClaw Dashboard Reviewhttps://www.bitdoze.com/best-openclaw-dashboards/
OpenClaw Officialhttps://openclaw.ai/
Peter Steinberger Joins OpenAIhttps://techcrunch.com/2026/02/15/openclaw-creator-peter-steinberger-joins-openai/

2026-02-19 | Trend-Tracker v7.3

One-line Verdict

VidClaw is a small yet beautiful personal Kanban tool in the OpenClaw ecosystem, perfect for power users to boost management efficiency. While it lacks independent investment value, it represents a genuine trend in visual Agent management.

Was this analysis helpful?

FAQ

Frequently Asked Questions about VidClaw

A self-hosted Web Kanban that lets you assign tasks, track spending, swap models, and edit 'personalities' for OpenClaw agents via drag-and-drop cards.

The main features of VidClaw include: Kanban task management, Cost tracking and rate limit matching, One-click model hot-swapping, Soul Editor with version history, Skill management and activity calendar.

Free for personal/non-commercial use; contact author for commercial use.

Individual developers, tech bloggers, and indie hackers running OpenClaw agents.

Alternatives to VidClaw include: Claw Control (lightweight monitoring), Mission Control (multi-agent orchestration), AI Maestro (large-scale deployment)..

Data source: ProductHuntFeb 19, 2026
Last updated: