| CARVIEW |
Deploy and scale your applications
100% developer focused, 100% European
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.
Your fully featured application platform
Nexaa is a fully featured application platform built by developers for developers that provides everything you need to deploy and scale your applications with ease.
Authenticate to your custom registries, share your persistent data across your deployments and securely store your secret variables in our vault.
From Single to High available clusters, user and database management, managed back-ups, namespace level network isolation, free yourself from database infrastructure complexity and maintenance.
Leave your heavy-lifting messaging needs to our platform. Highly available clusters, highly tested performance, highly affordable.
Supporting custom domains, providing you with free ingress domains with automatic renewing "Let's encrypt!", TCP/UDP ingresses, enjoy your deployment in production
We provide you with a powerful CLI, GraphQL API with a dedicated playground client and Terraform/OpenTofu ready to level up your deployments under any flavour
We built our platform using industry standards, open-source tools and no vendor glossary, making sure that connecting and managing your setup is as effortless as plug and play
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
}
}
}
CLI Commands
Lightning-fast deployments from your terminal with our intuitive command-line interface.
# Install the CLI
npm install -g @deployk8s/cli
# Login to your account
deployk8s login
# Deploy your application
deployk8s deploy my-app \
--image nginx:latest \
--port 80 \
--env production
# Scale your deployment
deployk8s scale my-app --replicas 5
# View logs in real-time
deployk8s logs my-app --follow
# Check deployment status
deployk8s status my-app
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
data "nexaa_container_resources" "container_resource" {
cpu = 0.25
memory = 0.5
}
resource "nexaa_container" "container" {
name = "tf-container"
namespace = nexaa_namespace.test.name
image = "nginx:latest"
registry = "gitlab"
resources = data.nexaa_container_resources.container_resource.id
ports = ["80"]
}
Portal UI
Beautiful, intuitive web interface for managing your deployments with simplicity and ease.
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.
"What happens in Europe stays in Europe"
Transparent and affordable pricing
Green and sustainable
Security built in
No servers, no stress, no brainer
Don't just take our word for it
These companies are already empowering their development
We've grown to almost 60 people; you need a platform that grows with you, not against you.
Michiel Jakobs
Manager Data, IT & Security, Ibizz
Running Kubernetes is awesome, but also a pain in the ass. With Nexaa I don't have to worry about Kubernetes, but I can still use its power
Stefan Koopmanschap
Owner, Ingewikkeld
Our experience with Nexaa has been positive from the very beginning: the platform works exactly as you’d expect a platform to work. Setting up new environments is quick and straightforward, and the team is always available to provide support with technical challenges. This enables us to develop and improve our care solutions without delays.
Tom de Leeuw
Co-founder, PAVA
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.
All plans include: SSL certificates, 24/7 monitoring, expert support, and unlimited deployments
Pay only for actual usage - no minimum commitments. Perfect for development, testing, or variable workloads. Monthly estimates assume 24/7 operation.