{
  "title": "Hydron Blog",
  "description": "Engineering deep dives, infrastructure ideas, and the opinionated decisions behind how Hydron deploys your apps to real production servers.",
  "base_url": "https://hydron.app",
  "feed": "https://hydron.app/blog/rss.xml",
  "llms_txt": "https://hydron.app/llms.txt",
  "posts": [
    {
      "slug": "from-repo-to-production-pipeline-tour",
      "title": "From repo URL to production: a tour of Hydron's deployment pipeline",
      "description": "How Hydron turns a paste-in Git URL into a live application running on a dedicated server — three AI-driven planning stages, one orchestrated execution run, and what stays under your control.",
      "date": "2026-05-26",
      "category": "Engineering",
      "tags": [
        "deployment",
        "infrastructure",
        "ai",
        "dedicated-servers",
        "devops"
      ],
      "author": {
        "name": "The Hydron Team",
        "role": "Engineering"
      },
      "reading_time_minutes": 12,
      "featured": true,
      "url": "https://hydron.app/blog/from-repo-to-production-pipeline-tour",
      "markdown_url": "https://hydron.app/blog/from-repo-to-production-pipeline-tour.md"
    }
  ]
}