This is a minimal and production-ready Astro application configured for deployment on Seenode.
This example demonstrates how to deploy an Astro web service with both a web page and API endpoint.
View our guide on deploying Astro apps on Seenode in seconds.
- Connect Your Repository: Go to the Seenode dashboard, select New Web Service, and choose this Git repository.
- Confirm Settings: Seenode will detect the Node.js environment and suggest the correct commands.
- Build Command:
npm run build
- Start Command:
npm start
- Build Command:
- Deploy: Click Create Web Service.
That's it! Your Astro app will be deployed and available at a public URL.
- Production-Ready: This Astro app uses server-side rendering (SSR) with the Node.js adapter for optimal performance.
- Port Binding: This example is configured to listen on port 80. The application automatically binds to the correct port in production.
- Seamless Scaling: Scale your service horizontally or vertically with a few clicks from the Seenode dashboard as your traffic grows.
- API Endpoints: Includes both web pages and API routes, demonstrating full-stack capabilities.