HappyHackingSpace / HappyHackingSpace/sindoq
Implement Vercel Sandbox provider
Open
enhancement
help-wanted
provider
- Dominant language
- Go
- Stars
- 9
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
## Description
Implement full Vercel Sandbox provider (currently a stub).
Use Vercel's Sandbox API for serverless code execution.
## Requirements
- [ ] Authenticate with Vercel API token
- [ ] Create sandbox sessions
- [ ] Execute code (Python, JavaScript/Node.js)
- [ ] Stream stdout/stderr
- [ ] File system operations
- [ ] Session cleanup
## References
- Current stub: `internal/provider/vercel/vercel.go`
- Vercel Sandbox docs: https://vercel.com/docs/functions/runtimes
Contributor guide
Assessment
This issue has not been assessed yet.