Code
Open your browser,
and you're ready to go.
const ProductsTable = aircode.db.table('products')await ProductsTable.save({ name: 'iPhone Pro', price: 899, description: 'The best iPhone ever.', amount: 10,})
- No setup required.
- Database, file storage, and cronjobs are ready to use right away.
- Coding everywhere, with cloud sync.
- Write your code on any device and enjoy auto-save to the cloud. Forget about missed Git pushes or lost changes.
- Out-of-the-box TypeScript.
- Create a .ts file, and you're set to code with TypeScript's type checking.
Debug
Spot and resolve the real issues.
Consistent environments
We provide consistent development and production environments. This ensures that if your code works locally, it will work in online.
Debugging with online data
Debug using actual data from online requests, ideal for online issues, webhooks debugging, and OAuth connections. Learn more
Cloud synchronization
All the test data is synchronized in the cloud, so you can debug from any location without losing your debugging context.
Deploy
Iterate fast, maintain less.
One-click publishing
Hassle-free deployment with a single click, no need to configure anything.
Start deploying...
Retrieving functions and dependencies...
Total size: 3.6 MB
Creating production service...
Deployed in 8.3s. Version: 1
https://test123.us.aircode.run/hello
Shipping in seconds
Whether you're tweaking bugfixes or rolling out features, get changes live in seconds, not minutes.
$
curl -H "content-type:application/json" \ -X POST -d '{"name": "Elon"}' \ https://test123.us.aircode.run/hello
{"message": "Hi, Elon!","apiVersion": 1}
Every function, now an API
Seamlessly transform each of your functions into accessible APIs. And they're all serverless.