Node.js, Python, Go, Rust
Serverless Functions
Deploy backend logic without managing servers. Auto-scale from zero to millions of requests. Pay only for what you use.
Node.js 20
TypeScript included
Python 3.12
FastAPI, Flask
Go 1.22
Gin, Echo
Rust
Axum, Actix
Why HostScience Serverless?
-
15-minute timeout - Run long-running tasks like video processing
-
10GB memory - Handle memory-intensive workloads
-
Streaming responses - Stream data as it's generated
-
Background functions - Run tasks after response is sent
-
Scheduled functions - Cron-like scheduling built-in
Git-based Deployments
# Directory structure
my-project/
├── api/
│ ├── hello.ts → /api/hello
│ ├── users/
│ │ ├── [id].ts → /api/users/:id
│ │ └── index.ts → /api/users
│ └── webhook.ts → /api/webhook
├── package.json
└── hostscience.json
Push to GitHub, GitLab, or Bitbucket. We deploy automatically with preview URLs for every PR.
Pricing
Serverless Hobby
For side projects and experiments
Free
- 100,000 invocations/mo
- 10s timeout
- 1.0GB memory
- Node.js, Python, Go
- 10s timeout
- 1GB memory
- Git deployments
Most Popular
Serverless Pro
Production serverless workloads
$25.0/mo
- 1,000,000 invocations/mo
- 60s timeout
- 3.0GB memory
- 60s timeout
- 3GB memory
- Scheduled functions
- Environment variables
- Preview deployments
Serverless Business
High-performance serverless
$99.0/mo
- 10,000,000 invocations/mo
- 900s timeout
- 10.0GB memory
- 15 min timeout
- 10GB memory
- Background functions
- Streaming responses
- SLA 99.99%
Built for Every Use Case
API Endpoints
REST or GraphQL APIs with automatic scaling
Webhooks
Process events from Stripe, GitHub, etc.
AI Inference
Run ML models with high memory
Media Processing
Image/video processing at scale
Ship Faster with Serverless
Focus on your code. We handle the infrastructure.
Deploy Your First Function