AI-powered full-stack portfolio builder for developers and creators.
Features: create and publish portfolios, AI-assisted content generation, authentication, templates, analytics, and payments.
Tech: Next.js, React, TypeScript, Tailwind, MongoDB, Clerk, Stripe.
Quick start
git clone https://github.com/sylvaincodes/portfolio-builder.git
cd portfolio-builder
cd front && bun install
cd ../api && bun install
Run (development)
cd api && bun dev
cd front && bun dev
Run with Docker
docker-compose up --build
License: see the LICENSE file.