The easier way to deploy and
scale your applications

Take full control of the deployment of your applications. We simplified infrastructure with an intuitive, developer-focused application platform.
Nexaa takes your pain out of running applications in the cloud, with guaranteed privacy due to our exclusively European data centers.

* Start now and get € 50,- credit.

Deploy your way

Integrating Nexaa into your existing workflow has never been easier.
Manage your deployment through Infrastructure as Code, our GraphQL API or our Portal UI.

GraphQL API

Powerful, type-safe API for programmatic deployments accompanied by an client hosted at graphql.tilaa.com

# Create namespace
mutation CreateNamespace {
  namespaceCreate(
    namespaceInput: {name: "nexaa", description: "My first namespace"}
  ) {
    name
  }
}
# Deploy container
mutation CreateContainer {
  containerCreate(
    containerInput: {name: "my-container", namespace: "nexaa", resources: CPU_250_RAM_500, image: "nginx", ports: "80"}
  ) {
    name
  }
}
# Query namespace and containers
query GetContainers {
  namespace(name: "nexaa") {
    containers {
      name
    }
  }
}

Infrastructure as Code

Use Infrastructure as Code with our official Terraform provider for declarative deployment management.

# Create namespace
resource "nexaa_namespace" "test" {
  name        = "terraform-test"
  description = "This is a description"
}
# Create volume
resource "nexaa_volume" "volume-test" {
  namespace = nexaa_namespace.test.name
  name      = "terraform-volume"
  size      = 1
}
# Deploy container with full configuration
resource "nexaa_container" "container" {
  name      = "tf-container"
  namespace = nexaa_namespace.test.name
  image     = "nginx:latest"
  registry  = "gitlab"

  resources = {
    cpu = 0.25
    ram = 0.5
  }

  ports = ["80"]
}

Portal UI

Beautiful, intuitive web interface for managing your deployments with simplicity and ease.

Your fully featured application platform

Nexaa is a fully featured application platform that provides everything you need to deploy and scale your applications with ease.

Deploy what you need

Deploy any container image from any source

  • Deploy without downtime
  • Scheduled execution of containers
  • Share your persistent data across your deployments
  • Environment variables
  • Securely store your secret in our vault
  • Custom registries
More in our docs
serverless containers features list

Worry-free Databases


Leave the hassle of database administration to us

  • Peace of mind with highly available clusters
  • Encryption at rest by default
  • Managed back-ups
  • User & permissions management
  • Database management
Postgres
v14 v15 v16
More in our docs
Cloud databases features list

Not seeing your preferred database?

Send request

Flexible networking


Connect your application to the Internet with one click

  • Certificate management with automatic renewal using Let's encrypt
  • Secure Private Networks between your containers
  • Load balancing out of the box
  • Custom domain support
  • TCP/UDP ingresses
container network features list

Observability


Make informed decisions

  • Analyze your container logs from our portal
  • Watch your container metrics in our dashboard
  • Optimize your database
observability dashboard features

Automation


Integrate with your current stack to simplify deployments

  • Infrastructure as code using Terraform or OpenTofu
  • Use the Nexaa Cli to quickly deploy your application from your terminal
  • Integrate with GraphQL API, to build your own integration
  • Github Action avaiable in the marketplace
  • Easy setup of Gitlab CI using templates
More in our docs
integrations features list

Made with love ❤️


Nexaa is built by developers for developers

Why Nexaa?

We built Nexaa to solve the challenges we faced as developers. Our platform is designed to be used, not just marketed. Here are the key features that set us apart.

Production-grade platform

Nexaa is built by Tilaa - a cloud provider with over 15 years of experience in running redundant infrastructure to make sure you're always up and running. TIlaa is based in the Netherlands and only uses own hardware in European data centers. Your mission critical apps will fit right in with our uptime and response-time guarantees and 24/7 support.

And we have the certificates to prove it.

"What happens in Europe stays in Europe"

We believe European data should stay in Europe to guarantee privacy. Our data centers are exclusively in Europe, and Tilaa operates under Dutch law. This guarantees GDPR compliance - now and in the future.

Transparent and affordable pricing

Our prices are all-inclusive. When we show a price, you can rest assured that you will not get any unexpected charges. On top of that, our prices are very competitive and often much lower than hyper-scalers.

Green and sustainable

Our data centers operate 100% on renewable energy, we compensate CO2 emmisions, and we do everything in our power to minimize our carbon footprint.

Security built in

We place great importance on data security and sovereignty. This is why we built Nexaa with security as a foundational requirement. All your workloads are protected with state-of-the-art isolation, and we use encryption as much as possible.

No servers, no stress, no brainer

Every bit of software is unique, but the building blocks are not. By automating and simplifying infrastructure, Nexaa allows you to focus on developing your software. Stop worrying about server management, and focus on what matters.

Pay for what you need

Transparent hourly pricing with no surprises.
Scale up or down instantly - you're only charged for active usage.
Here's a few examples of what you can expect to pay for different use cases.

Static Website
Perfect for portfolios and simple sites
1 Container
(0.25 CPU, 0.5G RAM)
€0.012/hour
€0.012
per hour
~€8.88/month if running 24/7
Three-tier architecture
Presentation, application and data layer
2 Containers
(1.00 CPU, 2.0G RAM)
€0.098/hour
1 DB Single node (Dedicated CPU)
(2 CPU / 4GB RAM)
€0.104/hour
€0.202
per hour
~€146/month for 24/7 operation
High available SaaS
Enterprise-grade performance with autoscaling
4 ~ 16 Containers
(1.00 CPU, 2.0G RAM)
€0.196 - €0.786/hour
1 DB Triple node (Dedicated CPU)
(2 CPU / 8GB RAM)
€0.373/hour
From €0.569
per hour
Scales automatically with traffic