Overview
Zanode auto-detects your framework and configures the optimal build settings. No configuration needed for most projects.JavaScript / TypeScript
Next.js
Full-stack React with SSR, API routes, and static export.Auto-detected by:
next.config.jsNuxt
Vue.js framework with SSR and static generation.Auto-detected by:
nuxt.config.tsAstro
Static site generator with island architecture.Auto-detected by:
astro.config.mjsSvelteKit
Svelte framework with SSR and adapters.Auto-detected by:
svelte.config.jsReact / Vite
Single-page applications.Auto-detected by:
vite.config.tsNode.js
Express, Fastify, Hono, and other Node servers.Auto-detected by:
package.json with start scriptRemix
React framework for web standards.Auto-detected by:
@remix-run/react dependencyWordPress
WordPress is available as a one-click project type when creating a new project. It includes:- Managed MySQL database
- Auto SSL
- Daily backups
- Isolated container
WordPress projects are created separately from GitHub-connected apps. Choose “WordPress” when creating a new project.
Docker
Bring your ownDockerfile for full control:
When a
Dockerfile is present, it takes priority over framework detection.Build types
| Build type | Use case |
|---|---|
| Railpacks | Default. Auto-detects framework, optimized builds. |
| Dockerfile | Full control with your own container. |