Solo
A sharp personal portfolio for developers and designers.
- Instant download after purchase
- Full source code in TypeScript
- Free lifetime updates
Overview
Solo is a fast, minimal personal site for developers, designers, and founders. It leads with a confident hero, a selected-work list, an about section, and a writing feed, all tuned for speed and clarity.
It is the kind of site that loads instantly and reads well. Content is file-based, the writing section is MDX, and the whole thing is a single, easy-to-edit codebase.
Key features
Instant performance
Static-first, minimal JavaScript, and a perfect Lighthouse profile.
MDX writing
A clean blog with code highlighting and typographic care.
Selected work
A focused work list with detail pages that keep attention on the craft.
One-file theming
Switch accent, type, and spacing from a single tokens file.
Accessible and responsive
Looks right and works right on every device.
What is included
- Home (hero + selected work)
- Work detail
- About
- Writing (MDX blog)
- Post detail
- Contact
Tech stack
Setup
After downloading and unzipping, run:
pnpm install pnpm dev
The download includes app/, components/, content/, README.md, INSTALLATION.md, LICENSE.md, CHANGELOG.md, package.json. Full step-by-step instructions are in INSTALLATION.md.
Compatibility
- Next.js 15 and 16
- React 19
- Node.js 18.18+
- Tailwind CSS v4
- All modern browsers
Changelog
- Added the Writing (MDX) section
- New work detail layout
- Reduced bundle size
- Improved dark mode
- Initial release
Frequently asked questions
Add an MDX file to content/writing. It appears in the feed and gets its own route automatically.
Yes. Delete the writing route and content folder; the rest of the site is independent.
No, but adding Vercel Analytics or Plausible is a two-line change documented in the README.