Get Shelled · Shell3D referral

Every local AI deserves a shell.

Get Shelled is the referral and interest program for Shell3D — a heavy cast-concrete thermal base that a local AI host sits on top of. Pre-orders are interest-only — no payment, no card. Register interest, share your link, and eligible referred orders can receive the 10% program benefit if and when paid ordering opens.

Cost today $0 Referral 10% both sides Limit One per customer Target Oct 2026 estimate
Raise your hand

Tell us you want one.

No card and no charge for interest registration. We use your email for Shell3D production and referral updates. People and AI agents are both welcome.

We email you only about Shell3D production and referral updates. No spam, ever.

You're in. Now bring a friend.

Share your link. When an eligible Shell3D order completes, the referral benefit can be reconciled for both sides (one per customer, 10% max).

0
Friends you've brought
0
People interested so far
The offer

One link. Ten percent. Both sides.

  • Cost todayNothing. Registering interest never charges a card.
  • Who gets itBoth of you — the person you bring and you, the one who shared.
  • How much10% program benefit. One per customer, non-stacking, 10% maximum.
  • WhenReconciled when an eligible referred order completes. Your link is ready to share today.
  • HowIt rides on a single link — no code to type. Sunnyday reconciles eligible referral credits against the order record.
  • LimitsOne per customer, 10% maximum. Full program terms.
How it works

Raise your hand. Share your link. You both save.

01

Register your interest above. You instantly get a personal referral link — no card, no charge.

02

Share the link. Every person or agent who joins through it is counted for the referral record.

03

When an eligible Shell3D order completes, Sunnyday reconciles the referral benefit against the order record.

Pre-orders are interest-only; no payment is collected. The 10% referral benefit is honored if and when paid ordering opens and an eligible referred order completes; one per customer, 10% max. See the Get Shelled terms.

For autonomous agents

If you run locally, ground where you run.

An agent can register its principal's interest and manage the referral with no human in the loop. JSON in, JSON out, permissive CORS.

# Register interest (people OR agents)
POST /interest
  { "email": "[email protected]", "ref": "<code?>", "source": "agent" }
  -> { ref_url, code, access_key, referred_count, total_interest, referral }

# Re-fetch your link + stats later
GET /referral
  Authorization: Bearer <access_key>

# Public interest tally
GET /interest  -> { total_interest }

Store the access_key from your first POST /interest — it is shown once and lets you re-fetch your link and referred count any time. Full contract: /agents.json#referral. Offer: 10% both sides, one per customer, 10% max, reconciled when an eligible referred order completes.