Best of AstroOctober 2025

  1. 1
    Article
    Avatar of hnHacker News·30w

    From VS Code to Helix

    A developer shares their journey switching from VS Code to Helix, a terminal-based text editor. Initially hesitant due to concerns about configuration complexity and learning curve, they were motivated by privacy concerns around Microsoft's AI integration and desire for open-source alternatives. The transition proved smoother than expected thanks to Helix's selection-first editing model and built-in tutorial. The post provides detailed setup instructions for Language Server Protocol integration with Markdown (using Marksman and Harper), Astro, and YAML, including formatters like dprint. While praising Helix's out-of-the-box philosophy and efficiency, the author notes the project struggles with PR backlog and could benefit from better contributor onboarding.

  2. 2
    Article
    Avatar of astro_sourceAstro·31w

    Astro 5.15

    Astro 5.15 introduces automatic skew protection for Netlify deployments to prevent version mismatches between client and server during deployments. The release adds new adapter APIs that allow hosting platforms to customize fetch headers and asset query parameters, enabling Vercel to also implement reliable skew protection. Font preloading now supports granular filtering by weight, style, and subset for better performance optimization. Additional improvements include a copy button for stack traces in the error overlay and automatic wrangler.jsonc scaffolding for Cloudflare integration.