Deploy modern web applications without vendor lock-in. Own your infrastructure. Pay only for what you use.
npm install -g @nucel.cloud/nucel-cli
# Deploy your app (auto-detects framework)
nucel deploy
# Deploy to production
nucel deploy --stack production
# Preview changes
nucel deploy --preview
Full docs at: https://nucel.cloud (coming soon)
For now: ./apps/docs
Package | Description |
---|---|
@nucel.cloud/nucel-cli | CLI for deployments |
@nucel.cloud/nextjs-aws | Next.js adapter |
@nucel.cloud/sveltekit-aws | SvelteKit adapter |
@nucel.cloud/react-router-aws | React Router v7 adapter |
MIT