Frontend for the Velai platform — a task tracking and management tool, built with Next.js and ShadCN.
- Frontend: velai.onrender.com
- Backend API: velai-go.onrender.com
- Frontend Repo: github.com/deexithparand/velai
- Node.js 16+ (LTS recommended)
- Yarn or npm
- Docker (optional)
git clone https://github.com/deexithparand/velai.git
cd velainpm install
# or if using yarn:
yarn installnpm run dev
# or if using yarn:
yarn devThis will start the development server at
http://localhost:3000.
docker build -t velai .
docker run -d -p 3000:3000 velaiThe frontend interacts with the backend API at:
https://velai-go.onrender.com/
Watch the demo video here: Demo Video