Examples
Next.js
Deploy a Next.js app
Prompt
Prompt
❯
Build a Next.js 15 landing page with App Router. Include a hero section, features grid, and a contact form. Use Tailwind CSS. Deploy to Ink.
What happens
- Agent scaffolds a Next.js 15 project with App Router
- Builds the landing page components
- Commits and deploys
- Live at
your-app.ml.ink
Build details
| Setting | Value |
|---|---|
| Build pack | Auto-detect (Node.js / Next.js) |
| Build command | npm run build |
| Start command | npm start |
| Port | 3000 |