Screenshots
Example Usage
hexflow/
├── backend/         # Node.js backend server and tools
│   ├── server.js
│   ├── package.json
│   └── tools/
├── frontend/        # React frontend (Vite + Tailwind CSS)
│   ├── src/
│   ├── public/
│   ├── package.json
│   └── ...
├── ollama/          # AI/ML integration (Ollama Docker setup)
│   ├── Dockerfile
│   └── entrypoint.sh
├── compose.yaml     # Docker Compose for multi-service orchestration