Carbos was a job search and matching platform that connected job seekers with opportunities at 3,000+ companies. The platform is no longer active — Carbos has joined forces with Simplify Jobs to continue enhancing the job search experience.
You can visit carbosjobs.com to learn more.
- Live Job Data — Aggregated current job listings across thousands of companies
- Effortless Matching — AI-powered matching algorithm that paired candidates with companies based on their interests, background, and profile
- Intelligent Notes — Built-in notebook for tracking and organizing job search information
- Network of Talent — Community connecting job seekers with opportunities
Users could build detailed profiles with their resume, projects, and preferences, and Carbos AI would recommend suitable employers and positions.
- Framework: Next.js 13 with TypeScript
- Styling: Tailwind CSS, Framer Motion, Headless UI
- Database: PostgreSQL via Prisma (dual schema — frontend and backend)
- Auth: NextAuth.js
- Storage: Supabase
- AI: OpenAI API (semantic job matching)
- Analytics: PostHog
- Rich Text: BlockNote, Draft.js
- Email: Nodemailer
pages/ # Next.js pages and API routes
components/ # React components organized by feature
lib/ # Utility functions, Prisma/Supabase clients
prisma/ # Database schemas and migrations
config/ # App configuration
types/ # TypeScript type definitions
public/ # Static assets
styles/ # Global styles
# Install dependencies
pnpm install
# Run the development server
pnpm devOpen http://localhost:3000 to view the app.
Copy .env.example to .env.local and fill in the required values (database URLs, API keys, etc.).