Timeline
Built as a solo full-stack product from 04/2026 to 07/2026, with roughly 42 commits and a monorepo containing React, NestJS, Prisma, and shared packages.
A full-stack freelancer project management SaaS for managing clients, collaborative projects, Kanban tasks, notes, project knowledge, notifications, and deployment-ready workflows.
Key features

Built as a solo full-stack product from 04/2026 to 07/2026, with roughly 42 commits and a monorepo containing React, NestJS, Prisma, and shared packages.
Worked as full-stack developer and project owner, covering product modeling, frontend flows, GraphQL API design, database schema, authorization, tests, Dockerization, and deployment pipeline.
The current implementation includes 27 PostgreSQL models, 84 backend GraphQL operations, around 75 frontend GraphQL query and mutation definitions, and 23 test files.
Designed for freelancers who need one workspace for customers, projects, tasks, notes, collaboration, and reusable project knowledge instead of spreading work across disconnected tools.
Main Features
Architecture
The codebase separates product apps from reusable packages so the React SPA, NestJS API, Prisma schema, shared types, and UI utilities can evolve without turning into one large application folder.
Customers
Freelancers can keep customer records close to the projects, notes, and delivery context they belong to, instead of treating contacts as a disconnected address book.
Collaboration
Project membership is enforced in the backend and reflected in the UI, while Kanban interactions stay fast through order keys instead of rewriting every task after drag-and-drop.
Notes
The notes module works like a lightweight project wiki with hierarchy, rich editing, search, recovery, and secure sharing, so delivery decisions do not disappear into chat threads.
Memory
Knoxt.io separates reusable delivery knowledge from ordinary task tracking by modeling decisions, meetings, action items, requirements, and activity history.
Quality
The deployment path checks code quality, database schema safety, tests, Docker images, secrets, dependencies, and server SHA before production is updated.
Product screens
Real screens from the landing page, sharing flow, document editor, and project Kanban workspace.




Architecture
apps/
packages/
Frontend
React, TypeScript, Vite, Apollo Client, Radix UI
Backend
Node.js, NestJS, GraphQL, Prisma
Database
PostgreSQL, Prisma ORM
DevOps
Docker, Nginx, GitHub Actions
Permissions
Architecture
Security
Collaboration
Notes
Knowledge
Quality
CI/CD
Install with frozen lockfile
Prisma validate and generate
Lint and type-check
Run automated tests
Build Docker images
Trivy security scan
SHA-verified VPS deploy
72
Backend tests passed
23
Test files
100%
Automated deployment