A decentralized comic reading platform on Solana for creators and readers.
Web frontend for a Solana comic/IP platform combining NFT comic minting, marketplace trading, and fractional creator-IP investing
Radar 3rd-place winner, yet the flagship invest feature is a self-admitted mock demo
Scored on the public repo. This project won its hackathon on a live demo the scan does not see.
Dimensions
Genesis (formerly d-reader-web) is a Next.js frontend for a Solana comic-NFT platform: candy-machine minting, an auction-house marketplace, and a fractional creator-IP 'invest' flow. The self-corpus record confirms this exact project placed 3rd in Radar's Consumer track for $15k , the strongest possible winner signal, but the codebase behind that win shows real gaps: no tests, no CI, and the README itself calls the investing feature a 'mock demo,' with no on-chain program code shipped in this repo. The corpus is not empty here: comic-NFT platforms like SuperNova_Comics and Comic Coin sit at similar similarity scores, so the mechanic is proven-but-crowded rather than novel. Momentum is real but modest: 610 commits, 5 contributors, 8 months of activity, only 5 stars, no CI . Compare to Renaissance's Banger, a 1st-place consumer marketplace with a sharper wedge . Next move: ship the invest flow for real, add tests and CI, and lean into the verified Radar placement as social proof rather than resting on it.
Closest competitors
A consumer-focused mobile application for trading and managing non-fungible tokens.
A platform where users earn NFT rewards for reading comics over time.
A Web3 platform connecting Webtoon readers and creators through launchpads, financial tools, and community engagement.
A marketplace for buying and selling tweets to support creators and monetize social engagement.
Winner DNA
On-chain program written in Rust/Anchor: missing
69/171 (40%) of cohort winners ship Rust and 35 (20.5%) use Anchor; Genesis contains no program code, only a frontend calling an external backend.
React/TypeScript consumer frontend: present
Matches the 41.5% React and 100% Solana stack share; Genesis is a Next.js/TypeScript/React app.
NFT and tokenization primitives: present
NFT (8.2%) and tokenization (9.4%) primitives appear across the winner cohort; Genesis ships NFT minting, a marketplace, and tokenization-flavored fractional investing.
Targets content creators and retail investors: present
Content creators (5.3%) and retail investors (8.2%) are cohort target-user segments; Genesis explicitly targets both.
Ships a functioning, non-mock core feature: missing
Winning submissions typically demo working flows; Genesis's flagship invest feature is labeled a 'mock demo' in its own README.