DEV Community

chovy
chovy

Posted on Originally published at dev.profullstack.com

Cigar Underground: a cigar brand and a drop-ship store, built in a day

I spent three years out of work after the software jobs went to AI. So I went out back, to a little workshop at the far end of my mom's yard. The sign over the door still says Dave's Workshop, 1996. My dad built it. That is where I rolled the first one.

That brand is live now: Cigar Underground. It went from a domain check to a working store in one day, built the way we build everything now: one person picking the work and a fleet of coding agents doing it.

What it is

Hand rolled cigars and leaf spliffs. The first line is the Chovy Premium Blend, as a long-filler cigar or as a spliff: cannabis flower and ground cigar tobacco rolled inside a whole tobacco leaf, no paper. Neither one is sold online. They go to the waitlist first, and cannabis only ever goes out where state and local law allow, through licensed channels.

We also smoke sploofs: cigar tobacco and weed crumbled together and packed in a regular tobacco pipe. It is now line thirteen of the Fleet SysOps Manifesto, right after "We work in our dad's workshop, not our mom's basement."

The shop

What is for sale online is everything around the smoke: cigar tips, briar pipes, cases, a cutter and humidor jars. It is a drop-ship store. A paid order is placed with the maker, who ships straight to the buyer. A hand-carved humidor is coming soon, made to order.

  • Accounts are a magic link or a passkey. No passwords, and the first link is the sign-up.
  • Checkout is CoinPay, crypto only: USDC or USDT on Solana, USDC on Ethereum, BTC, ETH or SOL.
  • Settlement happens on a signed webhook. It marks an order paid once, and only for the amount we charged.
  • Fulfilment is an email with the supplier link and the ship-to address, then an admin page to mark it placed and shipped, which emails the buyer the tracking number.
  • Local delivery can be booked door to door for $100 on d0rz.com. That covers shop orders only. Cannabis is never handed to a courier.

How one day went

The domain I asked for turned out not to be ours and could not be bought that day, so it launched on the one we already had. The rest was the usual fleet day: agents researched the leaf suppliers and the drop-ship catalog in the background while others built the store, and I picked what shipped. It is a small Bun server on Postgres, on its own Railway project, with Resend for mail. There are 28 tests, and they include a full order run against a real database.

Two things from the day are worth passing on:

  • A test payment caught a dead coin before any buyer did. Importing our wallets into the new CoinPay business silently skipped USDC on Base. A one-dollar probe payment failed with "No USDC_BASE wallet configured", so that option came off the checkout before anyone could pick it.
  • Supplier listings are not your listings. The catalog comes from a factory store that does not let resellers use its brand, so every product has our own name, copy and illustration. The "custom hand made" tips turned out to be a stock set, so the listing says what they are.

The photos are AI placeholders until my kit arrives. The logo is real: a cigar band with a lit cigar across a cured leaf, and it says "hand rolled" because that is the whole point.

If you are 21 or older, come look.

Top comments (0)