Devlog

A running log of what shipped. ← back to site

feat

Speedrun Stellar landing page (Speedrun ETH-style)

Built a product landing at /demo/speedrun/ in the Speedrun Ethereum / Arbitrum aesthetic: gradient hero with stacked NFT illustration, stats bar, 4-step "How it works" cards, 6 challenge cards in a 2-col grid (Challenge 1 active, 2–6 marked Soon), real Soroban code snippet preview, alpha testimonial section, gradient CTA banner, footer with Discord/GitHub links. The interactive simulator moved to /demo/speedrun/play/ and is reachable from the "Start the speedrun" CTA. Also fixed a template bug where /logs/ silently served the homepage.

feat

Proposals section + interactive Speedrun simulator

Added /proposals/ with the first draft (Stellar Speedrun Platform, $95K, SCF #44) rendered as a styled multi-section page mapped to SCF form fields. Built the interactive simulator: 6-challenge picker, syntax-highlighted Soroban NFT contract, simulated soroban-cli terminal with typed output, mock Freighter wallet modal, dApp preview with NFT canvas, leaderboard, waitlist form.

docs

Research page expanded: deadlines, past winners, rejection-recovery playbook

Added a live countdown banner for SCF #44 (Jun 14, 2026), a current-rounds status table (#40 → #44), top-10 winners from SCF #42 with award amounts, dominant-themes analysis (payments / region-specific / DeFi), detailed "what the application asks for" section, and a "From rejection → ready" playbook grounded in real reviewer feedback ("concept stage, no traction").

feat

Initial SCF research site: landing, research page, ideas database

Built three pages on top of the template. Landing tiles into research and ideas. Research page covers SCF 7.0 tracks (Open / Integration / RFP), application flow, milestone tranches (10/20/30/40), reviewer priorities, common rejection reasons, and a curated docs/resources block. Ideas page is a localStorage-backed CRUD table with track/status/category fields, search, sort, and JSON export/import.

chore

Project scaffolded from claude-cloudflare-template

Initial commit. Static site under apps/web/, Cloudflare Workers via wrangler.toml, commit-msg + pre-push hooks installed, devlog convention live.