Open-source portfolio generator for developers. Build, customize, and export your portfolio in minutes.
Nestly is a free, open-source portfolio builder designed for developers and CS students. Fill in your details, pick a theme, preview live, and export a standalone HTML file ready to deploy anywhere — no backend required.
- 5 Themes — Slate, Neon, Ivory, Emerald, Sunset
- 3 Layouts — Bento Grid, Minimal Stack, Split Drawer
- Live Preview — See changes in real time as you type
- AI Bio Generator — Powered by Gemini AI
- Typography Controls — Per-section font and size customization
- Resume Sections — Skills, Experience, Projects, Education, Certifications, Languages, Volunteer Work
- One-click Export — Standalone HTML with Google Fonts, ready to host on GitHub Pages or Vercel
- Responsive Preview — Desktop, Tablet and Mobile modes
Prerequisites: Node.js 18+
git clone https://github.com/deekshith-8/nestly.git
cd nestly
npm installCreate a .env.local file:
GEMINI_API_KEY=your_gemini_api_key_here
APP_URL=http://localhost:3000Run the development server:
npm run dev| Technology | Purpose |
|---|---|
| Next.js 15 | Framework |
| Tailwind CSS 4 | Styling |
| Gemini AI | Bio generation |
| Lucide React | Icons |
| Framer Motion | Animations |
Contributions are welcome. Please open an issue first to discuss what you'd like to change.
MIT — free to use, modify and distribute.
Built by deekshith-8