Crowdfunding smart contract on Solana letting creators launch campaigns and accept SOL donations via Anchor

Re-pushed crowdfunding clone in Solana's most saturated niche: no frontend, zero stars.

Dimensions

Verdict

This repo is an Anchor program implementing SOL-donation crowdfunding: campaign creation, donate, admin withdraw, single PDA storage. No frontend exists despite the README's DApp claims, and the README itself is copied from a different author's project, a strong authenticity flag alongside a repo whose history was created and pushed 11 seconds apart while showing a stale 2024 lastCommit date GitHub metadata: createdAt/pushedAt 11 seconds apart, lastCommit 2024-02-29, 0 stars, 1 contributor. The Solana crowdfunding niche is crowded: kayra (0.078) and tita-flow (0.054) sit in the same 'Solana-Based Charitable Fundraising' cluster, and the engine reports 111 topical neighbors 111 topical neighbors reported by search engine for closest match, making this a false_gap rather than a novel idea. Winners-only search surfaces solana-gives (0.060) as the closest funded analog, proving the category can win, but this repo lacks the differentiation, tests, and shipped frontend that separate winners from clones. Weakest dimension is momentum (8/100): zero stars, one contributor, fabricated-looking history. Strongest is ecosystemFit (35/100), since the on-chain mechanics are real if thin. Next move: ship the actual frontend, fix the mismatched program ID, and add a differentiating mechanic before resubmitting.

Closest competitors

KayrA
Renaissance 2024
8%
match

A decentralized crowdfunding platform on Solana for transparent and efficient fundraising.

Tita Flow
Breakout 2025
5%
match

A configurable on-chain fundraising platform for personal, community, and startup campaigns.

Veladao
Radar 2024
5%
match

A decentralized crowdfunding platform on Solana using milestone-based fund releases for transparency.

Colabio
Breakout 2025
5%
match

A decentralized crowdfunding platform on Solana for transparent and efficient project funding.

Fundrr
Breakout 2025
5%
match

Solana-based crowdfunding platform empowering Web3 creators to secure decentralized funding.

Winner DNA

  • Anchor-based on-chain program with PDA state: present

    Repo implements campaign PDA, donation, and withdrawal via Anchor, matching the 26.6% winner share for Anchor.

  • Shipped frontend/DApp (React): missing

    No frontend code exists despite README claiming a DApp; 40.1% of cohort winners ship React frontends.

  • Payments/fundraising primitive: present

    SOL donation via system-program transfer aligns with the 13.6% payments-primitive share among winners.

  • Genuine, verifiable test coverage: missing

    Only one unverified test file and lint-only CI, far below the rigor typical of funded submissions.

  • Sustained, multi-contributor development history: missing

    1 contributor, 38 commits pushed 11 seconds after repo creation with a stale 2024 lastCommit timestamp.

  • Differentiated mechanic vs. existing fundraising cluster: missing

    No milestone release, escrow terms, or novel twist beyond plain donate/withdraw, unlike veladao's milestone model.