Skip to content

Commit 810bae3

Browse files
authored
feat(blog): add Boundless x Trustless Work hackathon post and fit cover images (#551)
- Add content/blog/boundless-launches-first-hackathon-campaign.mdx for the May 13 hackathon launch announcement. - BlogCard and BlogPostDetails cover images use object-contain so the full banner is visible (previously object-cover cropped wider banners). - Update SHARE icons on the blog details page from the old brand color #99FF2D to the current brand primary #2eedaa.
1 parent 503ec0e commit 810bae3

3 files changed

Lines changed: 167 additions & 6 deletions

File tree

components/landing-page/blog/BlogCard.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ const BlogCard = ({ post, onCardClick }: BlogCardProps) => {
2424
src={post.coverImage}
2525
alt={post.title}
2626
fill
27-
className='object-cover transition-transform duration-500 group-hover:scale-105'
27+
className='object-contain transition-transform duration-500 group-hover:scale-105'
2828
sizes='(max-width: 768px) 100vw, (max-width: 1200px) 50vw, 33vw'
2929
/>
3030
{/* Gradient Overlay */}

components/landing-page/blog/BlogPostDetails.tsx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ const BlogPostDetails: React.FC<BlogPostDetailsProps> = ({
140140
src={post.coverImage}
141141
alt={post.title}
142142
fill
143-
className='rounded-lg object-cover'
143+
className='rounded-lg object-contain'
144144
priority
145145
sizes='(max-width: 768px) 100vw, (max-width: 1200px) 80vw, 70vw'
146146
/>
@@ -191,7 +191,7 @@ const BlogPostDetails: React.FC<BlogPostDetailsProps> = ({
191191
>
192192
<path
193193
d='M1.5 16.5L7.79032 10.2097M16.5 1.5L10.2097 7.79032M10.2097 7.79032L5.66667 1.5H1.5L7.79032 10.2097M10.2097 7.79032L16.5 16.5H12.3333L7.79032 10.2097'
194-
stroke='#99FF2D'
194+
stroke='#2eedaa'
195195
strokeWidth='1.5'
196196
strokeLinecap='round'
197197
strokeLinejoin='round'
@@ -215,7 +215,7 @@ const BlogPostDetails: React.FC<BlogPostDetailsProps> = ({
215215
>
216216
<path
217217
d='M6.68359 6.56555C6.3753 6.56555 6.08615 6.65168 5.83398 6.80286C5.86071 6.73663 5.8898 6.67102 5.91797 6.60461L6.68359 6.48743M6.68359 6.56555V6.48743M6.68359 6.56555L6.83008 6.57336C6.84126 6.53557 6.85246 6.49776 6.86426 6.46008L6.68359 6.48743M6.68359 6.56555V6.48743M13.3291 6.56555L13.5156 6.57629C13.75 6.60287 13.9698 6.68028 14.168 6.79602C14.1413 6.72999 14.1158 6.66346 14.0879 6.59778L13.3291 6.48352M13.3291 6.56555V6.48352M13.3291 6.56555V6.48352M13.3291 6.56555C13.2818 6.56555 13.2348 6.56939 13.1885 6.57336C13.1772 6.53503 13.1672 6.49633 13.1553 6.45813L13.3291 6.48352'
218-
stroke='#99FF2D'
218+
stroke='#2eedaa'
219219
strokeWidth='10'
220220
/>
221221
</svg>
@@ -235,7 +235,7 @@ const BlogPostDetails: React.FC<BlogPostDetailsProps> = ({
235235
>
236236
<path
237237
d='M9.98721 11.8403L12.6883 14.9113C13.6891 16.0491 14.1895 16.618 14.7133 16.4795C15.2371 16.341 15.4167 15.5923 15.7759 14.0949L17.7684 5.78825C18.3217 3.48194 18.5983 2.32878 17.9834 1.76C17.3685 1.19122 16.3027 1.61437 14.1711 2.46068L4.28165 6.38707C2.57679 7.06395 1.72436 7.40239 1.67024 7.98403C1.6647 8.04353 1.66461 8.10344 1.66996 8.16295C1.7223 8.74477 2.57369 9.08605 4.27647 9.7686C5.048 10.0779 5.43377 10.2325 5.71035 10.5286C5.74145 10.5619 5.77135 10.5964 5.8 10.632C6.05484 10.9486 6.16359 11.3642 6.38109 12.1954L6.78812 13.7508C6.99977 14.5596 7.10559 14.964 7.38275 15.0191C7.65991 15.0743 7.90122 14.7389 8.38384 14.0683L9.98721 11.8403ZM9.98721 11.8403L9.72237 11.5642C9.42097 11.2501 9.27026 11.0931 9.27026 10.8979C9.27026 10.7027 9.42097 10.5457 9.72237 10.2315L12.6998 7.12841'
238-
stroke='#99FF2D'
238+
stroke='#2eedaa'
239239
strokeWidth='1.5'
240240
strokeLinecap='round'
241241
strokeLinejoin='round'
@@ -259,7 +259,7 @@ const BlogPostDetails: React.FC<BlogPostDetailsProps> = ({
259259
>
260260
<path
261261
d='M7.49935 14.1666H5.83268C3.5315 14.1666 1.66602 12.3012 1.66602 9.99998C1.66602 7.69879 3.5315 5.83331 5.83268 5.83331H7.49935M12.4993 14.1666H14.166C16.4672 14.1666 18.3327 12.3012 18.3327 9.99998C18.3327 7.69879 16.4672 5.83331 14.166 5.83331H12.4993M5.83268 9.99998L14.166 9.99998'
262-
stroke='#99FF2D'
262+
stroke='#2eedaa'
263263
strokeWidth='1.4'
264264
strokeLinecap='round'
265265
strokeLinejoin='round'
Lines changed: 161 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,161 @@
1+
---
2+
title: 'Boundless Launches Its First Hackathon Campaign'
3+
excerpt: 'Boundless x Trustless Work, our first-ever hackathon, runs from May 13 to May 16, 2026. Four days of building escrow-powered products on Stellar, with workshops, mentorship, a $1,400 prize pool, and a physical finale in Nsukka, Nigeria.'
4+
coverImage: 'https://res.cloudinary.com/danuy5rqb/image/upload/v1778798556/Image_2_sueerh.png'
5+
publishedAt: '2026-05-13'
6+
author:
7+
name: 'Boundless Team'
8+
image: ''
9+
categories: ['Hackathon', 'Web3', 'Stellar']
10+
tags:
11+
[
12+
'hackathon',
13+
'trustless-work',
14+
'stellar',
15+
'web3',
16+
'defi',
17+
'escrow',
18+
'builders',
19+
]
20+
readingTime: 5
21+
isFeatured: true
22+
seoTitle: 'Boundless Launches Its First Hackathon: Boundless x Trustless Work'
23+
seoDescription: 'The Boundless x Trustless Work Hackathon kicks off May 13 to May 16, 2026. Build escrow-powered Web3 products on Stellar with the Trustless Work Starter Kit. $1,400 prize pool, workshops, and a physical finale in Nsukka, Nigeria.'
24+
---
25+
26+
# Boundless Launches Its First Hackathon Campaign
27+
28+
Boundless is officially launching its first-ever hackathon today, **May 13th, 2026**.
29+
30+
In collaboration with **[Trustless Work](https://www.trustlesswork.com/)**, we are bringing together builders, creatives, developers, and thinkers for a multi-day hybrid event focused on brainstorming and building ideas that will revolutionize Web3 and DeFi.
31+
32+
The Boundless x [Trustless Work](https://www.trustlesswork.com/) Hackathon is designed to encourage experimentation, collaboration, and real-world problem-solving. Participants will have the opportunity to ideate and build projects on the **Stellar** ecosystem.
33+
34+
---
35+
36+
## Why Boundless
37+
38+
The next wave of the internet is being built in Web3.
39+
40+
Every day, new ideas emerge across payments, coordination, finance, and digital ownership. But for many builders, the gap between ideation and execution still remains difficult to cross.
41+
42+
At Boundless, our mission is to help bridge that gap.
43+
44+
We believe the next generation of Web3 products should be built on systems that prioritize **transparency, verification, efficiency, and seamless global collaboration** from the start.
45+
46+
The Boundless x [Trustless Work](https://www.trustlesswork.com/) Hackathon is designed to help developers explore what that future could look like in practice.
47+
48+
---
49+
50+
## Build Faster with the [Trustless Work](https://www.trustlesswork.com/) Starter Kit
51+
52+
The focus of this hack is to encourage innovative thinking and unique real-world problem-solving techniques. That is why we are partnering with **[Trustless Work](https://www.trustlesswork.com/)**, so teams can focus on:
53+
54+
- Product design
55+
- Workflow architecture
56+
- User experience
57+
- Integrations
58+
- Application-level innovation
59+
60+
[Trustless Work](https://www.trustlesswork.com/) allows teams to implement escrow systems from start to finish in a very short time. This is also why we have limited use cases to products that require escrow as the core infrastructure.
61+
62+
To help participants move quickly from ideation to implementation, developers will have access to the **[Trustless Work Builder Starter Kit](https://www.trustlesswork.com/)**.
63+
64+
The hackathon will also include workshops, mentorship sessions, and technical support from the team at [Trustless Work](https://www.trustlesswork.com/) to help participants navigate implementation challenges and refine their projects.
65+
66+
---
67+
68+
## Event Details
69+
70+
The hackathon is a **hybrid event** taking place from **May 13th to May 16th**. The first three days will be held virtually, while the final day will be a physical event.
71+
72+
Here is the breakdown of what to expect each day:
73+
74+
- **May 13:** Welcome Ceremony, Onboarding, and Team Selection
75+
- **May 14:** Build Day Two
76+
- **May 15:** Build Day Three
77+
- **May 16:** Project Demos, Judging, and Awards
78+
79+
Activities throughout the hackathon will include:
80+
81+
- Workshops
82+
- Office hours
83+
84+
The physical event will include:
85+
86+
- Project showcases
87+
- Technical presentations
88+
- Judging sessions
89+
- Winner announcements
90+
- Award presentations
91+
92+
**Other Details**
93+
94+
- **Venue:** Block Hive, Nsukka, Enugu State, Nigeria
95+
- **Registration Deadline:** May 15th
96+
97+
---
98+
99+
## Prize Pool
100+
101+
The Boundless x [Trustless Work](https://www.trustlesswork.com/) Hackathon will reward outstanding technical execution, product thinking, and real-world usability across categories signifying our judging criteria.
102+
103+
**Main Winners**
104+
105+
- 1st Place: **$500**
106+
- 2nd Place: **$300**
107+
- 3rd Place: **$200**
108+
109+
**Special Awards**
110+
111+
- Best UI/UX Design: **$100**
112+
- Best Real-World Use Case: **$100**
113+
- Best Technical Implementation: **$100**
114+
- Most Innovative Idea: **$100**
115+
- Best Use of [Trustless Work](https://www.trustlesswork.com/): **$100**
116+
117+
---
118+
119+
## Who Can Participate?
120+
121+
The hackathon is open to **developers, designers, product builders**, and anyone interested in building internet-native coordination systems.
122+
123+
Participants may hack alone or form teams of **2 to 5 members** across the participant scope. Participants do not need to arrive with a fully developed idea.
124+
125+
---
126+
127+
## What Should You Build?
128+
129+
Participants are expected to build a focused product using [Trustless Work](https://www.trustlesswork.com/) primitives. The goal is not to build another generic escrow platform, but to create specific applications that solve real problems.
130+
131+
Some possible directions include:
132+
133+
- Freelance and milestone-based work platforms
134+
- Marketplace and e-commerce escrow systems
135+
- Grant distribution and bounty management tools
136+
- Crowdfunding and pre-order infrastructure
137+
- Rental agreements and security deposit flows
138+
- P2P stablecoin exchange applications
139+
- Trade finance coordination tools
140+
- AI agent payment and workflow systems
141+
142+
Participants will also have flexible integration options depending on their preferred workflow. Teams can move quickly with low-code tooling, build with prebuilt components, or work directly with **SDKs and APIs** for more advanced customization and deeper product control.
143+
144+
---
145+
146+
## Join Us
147+
148+
To build with us, register your intent: **[Register for the Hackathon](https://www.boundlessfi.xyz/hackathons/boundless-trustless-work-hackathon)**.
149+
150+
Join our community to stay in the loop:
151+
152+
- **[Discord](https://discord.gg/fP8chNpX)**
153+
- **[X (formerly Twitter)](https://x.com/boundless_fi)**
154+
155+
---
156+
157+
## Starter Pack
158+
159+
- Explore the **[Trustless Work Starter Kit](https://www.trustlesswork.com/)**
160+
161+
Build the future with Boundless.

0 commit comments

Comments
 (0)