Deployed sites
- loading…
Deploy — drag & drop
.localhost:8787
drop your site folder here
(or click to pick a folder)
(or click to pick a folder)
# or from a terminal: ./bin/quick deploy mysite ./my-folder
The zero-config API
<script src="/quick.js"></script> // persisted JSON store, per-site quick.db.collection('posts').create({…}) posts.subscribe({ onCreate: fn }) // realtime websockets quick.ws.channel('room', { onMessage }) // file storage quick.files.upload(file) // → url // identity quick.me()