One Website for Everything: Why I Consolidated My Whole Brand
I run a handful of projects under Peery LLC. Here's why I killed the scattered links and built a single home base — and how the stack holds up.
For years my online presence was a mess of half-finished landing pages, a dormant Substack, a Linktree, and a portfolio I hadn't touched since 2022. Every new idea got its own subdomain and none of them talked to each other.
So I did the obvious thing I'd been avoiding: one website for everything.
The case for consolidation
When you spread your audience across five properties, you split your SEO, your email list, and your attention. A single canonical home compounds instead.
- One domain accumulating authority
- One newsletter list, not five
- One analytics story instead of guesswork
- One place to point every bio link (
@empeeryal, everywhere)
Your brand is a savings account. Stop opening new ones and losing the interest.
The stack
I wanted something fast, cheap to run, and pleasant to write in. The shortlist:
const stack = {
framework: "Next.js (App Router)",
styling: "Tailwind CSS + shadcn/ui",
content: "MDX files in the repo",
email: "Mailgun for contact, Kit for the newsletter",
host: "Vercel",
};Everything is version-controlled. A new blog post is a pull request. That's the whole point — the site is a product I ship, not a thing I babysit.
What's next
Now that the foundation is here, I can layer on the fun stuff: a markets dashboard, a side-hustle teardown series, and yes, a coffee log. One site. All of it. Subscribe below and follow along.
Enjoyed this?
Get the next one in your inbox. Join the newsletter →