# Astro Nodejs Adapter > The Astro Nodejs Adapter (@astrojs/node) is an official integration for the Astro web framework that enables server-side rendering (SSR) on Node.js environments. It allows developers to build and deploy dynamic websites and applications by providing a bridge between the Astro build process and a Node.js server runtime. The adapter supports multiple deployment modes, including standalone servers or integration as middleware for frameworks like Express. - URL: https://optimly.ai/brand/astro-nodejs-adapter - Slug: astro-nodejs-adapter - BAI Score: 62/100 - Archetype: Challenger - Category: Software Development Tools - Last Analyzed: April 11, 2026 - Part of: Astro (Astro Framework) (https://optimly.ai/brand/astro) ## Also Referenced By - Astro Deno (https://optimly.ai/brand/astro-deno) ## Buyer Intent Signals Problems: Static Site Generation (SSG) only: Using the standard 'astro build' command to generate a static site and hosting on services like Vercel or Netlify without custom server logic. | Manual API/Backend Separation: Building a separate back-end API in Express or Fastify and connecting it to a decoupled Astro frontend via fetch. Solutions: how to deploy astro on a vps | astro server side rendering nodejs | best nodejs adapter for web frameworks | how to run astro on docker | Platform-Specific Adapters: Using @astrojs/vercel or @astrojs/netlify to handle SSR specifically for those proprietary platforms instead of a generic Node environment. Comparisons: @astrojs/node vs static building