Frontend application for Karyo, a robust and intuitive platform for workspace, project, and task management.
Karyo Web App provides a modern, fast, and responsive user interface to manage teams, track project progress, and collaborate seamlessly. Built with performance and developer experience in mind.
- Modern Framework – Built with Next.js and React.
- Type Safety – Fully written in TypeScript.
- Styling – Utility-first styling with Tailwind CSS.
- Data Management – Efficient server-state management and caching using TanStack Query.
- Containerized – Multi-stage Docker setup optimized for production (Standalone output).
- Package Manager – Managed securely and quickly using pnpm.
The project is containerized and ready for production or local development.
git clone https://github.com/mryasinq/karyo-app.git
cd karyo-appcp .env.example .envdocker build --build-arg NEXT_PUBLIC_API_URL="http://localhost:3000" -t karyo-app .
docker run --env-file .env -p 3000:3000 karyo-apppnpm install
pnpm start:devNODE_ENV=""
NEXT_PUBLIC_API_URL=""- Fork the repository
- Create branch:
git checkout -b feature/your-feature-name - Commit:
git commit -m "feat(area): add feature description" - Push:
git push origin feature/your-feature-name - Create Pull Request
Branch Naming:
feature/feature-name- New featuresbugfix/bug-description- Bug fixeshotfix/critical-fix- Urgent fixes
This project is licensed under the MIT License.