Runtime online
/
js microfunctions
From local file to
live endpoint.
Ship a tiny JavaScript handler. Get a production URL in seconds. No containers, no config maze, nothing to babysit.
Deploy your first function
terminal — ~/hooks
rusted cli
❯rusted push greet.js
✓Built greet rev. 01 · 218 bytes
◆200ms wall / 32MB / concurrency 1
POSThttps://rusted.dev/f/greet
❯
01 / tiny
One file is enough.
02 / bounded
Hard limits by design.
03 / disposable
Expire it when you're done.