SweatStack

SweatStack Pages

Zero-config hosting for SweatStack powered apps

Sites live at your-app.pages.sweatstack.dev

Free for now. And your current pages stay free, even if pricing changes.

Getting Started

1 Install the CLI
macOS / Linux
$ curl -LsSf sweatstack.no/install-cli | sh
Windows
$ powershell -ExecutionPolicy ByPass -c "irm sweatstack.no/install-cli-windows | iex"
2 Log in
$ sweatstack login
3 Create an app
$ sweatstack app create "My App" --page myapp

Already have an app? Skip this step. Or create one in the web console.

4 Deploy
$ sweatstack page deploy myapp ./dist
Done! Your site is live at myapp.pages.sweatstack.dev

Using Claude Code?

Install SweatStack Skills for AI-assisted development and deployment.

$ curl -LsSf sweatstack.no/install-skills | sh

Learn more on GitHub

How It Works