BuddyFi matches developers with the perfect teammates for hackathons, using on-chain profiles, skill matching, and a familiar swipe-to-connect interface.
Trusted by 100+ active Solana developers this month β and growing.
We've all been there. The excitement of a new hackathon, followed by...
Frantically DMing strangers on Discord the night before submissions open.
I thought you knew Solidity? | I thought YOU knew Solidity!
Can you really trust someone who claims to be a "10x dev" with a Metamask PFP?
Iβm free for 2 hours Sunday night β unless my cat gets sick.
One teammate tries to solo the project while everyone else turns into spectators.
When your standup turns into a ghost town because itβs 4AM for half the team.
We're bringing Web3 principles to hackathon team formation
Your GitHub commits, StackOverflow answers, and previous hackathon projects are verified and stored on-chain, creating a trustless resume that speaks for itself.
// Verify developer profile
const profile = await buddyfi.verify({
github: "username",
ethereum: "0x...",
skills: ["solidity", "react"]
});
Our algorithm suggests potential teammates based on complementary skills, shared interests, and compatible working styles. Swipe right on developers you'd like to work with.
// Match algorithm
const matches = await buddyfi.findMatches({
skills: ["needed"],
interests: ["defi", "gaming"],
availability: "weekends"
});
We analyze on-chain activity to establish a trust score. Developers with a history of completed projects and active participation are ranked higher in search results.
// Calculate trust score
const trustScore = await buddyfi.calculateTrust({
address: "0x...",
history: true,
contributions: true
});
Once matched, teams get a shared workspace with integrated tools for planning, coding, and submitting projects. Track progress, assign tasks, and collaborate seamlessly.
// Create team workspace
const workspace = await buddyfi.createTeam({
name: "EthWizards",
members: ["0x...", "0x..."],
hackathon: "ETHGlobal Paris"
});
From solo coder to dream team in minutes
// Connect wallet
const account = await buddyfi.connect();
console.log("Connected:", account);
Link your wallet to create your BuddyFi profile. We'll analyze your on-chain activity to establish your developer identity.
// Create profile
await buddyfi.createProfile({
name: "DevName",
skills: ["react", "solidity"],
github: "username",
availability: ["weekends", "evenings"]
});
Add your skills, interests, and preferences. Link your GitHub, showcase past projects, and set your availability for upcoming hackathons.
// Find and match with teammates
const potentialTeammates = await buddyfi.browse();
for (const dev of potentialTeammates) {
if (dev.skills.includes("needed-skill")) {
await buddyfi.swipeRight(dev.id);
}
}
Browse potential teammates, swipe right on those you'd like to work with, and start chatting when you match. Form your dream team and get hacking!
Our vision for the future of BuddyFi
Initial release with core matching features and basic profiles.
Partner with major hackathon organizers for seamless team formation.
Community-driven development and feature prioritization.
Support for regional hackathons and localized matching.
Hear from developers who found their dream teams
On-Chain SPEAKER
Omg damn.. This is gonna be explosive π₯π₯ Super Bullish on this King
Blockchain Dev
Guys if you're still looking out for a team for the Breakout Hackathon or just any other hackathon. THIS IS YOUR GO TO PLACE!!!
Smart Contract Auditor
Found a team that perfectly complemented my security expertise with UI/UX talent. We've now worked on three hackathons together and launched a startup.
Full Stack Developer
As someone who's always struggled to find the right teammates, BuddyFi has been revolutionary. The skill-matching algorithm is surprisingly accurate!
Blockchain Architect
The on-chain verification of skills is brilliant. No more exaggerated resumes or misleading profiles. What you see is what you get.
Join BuddyFi today and connect with talented developers who share your vision and complement your skills.