Small-batch coffee,
delivered to your door.
Northwind is a neighborhood roastery obsessed with the perfect cup. Ethically sourced beans, roasted in tiny batches, shipped within 24 hours.
Why people love Northwind
We keep it simple: great beans, honest sourcing, and coffee that arrives at its peak.
Ethically sourced
Direct-trade relationships with farms in Colombia, Ethiopia, and Guatemala. Fair prices, every time.
Roasted to order
Nothing sits on a shelf. We roast the day your order comes in and ship it the same afternoon.
Free local delivery
Orders over $30 ship free within the metro area. Subscriptions ship free everywhere.
How to take this site live
This is a single self-contained index.html file — no build step, no dependencies. Here are three easy ways to publish it.
Fastest — Netlify Drop (zero setup)
Go to app.netlify.com/drop and drag the folder containing index.html onto the page. You'll get a live URL in seconds. Sign in (free) to keep it permanently.
Best for updates — GitHub Pages
Create a repo, push this file, then run these commands:
git init · git add index.html · git commit -m "site"
git branch -M main · git remote add origin <your-repo-url> · git push -u origin main
Then in the repo: Settings → Pages → Source: main branch. Your site appears at username.github.io/repo.
Custom domain — Vercel or Cloudflare Pages
Connect the same GitHub repo to Vercel or Cloudflare Pages. Both auto-deploy on every push and let you attach a custom domain (e.g. northwindcoffee.com) with free HTTPS. Buy the domain from Namecheap or Cloudflare, then point the DNS as their dashboard instructs.
Make it real
To actually sell coffee, swap the "Order now" buttons for a checkout — Stripe Payment Links is the quickest (no code), or use Shopify/Squarespace if you want a full store. Replace the placeholder copy, colors, and product list with your own.