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
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
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
Observability
Make informed decisions
- Analyze your container logs from our portal
- Watch your container metrics in our dashboard
- Optimize your database
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
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.
"What happens in Europe stays in Europe"
Transparent and affordable pricing
Green and sustainable
Security built in
No servers, no stress, no brainer
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.