From 80ab20001bf8a1aba5781cefae5fafbcf295d896 Mon Sep 17 00:00:00 2001 From: Jeff Emmett Date: Mon, 2 Mar 2026 17:37:58 -0800 Subject: [PATCH] feat: add sponsorships page, sponsorship deck, and registration add-ons MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Add /sponsorships page with tier overview, embedded flipbook deck, and contact CTA - Create HTML sponsorship slide deck (12 slides) and print-optimized version for PDF/flipbook - Create sponsor outreach email template - Update existing outreach templates to reflect new €1k-€5k tier range - Add opt-in checkboxes for accommodation (dorm/double) and food package on registration payment step - Pass accommodation and food selections as separate Stripe line items for single checkout - Store add-on selections in Stripe session metadata Co-Authored-By: Claude Opus 4.6 --- CCG26-Sponsor-Outreach-Email.md | 64 ++ CCG26-Sponsor-Outreach-Template.md | 6 +- CCG26-Sponsorship-Deck-print.html | 618 +++++++++++++++++ CCG26-Sponsorship-Deck.html | 846 +++++++++++++++++++++++ app/api/create-checkout-session/route.ts | 41 +- app/register/page.tsx | 118 +++- app/sponsorships/page.tsx | 302 ++++++++ 7 files changed, 1985 insertions(+), 10 deletions(-) create mode 100644 CCG26-Sponsor-Outreach-Email.md create mode 100644 CCG26-Sponsorship-Deck-print.html create mode 100644 CCG26-Sponsorship-Deck.html create mode 100644 app/sponsorships/page.tsx diff --git a/CCG26-Sponsor-Outreach-Email.md b/CCG26-Sponsor-Outreach-Email.md new file mode 100644 index 0000000..ce86492 --- /dev/null +++ b/CCG26-Sponsor-Outreach-Email.md @@ -0,0 +1,64 @@ +# CCG 2026 Sponsor Outreach Email + +**Subject:** Partnership opportunity: Crypto Commons Gathering 2026 (Austrian Alps, Aug 16-22) + +--- + +Hi [Name], + +I'm writing from the **Crypto Commons Gathering** — a week-long unconference in the Austrian Alps where 100+ builders, researchers, and activists working on regenerative finance, cooperative economics, and commons-based infrastructure come together every summer. + +**CCG is entering its 6th edition** this August 16-22, and we're reaching out to values-aligned organizations about partnership opportunities for this year's gathering. + +### Why CCG? + +This isn't a typical crypto conference. It's a week of co-living, co-creating, and collective imagination in an off-grid mountain retreat. No expo booths. No keynote theater. Just genuine relationship-building between the people shaping regenerative futures. + +Over five editions, CCG has: +- Brought together **400+ participants** from **25+ countries** +- Catalyzed movements like **#CoFi** (Cooperative Finance) and **#MycoFi** (Mycelial Finance) +- Incubated **15+ projects** in regenerative finance and cooperative infrastructure +- Built an active community of **500+ members** with a ~40% return rate + +Our attendees include teams from Regen Network, EthicHub, Circles UBI, ReFi DAO, Holochain, Economic Space Agency, and many more — people who lead projects with real traction and influence discourse across crypto-commons, open source, and regenerative communities. + +### Sponsorship Tiers + +We're seeking €10,000–15,000 in total sponsorship to cover event coordination, accessibility programs, and documentation — costs that ticket revenue alone can't sustain. We have three tiers: + +**MYCELIUM Partner — €5,000** +- 2 full-access passes +- 30-minute sponsored session slot +- Logo on website hero, all event materials & badges +- Spotlight in pre-event comms + post-event report +- "Official Sponsor of CCG 2026" usage rights + +**SPORE Supporter — €2,500** +- 1 full-access pass + priority registration +- Logo on website sponsor section & event signage +- Social media recognition + newsletter mention + +**FRIEND OF THE COMMONS — €1,000** +- 1 pass at 50% off +- Name/logo on website supporters section +- Social media thank-you + ceremony acknowledgment + +We also welcome **alternative partnerships**: track sponsorship, meal sponsorship, travel grants for underrepresented participants, documentation support, or in-kind technology contributions. + +### What Makes This Different + +Every euro is accounted for transparently — we publish full budget breakdowns publicly. No organizing team members are paid from event funds. All organizers cover their own expenses. Your sponsorship directly funds event coordination, accessibility, and making CCG available to people who couldn't otherwise attend. + +I noticed [Organization]'s work on [specific project/initiative], and I think there's strong alignment with what we're building. I'd love to explore what a partnership could look like. + +Would you be open to a brief conversation? I'm happy to share our full sponsorship package with detailed budget breakdown. + +Best, +[Your name] +Crypto Commons Association +contact@cryptocommonsgather.ing +https://cryptocommonsgather.ing/sponsorships + +--- + +*Attachments: CCG26-Sponsorship-Deck.html (slide deck), CCG26-Sponsorship-Package.pdf (full package)* diff --git a/CCG26-Sponsor-Outreach-Template.md b/CCG26-Sponsor-Outreach-Template.md index 6408be8..2526b6a 100644 --- a/CCG26-Sponsor-Outreach-Template.md +++ b/CCG26-Sponsor-Outreach-Template.md @@ -19,7 +19,7 @@ I noticed [Organization]'s work on [specific project/initiative], and I think th - ReFi builders, DAO governance researchers, cooperative founders - August 16-22, 2026 in the Austrian Alps -Would you be open to a brief call to explore partnership possibilities? We have sponsorship tiers from €1,000-€10,000, plus in-kind options. +Would you be open to a brief call to explore partnership possibilities? We have sponsorship tiers from €1,000-€5,000, plus in-kind options. Happy to share our full sponsorship package if helpful. @@ -47,7 +47,7 @@ We're preparing for our 6th edition this August (16-22) in the Austrian Alps, an Given [Organization]'s work on [specific area], I think there could be strong synergies. -Our sponsorship tiers range from €1,000 to €10,000, and we're also open to creative partnerships (track sponsorships, travel grants, in-kind contributions). +Our sponsorship tiers range from €1,000 to €5,000, and we're also open to creative partnerships (track sponsorships, travel grants, in-kind contributions). Worth a 15-minute call to explore? @@ -115,7 +115,7 @@ I'm writing on behalf of the Crypto Commons Association regarding potential fund CCG is a week-long unconference (August 16-22, Austrian Alps) that has run annually since 2020. It brings together 100+ builders, researchers, and activists working on regenerative finance, cooperative economics, and commons-based infrastructure. Movements like #CoFi (Cooperative Finance) and #MycoFi (Mycelial Finance) emerged from CCG. **Funding Request:** -We're seeking sponsorship/grant support in the range of [€1,000-€10,000] to support: +We're seeking sponsorship/grant support in the range of [€1,000-€5,000] to support: - Accessibility grants for participants from underrepresented regions - Event infrastructure and documentation - Community coordination and outreach diff --git a/CCG26-Sponsorship-Deck-print.html b/CCG26-Sponsorship-Deck-print.html new file mode 100644 index 0000000..07cc8bd --- /dev/null +++ b/CCG26-Sponsorship-Deck-print.html @@ -0,0 +1,618 @@ + + + + + CCG 2026 — Sponsorship Deck + + + + + +
+
+
6th Edition — August 16-22, 2026
+

Crypto Commons
Gathering 2026

+
+

Sponsorship Partnership Deck

+

Commons Hub, Austrian Alps · cryptocommonsgather.ing

+
+ + 01 +
+ + +
+
+

About the Gathering

+

A week-long unconference where crypto meets the commons

+
+
+

+ The Crypto Commons Gathering is an annual retreat in the Austrian Alps where builders, + researchers, and activists working on regenerative finance, cooperative economics, and + commons-based infrastructure come together for a week of co-living, co-creating, and radical imagination. +

+

+ Now in its 6th edition, CCG has become the + premier gathering for the people building post-capitalist economic infrastructure. + Not a conference — a convivium. +

+
+
+
+
6th
+
Annual Edition
+
+
+
100+
+
Participants
+
+
+
25+
+
Countries
+
+
+
~40%
+
Return Rate
+
+
+
+
+ + 02 +
+ + +
+
+

Track Record

+

Real impact across five editions

+
+
+
400+
+
Total Attendees
+

Builders, researchers, activists, artists, and funders from across the globe.

+
+
+
15+
+
Projects Incubated
+

Protocols, cooperatives, and frameworks born from CCG connections.

+
+
+
2
+
Movements Spawned
+

#CoFi (Cooperative Finance) and #MycoFi (Mycelial Finance) — redefining regenerative economic design.

+
+
+
+

+ Teams from Regen Network, EthicHub, Circles UBI, ReFi DAO, Holochain, Economic Space Agency, and more. +

+
+
+ + 03 +
+ + +
+
+

Why Partner With Us

+

Four reasons to sponsor CCG

+
+
+

Reach Influential Builders

+

+ ReFi protocol teams, DAO governance researchers, cooperative founders, academic researchers, + and impact investors. Decision-makers you won't find at traditional crypto conferences. +

+
+
+

Association with Real Impact

+

+ CCG has catalyzed #CoFi and #MycoFi — movements shaping regenerative finance. + 15+ projects incubated. Your brand joins a legacy of genuine innovation. +

+
+
+

Values-Aligned Audience

+

+ These aren't casual observers. They lead projects with real traction, make + purchasing decisions, and influence discourse across crypto-commons and open source. +

+
+
+

Six Years of Trust

+

+ Complete financial transparency. Non-extractive economics. Participant-driven format. + 500+ active community members. No one profits — all funds serve the gathering. +

+
+
+
+ + 04 +
+ + +
+
+

Who You'll Reach

+

100+ participants from 20+ countries

+

+ Not casual observers — committed builders who influence discourse and make decisions for their organizations. +

+
+
+
35%
+

Builders & Devs

+

Protocol engineers, smart contract devs, infrastructure builders

+
+
+
25%
+

Researchers

+

PhD students, professors, think tank members, policy experts

+
+
+
15%
+

Artists & Designers

+

Game designers, solarpunk creators, UX/UI specialists

+
+
+
+
+
15%
+

Activists & Organizers

+

Cooperative founders, community organizers, policy advocates

+
+
+
10%
+

Investors & Funders

+

Impact investors, grant makers, ecosystem funders

+
+
+
60%
+

Based in Europe

+

20% N. America, 15% Global South, 5% Asia-Pacific

+
+
+
+ + 05 +
+ + +
+
+
+

Partnership Tiers

+

Three ways to support CCG 2026

+

+ We're seeking €10,000–15,000 in total sponsorship. Every contribution makes CCG more accessible and impactful. +

+
+
+
+
MYCELIUM
+
€5,000
+
Recognition
+
    +
  • Logo on website hero & all pages
  • +
  • Featured on all event materials & badges
  • +
  • Opening & closing acknowledgment
  • +
  • Social media across all channels
  • +
+
Engagement
+
    +
  • 2 full-access passes
  • +
  • 30-min sponsored session slot
  • +
  • Participant introductions
  • +
+
Content & Media
+
    +
  • Pre-event spotlight
  • +
  • Post-event report feature
  • +
  • "Official Sponsor" usage rights
  • +
+
+
+
SPORE
+
€2,500
+
Recognition
+
    +
  • Logo on website sponsor section
  • +
  • Logo on event signage
  • +
  • Social media mention
  • +
+
Engagement
+
    +
  • 1 full-access pass
  • +
  • Priority registration
  • +
+
Content & Media
+
    +
  • Event newsletter mention
  • +
  • Post-event summary inclusion
  • +
+
+
+
FRIEND OF THE COMMONS
+
€1,000
+
Recognition
+
    +
  • Name/logo on supporters section
  • +
  • Social media thank-you
  • +
  • Ceremony acknowledgment
  • +
+
Engagement
+
    +
  • 1 pass at 50% off
  • +
+
+
+
+ + 06 +
+ + +
+
+
+
+

Lead Partner

+

MYCELIUM

+
€5,000
+

+ Become part of the CCG ecosystem. Maximum visibility, meaningful engagement, + and lasting association with the commons movement. +

+
+ "The ideas I encountered at CCG completely changed how I think about protocol design. + It's like nothing else in the crypto space." + — ReFi builder, 2023 +
+
+
+
+
What You Get
+
    +
  • 2 full-access passes to the week-long gathering
  • +
  • 30-minute sponsored session — workshop, presentation, or demo
  • +
  • Logo on website hero section and every page
  • +
  • Featured on all event materials, badges, and signage
  • +
  • Acknowledgment at opening and closing ceremonies
  • +
  • Social media spotlight across all CCG channels
  • +
  • Spotlight in pre-event communications to 500+ members
  • +
  • Dedicated feature in post-event report
  • +
  • Rights to use "Official Sponsor of CCG 2026"
  • +
  • Participant introductions (with consent)
  • +
+
+
+
+
+ + 07 +
+ + +
+
+
+
+
+
What You Get
+
    +
  • 1 full-access pass to the week-long gathering
  • +
  • Priority registration — secure your spot before public sales
  • +
  • Logo on the website sponsor section
  • +
  • Logo on event signage at the Commons Hub
  • +
  • Social media mention across CCG channels
  • +
  • Named in event newsletter to 500+ subscribers
  • +
  • Included in post-event summary and documentation
  • +
+
+
+
+

Supporter

+

SPORE

+
€2,500
+

+ Plant seeds for regenerative futures. Meaningful recognition and a direct + connection to the community, at an accessible investment level. +

+
+ "CCG is where I found my people — the ones who actually believe another world + is possible and are building it together." + — Returning participant, 2024 +
+
+
+
+ + 08 +
+ + +
+
+
+
+

Solidarity

+

FRIEND OF
THE COMMONS

+
€1,000
+

+ Show solidarity with the movement. Every contribution helps keep CCG accessible + and makes a real difference for participants who need support. +

+
+ "I came for the unconference, I stayed for the community. Four years later, + my closest collaborators are people I met at CCG." + — Cooperative founder, 2022 +
+
+
+
+
What You Get
+
    +
  • 1 pass at 50% off — attend the full gathering at half price
  • +
  • Name or logo on the website supporters section
  • +
  • Social media thank-you post across CCG channels
  • +
  • Acknowledgment at opening and closing ceremonies
  • +
+
+

+ Perfect for individuals, small organizations, and cooperatives who want to + show support for commons-based futures. +

+
+
+
+
+
+ + 09 +
+ + +
+
+

Full Transparency

+

Where your sponsorship goes

+
+
+

Estimated Event Budget

+
Venue & infrastructure
Facility, electricity, water, internet, AV
€6,000
+
Food & catering
6 days, 100+ participants
€8,000
+
Event coordination
Part-time logistics & comms
€3,000
+
Documentation & media
Photo, video, written summaries
€1,500
+
Accessibility & travel support
Grants, subsidies, accommodations
€2,000
+
Supplies & admin
Materials, insurance, processing
€1,500
+
Total€22,000
+
+
+

Revenue Sources

+
+
+ Ticket sales~€8–10k +
+
+
+
+
+ Food contributions~€8k +
+
+
+
+
+ Sponsorship gap€10–15k +
+
+

This is where your support makes the difference.

+
+
+

No organizer profits

+

All organizing team members cover their own expenses. Full budget published publicly.

+
+
+
+
+ + 10 +
+ + +
+
+

Beyond Financial Sponsorship

+

Alternative partnerships welcome

+
+

Track Sponsorship

Custom pricing

Sponsor a specific theme track with naming rights and session curation involvement.

+

Accommodation

~€3,000–5,000

Cover accommodation for participants who need financial support, broadening access.

+

Meal Sponsorship

~€2,000–4,000

Sponsor catered meals — your name becomes synonymous with nourishment and care.

+
+
+

Documentation

~€1,500

Support professional photography, videography, and written summaries with credit.

+

Travel Grants

Custom

Fund travel scholarships for participants from underrepresented regions or backgrounds.

+

Tech Partnership

In-kind

Provide tools, platforms, or infrastructure (streaming, collaboration) in exchange for recognition.

+
+
+ + 11 +
+ + +
+
+

Let's build together.

+

+ We're not seeking logo placement in exchange for attention. We're seeking partners who + share our vision of regenerative, cooperative, and commons-based futures. +

+
+

Get in touch

+

contact@cryptocommonsgather.ing

+
+
+

Learn more

+

cryptocommonsgather.ing/sponsorships

+
+
+

Crypto Commons Association · Commons Hub, Reichenau an der Rax, Austria

+
+
+ + 12 +
+ + + diff --git a/CCG26-Sponsorship-Deck.html b/CCG26-Sponsorship-Deck.html new file mode 100644 index 0000000..4a27360 --- /dev/null +++ b/CCG26-Sponsorship-Deck.html @@ -0,0 +1,846 @@ + + + + + + CCG 2026 — Sponsorship Deck + + + + + + + +
+
+
6th Edition — August 16-22, 2026
+

Crypto Commons
Gathering 2026

+
+

+ Sponsorship Partnership Deck +

+

+ Commons Hub, Austrian Alps · cryptocommonsgather.ing +

+
+ + 01 +
+ + +
+
+

About the Gathering

+

A week-long unconference where
crypto meets the commons

+
+
+

+ The Crypto Commons Gathering is an annual retreat in the Austrian Alps where builders, + researchers, and activists working on regenerative finance, cooperative economics, and + commons-based infrastructure come together for a week of co-living, co-creating, and + radical imagination. +

+

+ Now in its 6th edition, CCG has become the + premier gathering for the people building post-capitalist economic infrastructure. + Not a conference — a convivium. +

+
+
+
+
6th
+
Annual Edition
+
+
+
100+
+
Participants
+
+
+
25+
+
Countries
+
+
+
~40%
+
Return Rate
+
+
+
+
+ + 02 +
+ + +
+
+

Track Record

+

Real impact across five editions

+
+
+
400+
+
Total Attendees
+

Builders, researchers, activists, artists, and funders from across the globe.

+
+
+
15+
+
Projects Incubated
+

Protocols, cooperatives, and frameworks born from CCG connections.

+
+
+
2
+
Movements Spawned
+

#CoFi (Cooperative Finance) and #MycoFi (Mycelial Finance) — redefining regenerative economic design.

+
+
+
+

+ Teams from Regen Network, EthicHub, Circles UBI, ReFi DAO, Holochain, Economic Space Agency, and more. +

+
+
+ + 03 +
+ + +
+
+

Why Partner With Us

+

Four reasons to sponsor CCG

+
+
+

Reach Influential Builders

+

+ ReFi protocol teams, DAO governance researchers, cooperative founders, academic researchers, + and impact investors. Decision-makers you won't find at traditional crypto conferences. +

+
+
+

Association with Real Impact

+

+ CCG has catalyzed #CoFi and #MycoFi — movements shaping regenerative finance. + 15+ projects incubated. Your brand joins a legacy of genuine innovation. +

+
+
+

Values-Aligned Audience

+

+ These aren't casual observers. They lead projects with real traction, make + purchasing decisions, and influence discourse across crypto-commons and open source. +

+
+
+

Six Years of Trust

+

+ Complete financial transparency. Non-extractive economics. Participant-driven format. + 500+ active community members. No one profits — all funds serve the gathering. +

+
+
+
+ + 04 +
+ + +
+
+

Who You'll Reach

+

100+ participants from 20+ countries

+

+ Not casual observers — committed builders who influence discourse and make decisions for their organizations. +

+
+
+
35%
+

Builders & Devs

+

Protocol engineers, smart contract devs, infrastructure builders

+
+
+
25%
+

Researchers

+

PhD students, professors, think tank members, policy experts

+
+
+
15%
+

Artists & Designers

+

Game designers, solarpunk creators, UX/UI specialists

+
+
+
15%
+

Activists & Organizers

+

Cooperative founders, community organizers, policy advocates

+
+
+
10%
+

Investors & Funders

+

Impact investors, grant makers, ecosystem funders

+
+
+
60%
+

Based in Europe

+

20% N. America, 15% Global South, 5% Asia-Pacific

+
+
+
+ + 05 +
+ + +
+
+
+

Partnership Tiers

+

Three ways to support CCG 2026

+

+ We're seeking €10,000–15,000 in total sponsorship. Every contribution makes CCG + more accessible and impactful. +

+
+
+ +
+
MYCELIUM
+
€5,000
+
Recognition
+
    +
  • Logo on website hero & all pages
  • +
  • Featured on all event materials & badges
  • +
  • Opening & closing acknowledgment
  • +
  • Social media across all channels
  • +
+
Engagement
+
    +
  • 2 full-access passes
  • +
  • 30-min sponsored session slot
  • +
  • Participant introductions
  • +
+
Content & Media
+
    +
  • Pre-event spotlight
  • +
  • Post-event report feature
  • +
  • "Official Sponsor" usage rights
  • +
+
+ +
+
SPORE
+
€2,500
+
Recognition
+
    +
  • Logo on website sponsor section
  • +
  • Logo on event signage
  • +
  • Social media mention
  • +
+
Engagement
+
    +
  • 1 full-access pass
  • +
  • Priority registration
  • +
+
Content & Media
+
    +
  • Event newsletter mention
  • +
  • Post-event summary inclusion
  • +
+
+ +
+
FRIEND OF THE
COMMONS
+
€1,000
+
Recognition
+
    +
  • Name/logo on supporters section
  • +
  • Social media thank-you
  • +
  • Ceremony acknowledgment
  • +
+
Engagement
+
    +
  • 1 pass at 50% off
  • +
+
+
+
+ + 06 +
+ + +
+
+
+
+

Lead Partner

+

MYCELIUM

+
€5,000
+

+ Become part of the CCG ecosystem. Maximum visibility, meaningful engagement, + and lasting association with the commons movement. +

+
+ "The ideas I encountered at CCG completely changed how I think about protocol design. + It's like nothing else in the crypto space." + — ReFi builder, 2023 +
+
+
+
+
What You Get
+
    +
  • 2 full-access passes to the week-long gathering
  • +
  • 30-minute sponsored session — workshop, presentation, or demo
  • +
  • Logo on website hero section and every page of the site
  • +
  • Featured on all event materials, badges, and signage
  • +
  • Acknowledgment at opening and closing ceremonies
  • +
  • Social media spotlight across all CCG channels
  • +
  • Spotlight in pre-event communications to 500+ community members
  • +
  • Dedicated feature in post-event report
  • +
  • Rights to use "Official Sponsor of CCG 2026" in your marketing
  • +
  • Participant introductions (with consent)
  • +
+
+
+
+
+ + 07 +
+ + +
+
+
+
+
+
What You Get
+
    +
  • 1 full-access pass to the week-long gathering
  • +
  • Priority registration — secure your spot before public sales
  • +
  • Logo on the website sponsor section
  • +
  • Logo on event signage at the Commons Hub
  • +
  • Social media mention across CCG channels
  • +
  • Named in event newsletter to 500+ subscribers
  • +
  • Included in post-event summary and documentation
  • +
+
+
+
+

Supporter

+

SPORE

+
€2,500
+

+ Plant seeds for regenerative futures. Meaningful recognition and a direct + connection to the community, at an accessible investment level. +

+
+ "CCG is where I found my people — the ones who actually believe another world + is possible and are building it together." + — Returning participant, 2024 +
+
+
+
+ + 08 +
+ + +
+
+
+
+

Solidarity

+

FRIEND OF
THE COMMONS

+
€1,000
+

+ Show solidarity with the movement. Every contribution helps keep CCG accessible + and makes a real difference for participants who need support. +

+
+ "I came for the unconference, I stayed for the community. Four years later, + my closest collaborators are people I met at CCG." + — Cooperative founder, 2022 +
+
+
+
+
What You Get
+
    +
  • 1 pass at 50% off — attend the full gathering at half price
  • +
  • Name or logo on the website supporters section
  • +
  • Social media thank-you post across CCG channels
  • +
  • Acknowledgment at opening and closing ceremonies
  • +
+
+

+ Perfect for individuals, small organizations, and cooperatives who want to + show support for commons-based futures. +

+
+
+
+
+
+ + 09 +
+ + +
+
+

Full Transparency

+

Where your sponsorship goes

+
+
+

Estimated Event Budget

+
+
+ Venue & infrastructure +
Facility, electricity, water, internet, AV
+
+ €6,000 +
+
+
+ Food & catering +
6 days, 100+ participants
+
+ €8,000 +
+
+
+ Event coordination +
Part-time logistics & comms
+
+ €3,000 +
+
+
+ Documentation & media +
Photo, video, written summaries
+
+ €1,500 +
+
+
+ Accessibility & travel support +
Grants, subsidies, accommodations
+
+ €2,000 +
+
+
+ Supplies & admin +
Materials, insurance, processing
+
+ €1,500 +
+
+ Total + €22,000 +
+
+
+

Revenue Sources

+
+
+ Ticket sales + ~€8–10k +
+
+
+
+
+ Food contributions + ~€8k +
+
+
+
+
+ Sponsorship gap + €10–15k +
+
+

+ This is where your support makes the difference. +

+
+
+

No organizer profits

+

+ All organizing team members cover their own travel, food, and accommodation. + Full budget published publicly after the event. +

+
+
+
+
+ + 10 +
+ + +
+
+

Beyond Financial Sponsorship

+

Alternative partnerships welcome

+
+
+

Track Sponsorship

+

Custom pricing

+

+ Sponsor a specific theme track with naming rights and session curation involvement. +

+
+
+

Accommodation

+

~€3,000–5,000

+

+ Cover accommodation for participants who need financial support, broadening access. +

+
+
+

Meal Sponsorship

+

~€2,000–4,000

+

+ Sponsor catered meals — your name becomes synonymous with nourishment and community care. +

+
+
+

Documentation

+

~€1,500

+

+ Support professional photography, videography, and written summaries with credit. +

+
+
+

Travel Grants

+

Custom

+

+ Fund travel scholarships for participants from underrepresented regions or backgrounds. +

+
+
+

Tech Partnership

+

In-kind

+

+ Provide tools, platforms, or infrastructure (streaming, collaboration) in exchange for recognition. +

+
+
+
+ + 11 +
+ + +
+
+

Let's build together.

+

+ We're not seeking logo placement in exchange for attention. We're seeking partners who + share our vision of regenerative, cooperative, and commons-based futures. +

+
+

Get in touch

+

contact@cryptocommonsgather.ing

+
+
+

Learn more

+

+ cryptocommonsgather.ing/sponsorships +

+
+
+

Crypto Commons Association · Commons Hub, Reichenau an der Rax, Austria

+

Telegram: t.me/+n5V_wDVKWrk1ZTBh

+
+
+ + 12 +
+ + + diff --git a/app/api/create-checkout-session/route.ts b/app/api/create-checkout-session/route.ts index 6c8d118..0d9e952 100644 --- a/app/api/create-checkout-session/route.ts +++ b/app/api/create-checkout-session/route.ts @@ -24,10 +24,18 @@ export async function POST(request: NextRequest) { const formData = await request.formData() const paymentMethod = formData.get("paymentMethod") as string const registrationDataStr = formData.get("registrationData") as string + const includeAccommodation = formData.get("includeAccommodation") === "true" + const accommodationType = formData.get("accommodationType") as string || "dorm" + const includeFood = formData.get("includeFood") === "true" const registrationData = registrationDataStr ? JSON.parse(registrationDataStr) : null - // Use price_data for dynamic pricing (no pre-created prices needed) + // Accommodation pricing (in EUR cents) + const DORM_PRICE_CENTS = 23520 // €235.20 (€39.20/night x 6) + const DOUBLE_PRICE_CENTS = 30120 // €301.20 (€50.20/night x 6) + const FOOD_PRICE_CENTS = 13500 // €135 (6 days) + + // Build line items dynamically const lineItems: Stripe.Checkout.SessionCreateParams.LineItem[] = [ { price_data: { @@ -42,6 +50,35 @@ export async function POST(request: NextRequest) { }, ] + if (includeAccommodation) { + const isDorm = accommodationType === "dorm" + lineItems.push({ + price_data: { + currency: "eur", + product_data: { + name: isDorm ? "Accommodation - Dorm (6 nights)" : "Accommodation - Double Room (6 nights)", + description: `Commons Hub, ${isDorm ? "dorm bed" : "double room"} — ${isDorm ? "€39.20" : "€50.20"}/night`, + }, + unit_amount: isDorm ? DORM_PRICE_CENTS : DOUBLE_PRICE_CENTS, + }, + quantity: 1, + }) + } + + if (includeFood) { + lineItems.push({ + price_data: { + currency: "eur", + product_data: { + name: "Food Package (6 days)", + description: "Breakfast, catered lunches & dinners, coffee & tea", + }, + unit_amount: FOOD_PRICE_CENTS, + }, + quantity: 1, + }) + } + let paymentMethodTypes: Stripe.Checkout.SessionCreateParams.PaymentMethodType[] = ["card"] if (paymentMethod === "sepa_debit") { @@ -67,6 +104,8 @@ export async function POST(request: NextRequest) { registrationData.dietary.join(", ") + (registrationData.dietaryOther ? `, ${registrationData.dietaryOther}` : ""), crewConsent: registrationData.crewConsent, + accommodation: includeAccommodation ? accommodationType : "none", + food: includeFood ? "yes" : "no", } : {}, ...(paymentMethod === "crypto" && { diff --git a/app/register/page.tsx b/app/register/page.tsx index 99eefa7..da7a3a2 100644 --- a/app/register/page.tsx +++ b/app/register/page.tsx @@ -15,6 +15,9 @@ import { useState } from "react" export default function RegisterPage() { const [step, setStep] = useState<"form" | "payment">("form") const [isSubmitting, setIsSubmitting] = useState(false) + const [includeAccommodation, setIncludeAccommodation] = useState(true) + const [accommodationType, setAccommodationType] = useState<"dorm" | "double">("dorm") + const [includeFood, setIncludeFood] = useState(true) const [formData, setFormData] = useState({ name: "", contact: "", @@ -26,6 +29,14 @@ export default function RegisterPage() { crewConsent: "", }) const baseTicketPrice = 80 // Early bird price €80 + const dormPrice = 235.20 // €39.20/night x 6 nights + const doublePrice = 301.20 // €50.20/night x 6 nights + const foodPrice = 135 // 6 days of meals + const accommodationPrice = accommodationType === "dorm" ? dormPrice : doublePrice + const totalPrice = + baseTicketPrice + + (includeAccommodation ? accommodationPrice : 0) + + (includeFood ? foodPrice : 0) const handleSubmit = async (e: React.FormEvent) => { e.preventDefault() @@ -108,7 +119,7 @@ export default function RegisterPage() { Event Registration - Early bird pricing available until Dec 31, 2025 + Early bird pricing available until April 30, 2026 @@ -118,23 +129,115 @@ export default function RegisterPage() {
CCG 2026 Ticket
- €80 Early bird (until Dec 31, 2025) • €120 Regular (Jan-Jun 2026) • €150 Late (after Jul 1, - 2026) + €80 Early bird (until Apr 30) · €120 Regular (May-Jun) · €150 Late (after Jul 1)
CCA members: Bring two newcomers, get a free ticket!
- €{baseTicketPrice}.00 + €{baseTicketPrice.toFixed(2)} + {/* Accommodation */} +
+
+ setIncludeAccommodation(checked as boolean)} + className="mt-1" + /> +
+
+ + {includeAccommodation && ( + €{accommodationPrice.toFixed(2)} + )} +
+ {includeAccommodation ? ( +
+ setAccommodationType(value as "dorm" | "double")} + className="space-y-2" + > +
+ + +
+
+ + +
+
+

+ 30 beds on-site. Nearby options (Herrnhof.at, Gasthof Kobald) also available — see{" "} + Transparency page. +

+
+ ) : ( +

+ I'll arrange my own accommodation +

+ )} +
+
+
+ + {/* Food */} +
+
+ setIncludeFood(checked as boolean)} + className="mt-1" + /> +
+
+ + {includeFood && ( + €{foodPrice.toFixed(2)} + )} +
+ {includeFood ? ( +

+ Breakfast buffet, catered lunches & dinners (vegetarian/vegan + meat options), + coffee & tea throughout the day. +

+ ) : ( +

+ I'll arrange my own meals +

+ )} +
+
+
+ + {(includeAccommodation || includeFood) && ( +

+ We'll follow up with you closer to the event to confirm accommodation and food details, + including room assignments and any dietary needs. +

+ )} + {/* Total */}
Total Amount
-
Early bird ticket
+
+ Ticket{includeAccommodation ? " + accommodation" : ""}{includeFood ? " + food" : ""} +
- €{baseTicketPrice}.00 + €{totalPrice.toFixed(2)}
@@ -150,6 +253,9 @@ export default function RegisterPage() {
+ + +
diff --git a/app/sponsorships/page.tsx b/app/sponsorships/page.tsx new file mode 100644 index 0000000..38c353a --- /dev/null +++ b/app/sponsorships/page.tsx @@ -0,0 +1,302 @@ +import { Button } from "@/components/ui/button" +import { Card, CardContent } from "@/components/ui/card" +import { ArrowRight, Mail, Download, ExternalLink } from "lucide-react" +import Link from "next/link" + +export default function SponsorshipsPage() { + return ( +
+ {/* Hero Section */} +
+
+
+ +
+

Partner with us

+

+ Sponsor CCG 2026 +

+

+ A week-long unconference in the Austrian Alps bringing together 100+ builders, researchers, + and activists shaping regenerative futures. Now in its 6th edition. +

+ +
+
+ + {/* Quick Stats + Why */} +
+
+
+
+
400+
+

Total Attendees

+
+
+
25+
+

Countries

+
+
+
15+
+

Projects Incubated

+
+
+
~40%
+

Return Rate

+
+
+ +

+ Over five editions, CCG has catalyzed movements like #CoFi and{" "} + #MycoFi, incubated 15+ projects, and built an active community + of 500+ members. Our attendees include teams from Regen Network, EthicHub, Circles UBI, Holochain, + Economic Space Agency, and more. +

+
+
+ + {/* Sponsorship Tiers at a Glance */} +
+
+
+

Sponsorship Tiers

+

+ We're seeking €10,000–15,000 in total sponsorship to cover coordination, accessibility, + and documentation costs. Three tiers available: +

+
+ +
+ +
+ +

MYCELIUM

+
€5,000
+

+ 2 passes, sponsored session, logo everywhere, pre & post-event spotlight +

+
+ + + + +

SPORE

+
€2,500
+

+ 1 pass, logo on site & signage, social media & newsletter mention +

+
+
+ + + +

FRIEND OF THE COMMONS

+
€1,000
+

+ 50% off pass, name on supporters section, social media thank-you +

+
+
+
+ +

+ We also welcome alternative partnerships: track sponsorship, meal sponsorship, travel grants, + documentation support, and in-kind technology contributions. +

+
+
+ + {/* Flipbook Deck */} +
+
+
+

Full Sponsorship Deck

+

+ Browse the complete partnership deck with tier details, audience profile, + budget breakdown, and more. +

+
+ +
+