Run your code without managing servers. Pay only for what you consume. Hosted in Canada.
Write a function, deploy it, and let UBQT handle scaling, availability, and execution.
Deploy a function in seconds via the CLI, console, or directly from Git.
Automatically scales from 0 to thousands of instances. No traffic = no cost.
HTTP, CRON, webhooks, queues — trigger your functions on any event.
Every function gets an HTTPS endpoint with automatic TLS. Production-ready.
Real-time logs, invocation metrics, execution duration, errors — all in the console.
Secrets and configs injected securely. Encryption at rest.
Every deployment is versioned. Roll back to a previous version in one click.
Native access to Object Storage, VPC, and other UBQT services from your functions.
Maintained and optimized runtimes for minimal cold starts.
3.11 · 3.12 · 3.13
18 LTS · 20 LTS · 22
1.21 · 1.22 · 1.23
Serverless functions excel when you need responsiveness without the complexity of a permanent server.
Build lightweight REST APIs or webhook endpoints without managing infrastructure. Perfect for third-party integrations.
HTTP TriggerDaily reports, data cleanup, synchronizations — run code on a schedule without maintaining a server 24/7.
CRON TriggerImage resizing, format conversion, data extraction — trigger automatically on an upload to Object Storage.
Event TriggerSend emails, SMS, or push notifications in response to events in your application.
Event TriggerOffload heavy operations from your main application. Queues, batch processing, lightweight ETL.
Queue TriggerMaintenance scripts, health checks, custom alerting, secret rotation — automate your infrastructure.
CRON / Event TriggerBilling: Hourly (default) | Monthly (−10%) | Annual reserved (−25%). All prices in CAD, before taxes (GST/QST).
| Component | Price (CAD) |
|---|---|
| Invocations — first 1M/month | Free |
| Invocations — beyond 1M | $0.20 per million |
| Compute (execution duration) | $0.000015 per GB-second |
| Outbound traffic — Canada | Free |
| Outbound traffic — Internet | $0.01/GB |
| Profile | Memory | vCPU | Max timeout |
|---|---|---|---|
| ufs.128 | 128 MB | 0.1 vCPU | 30 s |
| ufs.256 Popular | 256 MB | 0.2 vCPU | 60 s |
| ufs.512 | 512 MB | 0.5 vCPU | 120 s |
| ufs.1024 | 1,024 MB | 1.0 vCPU | 300 s |
| ufs.2048 | 2,048 MB | 2.0 vCPU | 300 s |
| ufs.4096 | 4,096 MB | 4.0 vCPU | 600 s |
Example: API 500K requests/month, 200 ms, 256 MB ≈ $0.38/month.
Your functions run exclusively on Canadian infrastructure.
Here is what the deployment experience will look like.
A simple file with a handler function — that's all you need.
The CLI handles packaging and deployment.
Accessible immediately via HTTPS.