TalentX is an AI-first talent network platform designed to connect businesses with verified talent, teams, and agencies through intelligent matching, flexible engagement models, and integrated collaboration tools. It is a private, proprietary project developed by Incrosoft and intended as a direct competitor to Toptal.
client/: Next.js frontend application.server/: Express.js backend application with Prisma ORM._legacy/: Legacy code and assets.
- Frontend: Next.js, React, Tailwind CSS, Framer Motion, Lucide React.
- Backend: Node.js, Express, TypeScript, Prisma.
- Database: PostgreSQL (Production), SQLite (Local Development).
- Orchestration: Docker Compose.
- Node.js (v18+)
- npm or yarn
- Docker (optional, for containerized setup)
-
Clone the repository:
git clone <repository-url> cd TalentX
-
Install dependencies:
npm install
-
Set up environment variables:
- Create
.envfiles in bothclient/andserver/directories based on the provided.env.examplefiles (if available).
- Create
-
Run the project:
npm run dev
This will start both the client and server concurrently.
To run the entire stack using Docker:
docker-compose up --build- License: Proprietary (Incrosoft). See LICENSE for details.
- Owners: See CODEOWNERS for repository ownership details.
© 2025 Incrosoft. All rights reserved.