Code Agent – writing apps locally, mostly with Qwen.
- Ollama server (required)
- Qwen models by Alibaba (optional)
- Next.js app router with React/Tailwind.
- Some components from Llamacoder.
- Code sandbox by Sandpack.
- Type a question then click on 'Chat' for assistance.
-
pending: fix dark mode (it turns chat text off)
-
ui menu, buttons, and much else besides.
-
wiring: toggle chat window on/off.
-
wiring: preview currently shows default react 'hello world', not the shown
App.tsx
code. -
wiring:
qwen2.5-coder:7b
is currently hardcoded inactions.tsx
. -
wiring: agent responses not yet handled by coding sandbox.
-
Clone repo:
git clone https://github.com/kontains/volt
-
Start Ollama server on your machine. NOTE: (
qwen2.5-coder:7b
is currently hardcoded inactions.tsx
) -
Run
npm install --legacy-peer-deps
thennpm run dev
to start locally. -
Go to
http://localhost:3000/?t=1
in your browser.
(sample)