← Reddit

I built a free self-hosted analytics dashboard for managing multiple websites with the help of Claude

Reddit · spiritosito · July 15, 2026
A developer created a free, self-hosted analytics dashboard that aggregates data from Google Analytics 4, Google Search Console, and Bing Webmaster Tools to centrally manage multiple websites with features including portfolio metrics, integration health checks, data exports, and privacy mode. Built with assistance from Claude Code, the tool is designed for self-hosting rather than as a commercial SaaS product and is available as an open-source project on GitHub.

Detailed Analysis

A solo developer has released an open-source, self-hosted analytics dashboard designed to consolidate data from Google Analytics 4, Google Search Console, and Bing Webmaster Tools into a single private interface for managing multiple websites. Built with assistance from Claude Code, the tool—shared on GitHub along with a companion write-up and public demo—offers portfolio-level metrics, integration health monitoring, sync history tracking, data coverage checks, export functionality, and a privacy mode suited for screenshots or screen sharing. Notably, the project is explicitly positioned as a non-commercial hobby build: there is no signup flow, no advertising, no paid tier, and no multi-tenant architecture, distinguishing it from typical SaaS analytics products and instead targeting developers who want full control over their own infrastructure and data.

The significance of this release lies less in the tool itself than in what it reveals about how AI coding assistants are reshaping the economics of solo software development. The developer credits Claude Code with accelerating frontend iteration cycles, handling Supabase and Edge Function implementation, supporting refactoring work, and translating loosely defined ideas into functional interface screens. This division of labor—where the human retains ownership of product decisions and flow testing while the AI handles a substantial share of implementation—reflects a increasingly common pattern among independent developers and small teams. Projects that would once have required a multi-person team or many more months of solo effort are becoming tractable for individuals working part-time on side projects, effectively compressing the traditional cost and time barriers to shipping a multi-service integration product.

This case also illustrates a broader shift in what "vibe coding" or AI-assisted development looks like in practice for non-trivial software: not a single prompt generating a finished app, but a sustained collaboration across many iterative cycles involving frontend design, backend service orchestration (Supabase, serverless Edge Functions), and code refactoring. The tool's integration of three distinct third-party APIs (GA4, Search Console, and Bing Webmaster Tools) into a coherent, privacy-conscious dashboard suggests that Claude Code is being used not just for boilerplate generation but for meaningfully complex systems integration work that spans multiple external data sources and authentication flows.

More broadly, this project fits into a growing wave of self-hosted, privacy-respecting alternatives to centralized SaaS tools that AI-assisted coding is helping smaller developers produce and maintain. As AI coding tools lower the marginal cost of building and maintaining niche software, the open-source ecosystem is likely to see more of these narrowly scoped, community-driven tools emerge from individual contributors rather than venture-backed startups—tools built explicitly to avoid the incentives (ads, data monetization, subscription lock-in) that typically shape commercial SaaS products. For Anthropic, such grassroots case studies serve as organic evidence of Claude Code's practical utility in real-world, moderately complex engineering contexts, complementing more formal enterprise-focused narratives about the product's capabilities.

Read original article →