Next Sandbox
A lightweight tool for testing and monitoring
server actions in Next.js.
Simple Adoption
Create a dedicated route for sandbox usage and directly export withSandbox in page.tsx.
Monitoring
Monitor execution status, logs, and performance metrics (AVG, P75, P95).
Access Control
Provide a beforeRender method that allows users to perform server-side logic such as authentication and authorization before the Sandbox UI is rendered.
How to use
