Skip to content

Commit 9cdb1b4

Browse files
committed
Add Thirdweb and Rearrange order of perks based on most likely to be used
1 parent 5bf1764 commit 9cdb1b4

File tree

3 files changed

+92
-24
lines changed

3 files changed

+92
-24
lines changed

docs/ecosystem/builder-perks.md

+71-23
Original file line numberDiff line numberDiff line change
@@ -31,42 +31,54 @@ export const BuilderPerks = () => {
3131
return (
3232
<div>
3333
<div className="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-6">
34+
3435
<ActionCard
35-
heading="QuickNode"
36-
description="Power your Web3 journey with QuickNode - the leading end-to-end development platform for Web3 builders. Get $100 credit with our special offer."
37-
icon="quicknode"
36+
heading="Builder Gas Subsidy"
37+
description="Get enough FLOW to launch on Mainnet and sponsor up to 10,000 transactions for your users."
38+
icon="flow"
3839
iconColor="white"
3940
cardColor="black"
40-
onClick={() => handleCardClick('quicknode')}
41+
onClick={() => handleCardClick('gas-subsidy')}
4142
/>
42-
43+
4344
<ActionCard
44-
heading="Olympix"
45-
description="State-of-the-art, developer-first security tools for in-house assurance. Get $2000 in credits for your team."
46-
icon="olympix-logo"
45+
heading="Alchemy for Startups"
46+
description="Get free credits, product discounts, and access to an extensive partner network to help accelerate your project's growth."
47+
icon="alchemy"
4748
iconColor="white"
4849
cardColor="black"
49-
onClick={() => handleCardClick('olympix')}
50+
onClick={() => handleCardClick('alchemy')}
5051
/>
5152

5253
<ActionCard
53-
heading="Builder Gas Subsidy"
54-
description="Get enough FLOW to launch on Mainnet and sponsor up to 10,000 transactions for your users."
55-
icon="flow"
54+
heading="QuickNode"
55+
description="Power your Web3 journey with QuickNode - the leading end-to-end development platform for Web3 builders. Get $100 credit with our special offer."
56+
icon="quicknode"
5657
iconColor="white"
5758
cardColor="black"
58-
onClick={() => handleCardClick('gas-subsidy')}
59+
onClick={() => handleCardClick('quicknode')}
5960
/>
6061

6162
<ActionCard
62-
heading="Alchemy for Startups"
63-
description="Get free credits, product discounts, and access to an extensive partner network to help accelerate your project's growth."
64-
icon="alchemy"
63+
heading="Thirdweb"
64+
description="Get $99 worth of production-grade tools to build complete web3 apps and games on any platform with 1 month of free Growth & Engine tier access."
65+
icon="thirdweb"
6566
iconColor="white"
6667
cardColor="black"
67-
onClick={() => handleCardClick('alchemy')}
68+
onClick={() => handleCardClick('thirdweb')}
69+
/>
70+
71+
72+
<ActionCard
73+
heading="Olympix"
74+
description="State-of-the-art, developer-first security tools for in-house assurance. Get $2000 in credits for your team."
75+
icon="olympix-logo"
76+
iconColor="white"
77+
cardColor="black"
78+
onClick={() => handleCardClick('olympix')}
6879
/>
69-
</div>
80+
81+
</div>
7082

7183
{/* Profile Check Modal */}
7284
<Modal
@@ -130,11 +142,11 @@ export const BuilderPerks = () => {
130142
</ul>
131143

132144
<h3 className="text-xl font-bold">How to Claim</h3>
133-
Go to the signup page below and enter the code:
134-
<p className="font-mono">BUILDWITHFLOW</p>
135-
<div className="space-y-2">
136-
<a href="https://www.quicknode.com/" className="text-blue-600 hover:text-blue-800 block">→ Sign up</a>
137-
</div>
145+
Go to the <a href="https://www.quicknode.com/"> signup page </a>
146+
147+
and enter the code:
148+
<span className="font-mono bg-gray-100 dark:bg-gray-700 px-2 py-1 rounded">BUILDWITHFLOW</span>
149+
138150
</div>
139151
</Modal>
140152

@@ -210,6 +222,42 @@ export const BuilderPerks = () => {
210222
</ol>
211223
</div>
212224
</Modal>
225+
226+
<Modal
227+
isOpen={activeModal === 'thirdweb'}
228+
onClose={() => setActiveModal(null)}
229+
title="Thirdweb - Free Growth & Engine Tier Access"
230+
>
231+
<div className="space-y-4">
232+
<p>
233+
Thirdweb provides a full stack web3 development platform. Get $99 credits for 1 month of free access to production-grade tools
234+
to build complete web3 apps and games on any platform.
235+
</p>
236+
237+
<h3 className="text-xl font-bold">What You Get</h3>
238+
<ul className="list-disc pl-6">
239+
<li>Production Grade Infrastructure and RPCs</li>
240+
<li>Custom Branding & User Analytics</li>
241+
<li>Nonce Management & Automatic Retries</li>
242+
<li>Securely Managed Backend Wallets with Team Access Controls</li>
243+
</ul>
244+
245+
<h3 className="text-xl font-bold">Available Stacks</h3>
246+
<ul className="list-disc pl-6">
247+
<li><a href="https://thirdweb.com/solutions/gaming" className="text-blue-600 hover:text-blue-800">Gaming Stack</a> - Build seamless onchain games with web3-powered features on Unity, Unreal Engine, & any platform</li>
248+
<li><a href="https://thirdweb.com/nebula" className="text-blue-600 hover:text-blue-800">AI Stack</a> - Powerful blockchain AI model with access to live and historical onchain data</li>
249+
<li><a href="https://thirdweb.com/solutions/defi" className="text-blue-600 hover:text-blue-800">DeFi Stack</a> - Build DeFi applications with secure onboarding and cross-chain capabilities</li>
250+
<li><a href="https://thirdweb.com/solutions/consumer-apps" className="text-blue-600 hover:text-blue-800">Consumer App Stack</a> - Create abstracted, secure, and decentralized digital experiences</li>
251+
</ul>
252+
253+
<h3 className="text-xl font-bold">How to Claim</h3>
254+
<ol className="list-decimal pl-6 space-y-2">
255+
<li>Go to the <a href="https://thirdweb.com/dashboard" className="text-blue-600 hover:text-blue-800">thirdweb Dashboard</a></li>
256+
<li>Apply coupon code: <span className="font-mono bg-gray-100 dark:bg-gray-700 px-2 py-1 rounded">3WEBDEV-FLOW</span></li>
257+
<li>Upgrade to Growth and deploy an Engine instance</li>
258+
</ol>
259+
</div>
260+
</Modal>
213261
</div>
214262
);
215263
};

src/hooks/use-icons.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,6 @@ export function useIcons() {
7676
'olympix-logo': '/img/ecosystem/olympix-logo.svg',
7777
'flow': '/img/ecosystem/flow.svg',
7878
'alchemy': '/img/ecosystem/alchemy.svg',
79-
79+
'thirdweb': '/img/ecosystem/thirdweb.svg',
8080
}), []);
8181
}

static/img/ecosystem/thirdweb.svg

+20
Loading

0 commit comments

Comments
 (0)