My personal website – a hub for my writing, projects, podcast, and everything I'm building.
I'm Andreas, a Partner Ecosystem Expert with 15+ years in e-commerce and partner management. This site serves as my central hub for:
- Writing – Thoughts on partner ecosystems, B2B SaaS, and building in public
- Projects – Things I'm building (Partner Playbook, Groovemind, and more)
- Partner Playbook – My podcast on B2B partner ecosystems
- Framework: Next.js 15 (App Router)
- Styling: Tailwind CSS
- UI Components: shadcn/ui
- Content: MDX
- Deployment: Vercel
- Language: TypeScript
# Clone the repo
git clone https://github.com/andlumm/andreas-so.git
cd andreas-so
# Install dependencies
pnpm install
# Set up environment variables
cp .env.example .env.local
# Start dev server
pnpm devOpen http://localhost:3000 to see the site.
├── app/ # Next.js App Router pages
├── components/ # React components
├── content/
│ ├── projects/ # Project MDX files
│ └── writing/ # Blog post MDX files
├── lib/ # Utility functions
└── public/ # Static assets
The code is open source under the MIT License.
The content (writing, images, personal information) is © Andreas Lummerzheim. Please don't republish my posts or pretend to be me.
Built with ☕ and 🎵 in Köln, Germany.