Examples
React
Deploy a React app
Prompt
Prompt
❯
Create a React app with Vite that shows a dashboard with some charts. Use Recharts for the charts and Tailwind CSS for styling. Deploy it to Ink.
What happens
- Agent creates a React + Vite project
- Adds Recharts and Tailwind CSS
- Builds a dashboard with sample charts
- Commits to Ink git and deploys
- Live at
your-app.ml.ink
Build details
| Setting | Value |
|---|---|
| Build pack | Auto-detect (Node.js) |
| Build command | npm run build |
| Publish directory | dist |
| Port | 8080 (static) |