How I Vibe-Coded an App to Explore GitHub Topics and Trending Repositories

This page summarizes the projects mentioned and recommended in the original post on dev.to

InfluxDB high-performance time series database
Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.
influxdata.com
featured
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
  1. mux

    Discontinued A powerful HTTP router and URL matcher for building Go web servers with 🦍

    Given my experience with Go, I asked Claude 3.7 Sonnet to create all the backend API routes and logic using Go and the Gorilla Mux framework. 🚀 This allowed me to leverage my existing knowledge and skills while still benefiting from the efficiency and accuracy of vibe coding.

  2. InfluxDB

    InfluxDB high-performance time series database. Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.

    InfluxDB logo
  3. terraform

    Terraform enables you to safely and predictably create, change, and improve infrastructure. It is a source-available tool that codifies APIs into declarative configuration files that can be shared amongst team members, treated as code, edited, reviewed, and versioned.

    Claude also created the IAC for deploying the app on Hetzner, using Terraform as the configuration tool. I only had to provide my Hetzner API key for VPS resource provisioning and my Cloudflare API key for domain name DNS entry management. 🌐

  4. flow-pipeline

    A set of tools and examples to run a flow-pipeline (sFlow, NetFlow)

    Claude also created the IAC for deploying the app on Hetzner, using Terraform as the configuration tool. I only had to provide my Hetzner API key for VPS resource provisioning and my Cloudflare API key for domain name DNS entry management. 🌐

  5. prometheus

    The Prometheus monitoring system and time series database.

    Lastly, I utilized Claude 3.7's extensive thinking capabilities to implement metrics and monitoring for my application. Claude helped me set up Prometheus on the VPS to collect metrics and Grafana for visualization and monitoring. 📈 This enabled me to gain valuable insights into my application's performance and make data-driven decisions to improve it.

  6. Grafana

    The open and composable observability and data visualization platform. Visualize metrics, logs, and traces from multiple sources like Prometheus, Loki, Elasticsearch, InfluxDB, Postgres and many more.

    Lastly, I utilized Claude 3.7's extensive thinking capabilities to implement metrics and monitoring for my application. Claude helped me set up Prometheus on the VPS to collect metrics and Grafana for visualization and monitoring. 📈 This enabled me to gain valuable insights into my application's performance and make data-driven decisions to improve it.

  7. golang-docker

    Docker Official Image packaging for golang

    Given my experience with Go, I asked Claude 3.7 Sonnet to create all the backend API routes and logic using Go and the Gorilla Mux framework. 🚀 This allowed me to leverage my existing knowledge and skills while still benefiting from the efficiency and accuracy of vibe coding.

  8. Bootstrap

    The most popular HTML, CSS, and JavaScript framework for developing responsive, mobile first projects on the web.

    For the frontend, I had no prior experience, so I relied entirely on Claude's capabilities. 🙏 Claude generated the entire frontend in pure JavaScript, HTML, and CSS, and even added Bootstrap to it. This not only saved me a significant amount of time but also made my application responsive and visually appealing.

  9. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • If you were forced to use one tech stack for the rest of your career, which would you choose?

    4 projects | /r/cscareerquestions | 9 Oct 2022
  • Beyond the Buzzwords: The Relevance of DORA Metrics in Contemporary Cloud Hosting for Developers

    9 projects | dev.to | 16 Apr 2025
  • Building a declarative home lab using k3s, Ansible, Helm on NixOS and Rocky Linux

    6 projects | dev.to | 30 Mar 2025
  • API Analytics: A Strategic Toolkit for Optimization

    3 projects | dev.to | 29 Mar 2025
  • Introduction to Prometheus & Grafana for Observability

    2 projects | dev.to | 17 Mar 2025