Skip to content
This repository was archived by the owner on Sep 2, 2025. It is now read-only.
/ nucel Public archive

Old Nucel - Open source deployment platform for modern web applications. Deploy without vendor lock-in.

Notifications You must be signed in to change notification settings

DonsWayo/nucel

Repository files navigation

Nucel

⚠️ Repository Moved

This repository has been moved to nucel-cloud/nucel. The old repository at DonsWayo/nucel is archived.

Please update your bookmarks and any references to point to the new location. Deploy modern web applications without vendor lock-in. Own your infrastructure. Pay only for what you use.

Installation

npm install -g @donswayo/nucel-cli

Usage

# Deploy your app (auto-detects framework)
nucel deploy

# Deploy to production
nucel deploy --stack production

# Preview changes
nucel deploy --preview

Supported Frameworks

  • Next.js 14+ - App Router, Pages Router, ISR, Streaming SSR
  • SvelteKit 2+ - SSR, Form Actions, Adapters
  • React Router v7 - Full Remix features, Loaders, Actions

Why Nucel?

  • Full Ownership - Runs in YOUR cloud account
  • Zero Platform Fees - Only pay cloud costs (~$5/month)
  • No Vendor Lock-in - Open source, portable
  • Unlimited Everything - No limits on builds, bandwidth, or team members
  • Multi-Cloud Ready - AWS today, GCP/Azure/Cloudflare coming

Documentation

Full docs at: https://nucel.cloud (coming soon)

For now: ./apps/docs

Packages

Package Description
@donswayo/nucel-cli CLI for deployments
@donswayo/pulumi-nextjs-aws Next.js adapter
@donswayo/pulumi-sveltekit-aws SvelteKit adapter
@donswayo/pulumi-react-router-aws React Router v7 adapter

License

MIT