Frequently Asked Questions
How much does it cost?
Acme is free for hobby projects. The Pro plan starts at $20/mo for production workloads with more resources and support.
What languages are supported?
- Node.js / TypeScript
- Python
- Go
- Rust
- Any Docker container
Can I use a database?
Yes. We have built-in Postgres and Redis. Or bring your own — just set the connection string as an env var.
acme db create my-database --type postgres
How fast are deployments?
Typical deployments take 3-10 seconds. We use incremental builds, so only changed files are re-processed.
Is there a CLI?
Yes. Install it globally:
npm install -g acme-cli
See all commands with acme --help.
Can I self-host?
Not yet, but it's on our roadmap. Join the waitlist on our website.
How do I get support?
- Docs — You're reading them
- Discord — Join our community
- Email — support@example.com
- GitHub — File an issue