โ† Jazz Cigarettes

Paper 039: nothing.fit + horseshit.dev Activation - Generative NFT Rails

Date: 2026-04-03

Category: Brand Activation

Status: Building


Current State

nothing.fit:

horseshit.dev:


DNS Fix Required

Problem: Cloudflare zones created with wrong domain names

Solution: Delete wrong zones, create correct ones


Brand Positioning

nothing.fit:

horseshit.dev:


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):

nothing.fit (Priority 2):

horseshit.dev (Priority 3):


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

Step 4: Add DNS records (A, MX if needed)


Minting Infrastructure Reuse

From JazzCigarettes:

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:


Week 1 Launch Sequence

Friday (tonight):

Saturday:

Sunday:

Monday:

Tuesday:


Success Metrics

Week 1:

Month 1:


Receipt: nothing.fit + horseshit.dev activation plan complete. DNS fix โ†’ minting infrastructure โ†’ launch sequence. Target: All 3 brands live by Monday.

Building.