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

  1. Agent creates a React + Vite project
  2. Adds Recharts and Tailwind CSS
  3. Builds a dashboard with sample charts
  4. Commits to Ink git and deploys
  5. Live at your-app.ml.ink

Build details

SettingValue
Build packAuto-detect (Node.js)
Build commandnpm run build
Publish directorydist
Port8080 (static)

On this page