Nukta Docs

Getting Started

Publish your first Nukta Website.

Getting Started

This guide takes you from an empty project to a live Nukta Website.

1. Create a site

From the Admin console choose Website → New site. Give it a name; Nukta gives you a *.nukta.site subdomain to start with.

2. Add your content

Point the site at a Git repository or upload a build. Nukta serves static assets from the edge and rebuilds on every push.

# Deploy the current directory
npx @nukta/cli website deploy ./out --site my-site

3. Connect a custom domain

Add your domain in the site settings and create the DNS record Nukta shows you. HTTPS is provisioned automatically.

Want to require a login? Turn on Protected in the site settings and Nukta gates every page behind Nukta SSO.

Next steps

On this page