Skip to content

simd-ai/ui

Repository files navigation

ui

Next.js frontend for simd-ai/agent. Upload a mesh, paste a natural-language prompt, hit Run — the agent generates the OpenFOAM case and streams residuals + 3D fields back into the viewer.

Run

npm install
npm run dev

Listens on http://localhost:3000. Point it at a running agent by setting .env.local:

NEXT_PUBLIC_AGENT_URL=http://localhost:8000
NEXT_PUBLIC_AGENT_WS_URL=ws://localhost:8000
NEXT_PUBLIC_AUTH_DISABLED=true

Build for production

npm run build
npm start

License

AGPL v3 — see LICENSE.

Contributors

Languages