Home

Documentation

Getting Started

Quickstart

Deploy your first project to serverless.au in under 2 minutes

Overview

serverless.au makes deploying JavaScript applications simple. Connect your GitHub repository, and your app is live on Australian edge servers with every push.

You'll need a GitHub account to get started. We currently support GitHub as the only Git provider.

Deploy in 3 Steps

1

Sign in with GitHub

Click Start deploying on the homepage and authorize serverless.au to access your repositories. We request minimal permissions to read your repos and receive webhook notifications.
2

Select a Repository

Choose the repository you want to deploy from your list. We automatically detect your framework (Next.js, React, Vue, etc.) and configure build settings for you.
3

Deploy

Review your settings and click Deploy. Your app will be live at your-project.serverless.au within seconds.

Automatic Deployments

Once connected, every push to your configured branch triggers an automatic deployment. No additional setup required.

terminalbash
# Push your changes
git add .
git commit -m "Update homepage"
git push origin main

# Your changes are live within seconds at:
# https://your-project.serverless.au
Preview Deployments
Every pull request also gets its own preview deployment URL, so you can review changes before merging.

Next Steps

  • Add a custom domain – Connect your own domain with automatic SSL
  • Configure environment variables – Add API keys and secrets securely
  • View logs and metrics – Monitor your application performance