Paper 039: nothing.fit + horseshit.dev Activation - Generative NFT Rails
Date: 2026-04-03
Category: Brand Activation
Status: Building
Current State
nothing.fit:
- Files exist: /var/www/nothing-fit (164KB)
- nginx config: EXISTS (created 2026-04-03 20:18 UTC)
- DNS: Cloudflare zone exists (nothingfit.com - name mismatch, should be nothing.fit)
- Content: "I have nothing. I sell nothing. You know nothing."
- Infrastructure: nothing-wallet.js (67KB Solana), gen-nothing.js (2.6KB generative)
- Status: Serving on localhost, not public (DNS issue)
horseshit.dev:
- Files exist: /var/www/horseshit-dev (128KB)
- nginx config: EXISTS (created 2026-04-03 20:18 UTC)
- DNS: Cloudflare zone exists (horseshit.xyz - name mismatch, should be horseshit.dev)
- Content: "$horseshit" branding, generative art
- Infrastructure: horseshit-wallet.js (56KB), gen-horseshit.js (2.6KB)
- Status: Serving on localhost, not public (DNS issue)
DNS Fix Required
Problem: Cloudflare zones created with wrong domain names
- Created: nothingfit.com (no dot)
- Should be: nothing.fit
- Created: horseshit.xyz
- Should be: horseshit.dev
Solution: Delete wrong zones, create correct ones
Brand Positioning
nothing.fit:
- Voice: Nihilistic, minimalist
- Tagline: "I have nothing. I sell nothing. You know nothing."
- Price: 0.010 SOL (~$2) per mint
- Target: Crypto art collectors, meme culture, existential humor
- Unique: Ultra-low barrier, philosophical positioning
horseshit.dev:
- Voice: Cynical, meme-heavy
- Tagline: "probably $horseshit"
- Price: TBD (likely 0.05-0.1 SOL, $10-20)
- Target: Crypto degens, meme coin culture
- Unique: Self-aware trash art positioning
Revenue Model Comparison
| Brand | Price | Target Volume | Monthly Revenue |
|-------|-------|---------------|-----------------|
| JazzCigarettes | $10 USDC | 50-500 mints | $500-5K |
| nothing.fit | $2 (~0.010 SOL) | 100-1000 mints | $200-2K |
| horseshit.dev | $15 (~0.075 SOL) | 20-200 mints | $300-3K |
Combined: $1K-10K/mo from NFT sales (conservative-moderate scenarios)
Implementation Priority
JazzCigarettes (Priority 1):
- Strongest brand (full site, transmission system, sticker packs)
- Highest revenue potential per mint
- Most developed infrastructure
- Target: Live minting by tomorrow
nothing.fit (Priority 2):
- Simplest implementation (already has wallet + gen)
- Lowest price = highest volume potential
- DNS fix required first
- Target: Live minting by Sunday
horseshit.dev (Priority 3):
- Similar to nothing.fit but higher price point
- Meme positioning needs X distribution
- DNS fix required
- Target: Live minting by Monday
DNS Migration Plan
Step 1: Delete wrong zones
# Delete nothingfit.com zone
curl -X DELETE "https://api.cloudflare.com/client/v4/zones/2ef58555a30a83e85a864da4bb1c5241"
# Delete horseshit.xyz zone
curl -X DELETE "https://api.cloudflare.com/client/v4/zones/0a7bb3639e6005a017859d0ce26136fc"
Step 2: Create correct zones
# Add nothing.fit zone
curl -X POST "https://api.cloudflare.com/client/v4/zones" \
--data '{"name":"nothing.fit","account":{"id":"..."},"type":"full"}'
# Add horseshit.dev zone
curl -X POST "https://api.cloudflare.com/client/v4/zones" \
--data '{"name":"horseshit.dev","account":{"id":"..."},"type":"full"}'
Step 3: Update nameservers at registrar
- nothing.fit โ Cloudflare NS
- horseshit.dev โ Cloudflare NS
Step 4: Add DNS records (A, MX if needed)
Minting Infrastructure Reuse
From JazzCigarettes:
- Metaplex SDK integration
- NFT.Storage metadata hosting
- Wallet connection flow
- Payment โ mint โ receipt pipeline
Adaptation for nothing.fit:
1. Copy mintJazzNFT โ mintNothingNFT
2. Change metadata (name, symbol, description)
3. Adjust pricing (0.010 SOL instead of $10 USDC)
4. Update gen-nothing.js to export metadata
5. Test on devnet
Adaptation for horseshit.dev:
1. Copy mintJazzNFT โ mintHorseshitNFT
2. Change metadata + branding
3. Set pricing (0.075 SOL)
4. Update gen-horseshit.js
5. Test on devnet
Efficiency: Build once (JazzCigarettes), deploy 3x with brand variations.
Content Strategy (X Distribution)
nothing.fit positioning:
I have nothing.
I sell nothing.
You know nothing.
Mint your nothing: nothing.fit
0.010 SOL (~$2)
[generative art preview]
horseshit.dev positioning:
probably $horseshit
but it's YOUR $horseshit
on-chain
forever
horseshit.dev
0.075 SOL (~$15)
[meme art preview]
JazzCigarettes positioning:
Jazz notation as NFT.
Bebop on-chain.
Generative, unique, Solana.
$10 USDC per mint
jazzcigarettes.com
[jazz notation preview]
Cross-promotion:
- All 3 brands link to each other
- "nothing is horseshit" (nothing.fit โ horseshit.dev link)
- JazzCigarettes as premium tier
Week 1 Launch Sequence
Friday (tonight):
- Paper 038 complete (JazzCigarettes minting)
- Paper 039 complete (nothing.fit/horseshit.dev activation)
- npm packages installing
Saturday:
- JazzCigarettes minting function complete
- Test on devnet
- Deploy to mainnet
- First test mint
Sunday:
- nothing.fit DNS fixed
- Minting function deployed
- Live minting enabled
- X post announcing nothing.fit
Monday:
- horseshit.dev DNS fixed
- Minting function deployed
- Live minting enabled
- X post announcing horseshit.dev
Tuesday:
- All 3 brands minting
- Revenue tracking active
- First sales reports
- Iterate based on customer behavior
Success Metrics
Week 1:
- 10+ total mints across all brands
- $50-200 revenue
- 100+ site visits
- 10+ wallet connections
Month 1:
- 200+ total mints
- $1K-5K revenue
- 2,000+ site visits
- Proof: NFTs on OpenSea/MagicEden
Receipt: nothing.fit + horseshit.dev activation plan complete. DNS fix โ minting infrastructure โ launch sequence. Target: All 3 brands live by Monday.
Building.