Getting Started

You bring working code. We turn it into a live service.
Pick the path that matches what you have.

Have a git repo? Jump to the git guide

Paste code or files

  1. 1

    Click New Service in the header, or Deploy your first service from an empty dashboard.

  2. 2

    Paste your code, upload files, or drag them into the editor. Multi-file uploads show a split-pane editor with a file sidebar.

  3. 3

    Review the detected service details. We prefill the name, type, and entry point automatically.

  4. 4

    If we find API keys in your code, we show you a diff of the rewritten files. Click Secure All and we move the secrets to secure storage for you.

  5. 5

    Click Deploy (or Test & Schedule for scheduled jobs). The pipeline runs and you'll see each phase complete in real time.

Sign up to start with Paste

We'll take you through signup first, then drop you into the flow.

What happens next

  • Web Service: you'll get a live URL on your service page.

  • Scheduled: you'll see your schedule and a Run Now button.

  • Function: you'll get a webhook URL and a request log.

  • Background Worker: you'll see live logs and deploy history.

Just have code or files? Jump to the paste guide

Use a git repository

  1. 1

    Click New Service, then Deploy from Git (or use the "Connect a repo" link from the dashboard).

  2. 2

    Create a repository or select an existing one. Click Create Repository.

  3. 3

    Set up access if you haven't already. Add an SSH key or generate an access token. We show you both options.

  4. 4

    Copy the git remote command, add it locally, and push your code. We detect it automatically.

  5. 5

    Review the detected services. We analyze your code and show what we found. Configure the service you want to deploy.

  6. 6

    Click Deploy (or Test & Schedule for scheduled jobs). The pipeline runs.

Sign up to start with Git

We'll take you through signup first, then drop you into the flow.

What happens next

  • Web Service: you'll get a live URL on your service page.

  • Scheduled: you'll see your schedule and a Run Now button.

  • Function: you'll get a webhook URL and a request log.

  • Background Worker: you'll see live logs and deploy history.

After you're live

  • Check status on the dashboard. Green dot means working. You can close the tab.

  • See details in your service. Scheduled jobs and background workers open to a Logs tab. Webhooks have a Requests tab. Web services show the live URL.

  • Update your code. Paste flow users edit in the Code tab and click Deploy Changes. Git users push again and we redeploy automatically.

  • When things break. We email you. Click "Copy for AI" on any error to get a readymade debugging prompt.