The official OutRay plugin for Next.js. Automatically creates a public tunnel when your dev server starts. No CLI required.
Whether you're using the App Router or Pages Router, building a full-stack app or a static site, OutRay seamlessly integrates into your Next.js workflow.
import withOutray from '@outray/next';
export default withOutray({
// your Next.js config
});$ npm run dev
➜ Local: http://localhost:3000
➜ Tunnel: https://abc123.outray.app
The OutRay Next.js plugin integrates seamlessly with the modern Next.js ecosystem.