v0id
// private deployment portal
PASSWORD
[ access ]
v0id
dashboard
logout
projects
+ new project
[ loading... ]
dashboard
/
+ new endpoint
delete project
METHOD
PATH
PUBLIC URL
STATUS
[ loading... ]
// deploy project
push a github repo to vercel — gets its own live url
+ deploy from github
REPO
[↻ refresh]
BRANCH
[ deploy ]
last deploy:
[ redeploy ]
dashboard
/
/
new endpoint
new endpoint
PATH
METHOD
ANY
GET
POST
PUT
DELETE
ENABLED
yes
no
SOURCE
inline
github
// GITHUB SOURCE
REPO
[↻ refresh]
BRANCH
FILE PATH
CODE
(req, res, ctx available)
// req.method, req.query, req.body, req.headers
// res.json(obj) res.status(n).json(obj) res.setHeader(k, v)
// ctx.kvGet(key) ctx.kvSet(key, val) ctx.kvDel(key) ctx.fetch(url)
// ctx.project ctx.endpoint
[ save & deploy ]
[ re-sync from github ]
[ test ]
[ delete ]
[ cancel ]
// new project
NAME
SLUG
(url-safe identifier)
DESCRIPTION
(optional)
cancel
create
v0id portal