Thank you for your interest in Nitric Deploy

The public preview phase has concluded and we're no longer accepting sign-ups at this time. We're incredibly thankful for the support and feedback we've received from our preview participants, which has been invaluable in helping improve both Nitric Deploy and the open source Nitric Framework.

We're hard at work on the future of the open-source Nitric Framework and other services from the team at Nitric. We appreciate your interest and encourage you to follow our latest announcements on the main Nitric Website and on Discord.

The right infrastructure, auto-provisioned in your cloud

A better way to send money.

One-click deploys

Achieve FAANG tier DevOps on day one, so you can just write code instead of building CI/CD pipelines.

Self-provisioning runtime

Be productive with cloud development without sacrificing control, using push-to-deploy for infrastructure and code.

Confident cloud deployment

Set up new environments with just a few clicks so your team can test collaboratively with fewer tool dependencies.

Cloud-nativedeployment withDX at its core

Nitric Deploy is for application developers and teams who want to:

Build in your language of choice

Test any feature outside of prod with quick and easy staging environments

Launch quickly and confidently to your cloud, with your infrastructure state managed automatically

Get scalable, secure, performant cloud infrastructure that's portable across clouds, while you focus on just writing code

import { api } from '@nitric/sdk';
const helloApi = api('main');              helloApi.get('/hello/:name', async (ctx) => {  const { name } = ctx.req.params;  ctx.res.body = `Hello ${name}`;  return ctx;});
from nitric.resources import apifrom nitric.application import Nitric
helloApi = api("main")

@helloApi.get("/hello/:name")async def hello_world(ctx):    name = ctx.req.params.name
    ctx.res.body = f"Hello {name}"
Nitric.run()

Automate deployment tasks

Deploy sophisticated backends with a central place to manage team deployments.

How it works

Built on the open source Nitric framework, Nitric Deploy combines excellent developer experience with simple deployments to accelerate your team's pace.

1

Architect your app

Nitric's agility and portability mean you can focus on the architecture your customers need, not your cloud provider's capabilities.
2

Write code

Leverage abstraction to achieve intuitive cloud-native development in your favorite language.
3

Get infrastructure from code

Nitric auto-provisions the right infrastructure for your application.
4

Deploy to your cloud

Import your repo with one click, and let the built-in CI/CD deploy to AWS when you push a change.

Azure and Google Cloud coming soon!

You write code, weprovision and deploy it.