Personal portfolio for Joshua Werlein, full stack software engineer in west central Wisconsin. Live at joshuawerlein.com.
A single-page React app presenting client work, shipped projects, and contact info:
- Experience: contract work for Arkham Enterprises (arkhamsolar.com), KIL Construction (kilcon.work), Friends of Lake Henry (friendsoflakehenry.com), and Blair Sportsmen's Club (blairsportsmensclub.com)
- Projects: production deployments with real users, including Best By Manager on Google Play
- llms.txt at the site root for AI agent discoverability
- React 19 + Vite
- Cloudflare Worker (
portfolio-worker.js) serving the built assets at the edge - Plain CSS, no UI framework
npm install
npm run dev # local dev server
npm run build # production build to dist/Deployed via Cloudflare Workers with static assets. Pushes to main deploy automatically.
| Project | Repo |
|---|---|
| Best By Manager (Android) | BestByManager |
| KIL Construction | kilConstruction |
| Friends of Lake Henry | friends-of-lake-henry |
| Arkham Enterprises | arkham-solar |