Skip to content

Latest commit

 

History

177 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WenDui

Ask once, answer with skills. WenDui is a skill-native chat product that turns repeatable work into Skills and invokes them inline.

Highlights

  • Skill-first workflow with structured capture and reuse
  • Clean UX for creating, browsing, and applying Skills
  • Frontend-only workspace (backend separated)

Tech Stack

  • Frontend: React + Vite + Tailwind
  • Runtime: Node.js

Repositories

Local Development

Frontend

pnpm install
pnpm exec vite --host localhost --port 5174 --strictPort

Open http://localhost:5174/

Environment Variables

This project reads environment variables from the shell (not from .env files).

VITE_BACKEND_URL sets the API base URL:

  • Development default: http://127.0.0.1:8000 when unset.
  • Production default: empty string when unset (use same-origin /api).

Examples:

VITE_BACKEND_URL=http://127.0.0.1:8000 pnpm dev
VITE_BACKEND_URL= pnpm build

Docker

docker build -t wendui:local .
docker run --rm -p 7860:80 wendui:local

Open http://localhost:7860

License

MIT MIT

About

Resources

Stars

2 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages