No credit card required to start

Simple pricing. No surprise bills.

Pay for the compute you actually use. Start with a 15-day trial, then pick a plan that fits your workload.

Showing prices in US Dollars (USD)

15-Day Trial

Trial

$0 / 15 days

100 trial credits on signup. Explore everything before you commit.

  • 100 trial credits included — no card needed
  • Up to 2 cron jobs
  • 7-day execution log history
  • Manual runs + sandbox execution
  • pip package support
  • AI Code Assistant New
  • Environment variables
  • Max 64MB RAM & 0.1 vCPU
    Good for basic, quick-running background tasks.
Start 15-Day Trial
MOST POPULAR
Best for individuals

Starter

$4.99 /month

For developers running regular automations and side projects.

  • 3,000 credits every month
    Enough to run a script every 15 minutes
  • Up to 10 cron jobs
  • 30-day execution log history
  • Email failure alerts
  • pip package support
  • Enhanced AI Code Assistant New
  • Environment variables
    Securely passed to your isolated sandbox
  • Webhooks
  • Built-in KV Store New
  • Max 128MB RAM & 0.25 vCPU
    Handles larger data payloads and slightly longer computations.
  • Up to 3 retries on failure
Subscribe to Starter

Cancel anytime. No lock-in.

For teams & scale

Pro

$9.99 /month

For production workloads and teams with serious scheduling needs.

  • 15,000 credits every month
    Scale up to 5 scripts running every 15 mins
  • Up to 50 cron jobs
  • 90-day execution log history
  • Email failure alerts
  • pip package support
  • Priority AI Code Assistant New
  • Environment variables
    Securely passed to your isolated sandbox
  • Webhooks
  • Built-in KV Store New
  • Priority support
  • Max 256MB RAM & 0.5 vCPU
    Maximum power for resource-intensive, data-heavy workloads.
  • Up to 5 retries on failure
Upgrade to Pro

Cancel anytime. No lock-in.

Comparison

Why developers choose LiteLambda

Skip the AWS IAM roles, EventBridge rules, and CloudWatch setup. Just write Python and set a schedule.

Capability LiteLambda Starter AWS Lambda + EventBridge
Cost for daily Python scripts $4.99/mo ~$1–5/mo + hours of dev time
Setup time
Under 5 minutes
2–4 hours (IAM, VPC, layers)
pip package support
Built-in selector or requirements
Requires Lambda Layers / Docker build
Built-in KV Store
context.kv (Zero DB setup)
Requires DynamoDB or Redis instance
Failure alerts
Slack, Discord, Telegram & Email
CloudWatch Alarms + SNS topics
Browser automation
Playwright supported natively
Custom Chromium layers & binary hacks
AI Code Assistant
Built-in script generator & troubleshooter
None

Unlock More Power as You Grow

Paid plans not only give you more credits, but also unlock heavier compute tiers for demanding workloads. You only pay for what you provision per run.

Trial Limits
30s Timeout
Max 64MB RAM
Max 0.1 vCPU
Starter Limits
60s Timeout
Max 128MB RAM
Max 0.25 vCPU
Pro Limits
120s Timeout
Max 256MB RAM
Max 0.5 vCPU
Estimate Your Usage

Interactive Credit Calculator

Calculate how many credits you need and find the recommended plan.

1s 30s (Trial limit) 60s (Starter) 120s (Pro)
1/day (Daily) 24/day (Hourly) 288/day (Every 5m)
Estimated Monthly Usage
~ credits / month

Recommended plan: · covers up to

Start 15-Day Trial →
"

I replaced my whole AWS Lambda setup with LiteLambda. No YAML, no IAM roles, no 2-hour setup. Just paste code and go. Easily worth $5 a month to get my time back.

Y
Yuki T.
Freelance Python Dev

Frequently asked questions

LiteLambda is the easiest serverless alternative to AWS Lambda for running Python cron jobs. You do not need to configure IAM roles, EventBridge, or VPCs. Simply paste your Python code, set a cron expression, and it runs automatically in a sandboxed environment.
Monthly plan credits are refreshed each billing cycle — they don't roll over. However, any one-time top-up credits you purchase never expire and are consumed first.
Yes, every execution runs inside an isolated Docker sandbox. It has no network access by default unless requested. Your code and environment variables are encrypted at rest, and we do not read or share your scripts.
LiteLambda provides an embedded Key-Value store directly injected into your execution context. You can persist state between runs using context.kv.set() and context.kv.get(). No need to provision an external Redis or PostgreSQL database for simple persistent variables.
Yes, LiteLambda supports any pip package for Python 3.11. Just list your packages in the requirements field — we install them before each run using a cached layer for fast cold starts.
Absolutely. Upgrade or downgrade from your account settings. Changes take effect at the next billing cycle.
When you sign up, you get a 15-day trial with 100 credits included — no credit card required. During the trial, all features work exactly as they do on a paid plan. After 15 days, scheduled cron jobs are paused until you upgrade. Your code, logs, and configuration are kept safe.
Your scheduled cron jobs are paused. Nothing is deleted. You can still log in, view your code, and browse execution history. Upgrade any time to resume — jobs restart automatically on the next scheduled trigger.
Running sandboxed Python code costs real compute. A permanent free tier would compromise reliability for paying customers. The 15-day trial gives you enough time to build something real and decide if LiteLambda is right for you — without a credit card.
Your crons pause safely to prevent surprise bills — you will never be charged unexpected overages. Your code, logs, and configuration remain untouched. You can either purchase top-up credits at any time or wait for your plan renewal to resume executions automatically.
You get an instant alert in Slack, Discord, Telegram, or email — whichever you've configured in your settings. LiteLambda also supports automatic retries (up to 5 retries on Pro) and auto-pauses jobs with consecutive failures to protect your balance.
You can trigger jobs via incoming webhooks from GitHub Actions, CI/CD pipelines, or curl commands today. A dedicated CLI (pip install litelambda-cli) and Git-push integration are in active development.

Ready to automate your first Python script? No credit card needed.

Start 15-Day Trial — No Credit Card