Get Started
Getting started with Next Sandbox.
Next Sandbox is a lightweight package for testing and monitoring server actions in your Next.js application. It provides a simple UI to execute actions, view logs, and measure execution times.
Features
- Execute Actions: Run server actions directly from the UI.
- View Logs & Metrics: Monitor execution status, logs, and performance metrics (AVG, P75, P95).
Installation
Usage
Create a dedicated route for sandbox usage and directly export withSandbox
in page.tsx
: