Personal website and digital garden for exploring ideas about startups, Web3 infrastructure, and industrial automation.
Live: michaeldistel.com
src/
├── routes/ # Pages and content
│ ├── startup/ # Startup & fundraising notes
│ ├── web3/ # Web3 infrastructure topics
│ ├── industrial/ # Industrial automation projects
│ └── about/ # Personal background
├── lib/
│ ├── components/ # Reusable Svelte components
│ └── styles/ # Typography & design system CSS
scripts/ # Build & note management utilities
nginx/ # Production nginx config
# Install dependencies
pnpm install
# Start dev server
pnpm dev
# Build for production
pnpm build
# Preview production build
pnpm preview
Built-in CLI for managing startup notes:
pnpm notes:list # List all notes with status
pnpm notes:publish # Publish a draft note
pnpm notes:unpublish # Unpublish a note
pnpm notes:show-drafts # Show drafts in production
pnpm notes:hide-drafts # Hide drafts in production
Custom design system with:
Manual deployment via rsync + Docker Compose:
pnpm prod:deploy
Serves via nginx:alpine with:
This is a personal website, but feel free to open issues for bugs or suggestions. PRs welcome for typos/fixes.