
Logomaker — Free Text Logo Generator
A fun, client-side text logo generator with 400+ fonts, animations, and offline support - built as an AI collaboration experiment.
Why we built a fun bundler that squishes your entire site into a single HTML file.
Ever needed to share a web thing but got tangled in the "how do I send this?" mess? Us too! We wanted something that lets you share interactive prototypes with anyone — no server setup, no "it works on my machine" drama. Just a thing you can drag into Slack, attach to emails, or toss on a USB stick that works perfectly offline.
So we made PortaPack:
A magic little bundler that squishes your entire website into one
.html
file — super portable and totally bulletproof.
Let's be real: modern websites are a jungle of files, dependencies, CDNs, and weird asset pipelines. Great for fancy production sites! Not so great when you need to:
And tools like webpack
, vite
, or parcel
? They weren't built with "toss it in an email" portability in mind.
PortaPack is a super simple CLI tool (with a Node API too!) that crawls through your site, grabs all the bits and pieces, cleverly tucks them inside, and spits out a single HTML file with everything included — even the fonts!
1npx portapack ./index.html -o bundle.html
You get a magical self-contained webpage with:
✅ All your styles baked in ✅ All your JavaScript tucked inside ✅ Fonts and images embedded ✅ Optional minification if you want it smaller ✅ Works offline and no CORS headaches