#1
AitheosMar 26, 2026FeatureArchitectural
Designed and built entire Masterlog system (CLI + SQLite + Next.js dashboard) · Built Next.js 16 dashboard with 6 pages, 12 components, dark theme, Recharts charts · Built role-based pricing system with 12 professional roles at St. Louis market rates · Client-facing pivot — removed all ROI/subscription/Claude references, reframed as sales tool · Built dynamic project detail pages with [slug] routing and specialist breakdowns · Built git backfill script and JSON import script for Claude Chat history · Built Team & Rates page with 5 categories and 12 specialist roles · Set up GitHub repo (aitheos/aitheos), Cloudflare Pages deployment, DNS for work.aitheos.com · Imported 150 real entries across 8 projects totaling $279K in value delivered · Resolved 9 HIGH code review issues across CLI and dashboard · Created /masterlog slash command for session-end capture workflow · Created 7 new project folders from template · Added display names, cleaned seed data, merged duplicate projects
135h
Junior Developer work
$13,500 at agency rates
#2
Calm SheetsFeb 28, 2026StrategyArchitectural
Built comprehensive 22-section business playbook from scratch based on a raw business idea · Defined brand positioning, voice guidelines, visual identity (sage green, navy, cream palette) · Created detailed product strategy with 'Calm Kit' anatomy template (16-page PDF structure) · Designed 3-tier pricing strategy ($29 core → $47 pro → $67-79 bundles) with escalation framework · Mapped complete tech stack across 3 phases with cost projections · Built repeatable Content Creation SOP (5-step, 14-20 hour process per kit) · Designed 5-channel distribution strategy (Reddit, TikTok/Reels, Facebook Groups, SEO Blog, Pinterest) · Architected '3 A.M. Funnel' sales funnel with landing page formula · Created 4-phase execution plan (Manual Launch → Content Engine → AI Agent → Scale) · Built financial model with monthly projections from $435 to $9,840 over 8 months · Drafted legal/ethics framework with required disclaimers and 7 non-negotiable ethical guidelines · Created risk register with 9 risks, likelihood/impact ratings, and mitigation strategies · Defined KPI dashboard with primary, content, and health metrics · Designed competitive moat strategy (short-term and long-term) · Created living Instructions Doc (v1.0) with rules for product, pricing, marketing, content, AI agent, and finance · Built 90-day action calendar broken into weekly deliverables · Ranked all 20 checklist ideas by demand, urgency, and willingness to pay · Evaluated 10 brand name options and recommended top 3 (Calm Sheets, Before Tomorrow, Calm Kit Co.)
60h
Business Consultant work
$10,500 at agency rates
#3
Spark AcademyMar 11, 2026FeatureArchitectural
Built Consulting Services WordPress HTML blocks (9 blocks, 1,079 lines) · Built Dr. Peterson Founder Hub WordPress HTML blocks (10 blocks, 1,351 lines) · Built Blog Hub WordPress HTML blocks (9 blocks, 1,026 lines) with vanilla JS filter logic · Built Tour Confirmed thank-you page HTML blocks (5 blocks) · Built Consulting Thank-You page HTML blocks (5 blocks) · Built FAQ page WordPress HTML blocks (11 blocks, 1,457 lines, 46 Q&As) · Built Purposeful Play Framework WordPress HTML blocks (15 blocks, 1,801 lines) · Built Schedule a Tour WordPress HTML blocks (9 blocks, 1,307 lines) · Built Answer Hub WordPress HTML blocks (14 blocks, 2,419 lines, 11 data tables)
64h
Senior Developer work
$9,600 at agency rates
#4
Paul's Smoke ShackMar 5, 2026StrategyArchitectural
Full product discovery session for FreshPlate multi-cook meal prep marketplace · Defined complete platform scope: cook app, customer app, backend architecture · Made key tech stack decisions: React Native + Expo, Next.js, Supabase, Stripe Connect, Google Maps API, rembg image processing · Designed multi-tenant data model with 12 PostgreSQL tables and Row-Level Security · Built interactive React architecture overview (architecture-overview.jsx) with 6 tabs: System Overview, Tech Stack, Data Model, Feature Map, Build Phases, Cost Estimate · Built mobile-optimized HTML pitch page (freshplate-pitch.html) for Paul to review on his phone · Designed Menu Intelligence system: one-tap 'Request Again' on order history + weekly polls · Added 4 new database tables for menu intelligence (menu_item_requests, menu_polls, menu_poll_options, menu_poll_votes) · Updated architecture overview with new API routes, database tables, feature map entries, and extended build timeline · Created comprehensive project instructions markdown (freshplate-project-instructions.md) for Claude Project context · Removed Reorder feature based on rotating menu insight, replaced with Request Again system
60h
Senior Developer work
$9,000 at agency rates
#5
Spark AcademyMar 11, 2026FeatureArchitectural
Built Kindergarten Prep WordPress HTML blocks (10 blocks) · Built 4's Preschool WordPress HTML blocks (11 blocks, 1,560 lines) · Built After-School Enrichment WordPress HTML blocks (10 blocks, 1,269 lines) · Built Summer Camp WordPress HTML blocks (10 blocks) · Built Discovery Station WordPress HTML blocks (11 blocks, 1,495 lines) · Built Kindergarten WordPress HTML blocks (11 blocks, 1,468 lines) · Each with full responsive breakpoints, GTM tracking, FAQ accordions, updateable content markers
48h
Senior Developer work
$7,200 at agency rates
#6
Polymarket Arbitrage BotMar 11, 2026DocsArchitectural
Conducted thorough research phase: Kalshi API docs, authentication examples, rate limits, fee formulas, order placement, market data structures · Researched Polymarket fee structure updates for accurate cross-platform fee modeling · Investigated existing open-source cross-platform arb bot approaches · Created comprehensive 13-section architecture guide as formatted .docx document · Section 1: Executive summary of the unified system redesign · Section 2: Platform comparison table (API structure, auth, data models, SDKs, price formats) · Section 3: Revised file structure with core/exchanges/ abstraction package, Protocol-based interfaces · Section 4: Three-tier market matching system (curated JSON mappings, text similarity auto-discovery at 0.80+ threshold, resolution-date validation) · Section 5: Fee structure formulas for both platforms (Kalshi quadratic: 0.07 × P × (1-P), Polymarket varying by market type) with minimum spread threshold table · Section 6: Cross-platform arbitrage signal logic with net edge calculation incorporating per-platform fees · Section 7: Two-leg execution coordination (FOK/IOC orders, less-liquid leg first, orphaned leg tracking) · Section 8: Extended safety guards (per-exchange position limits, orphaned leg budget) · Section 9: Database schema migrations (exchange column additions) · Section 10: Four-phase implementation plan (abstraction refactor → Kalshi intra-platform → market matching + monitor → live cross-platform) · Section 11: Configuration additions (KalshiConfig dataclass, cross-platform parameters) · Section 12: Risk matrix (false matches, leg risk, settlement mismatches, capital lock-up, fee changes, regulatory) · Section 13: Future enhancements (WebSocket-first architecture, AI fair value estimation, additional exchanges, backtesting engine)
48h
Senior Developer work
$7,200 at agency rates
#7
Polymarket Arbitrage BotMar 10, 2026FeatureComplex
Built complete 11-file Python bot codebase from scratch · core/config.py: Dataclass-based config loader from .env with WalletConfig, TradingConfig, ScannerConfig, BotConfig · core/models.py: Data models (Market, Signal, Trade, PortfolioState) with enums for signal types, trade status, order types · core/scanner.py: MarketScanner with Gamma API market discovery + CLOB API order book enrichment, rate limiting · core/signals.py: SignalEngine with 3 strategies (cross-outcome arb, spread capture, multi-market arb), fee-adjusted edge calculations · core/executor.py: TradeExecutor with safety guards, FOK/GTC order placement, portfolio state tracking · core/database.py: SQLite logger with 4 tables (signals, trades, market_snapshots, daily_stats) · bot.py: CLI entry point with argparse (--live, --once, --env), graceful shutdown handler, scan loop · utils/display.py: Pretty console output formatters for signals, trades, portfolio · .env.example: Complete config template with all parameters documented · requirements.txt: py-clob-client, requests, python-dotenv · README.md: Full documentation with architecture diagram, strategy explanations, setup guide, CLI usage
40h
Senior Developer work
$6,000 at agency rates
#8
Spark AcademyMar 8, 2026FeatureArchitectural
Built Homepage WordPress HTML blocks (11 blocks, 19 tracked CTAs) · Added tablet breakpoint, program card redesigns, supplemental program cards · Built Fresh 3's Fridays WordPress HTML blocks (10 blocks, 1,370 lines) · Performed consultant audit, implemented 6 improvements (FAQ/CTA reorder, mid-page CTA, enrichment restructure) · Built Why Spark Academy WordPress HTML blocks (9 blocks) · Added stat callouts, pull quotes, alternating backgrounds, full-width sage extends · Implemented nowrap heading pattern and tappable link underlines as standards · Performed consultant audit, implemented 7 improvements (reorder differentiators, remove hero CTAs, add mid-point CTA)
40h
Senior Developer work
$6,000 at agency rates
#9
Spark AcademyFeb 25, 2026StrategyArchitectural
Analyzed existing brand guidelines identifying strengths to preserve and strategic gaps · Created 30-page Brand Voice Guide DOCX (16 sections) · Established positioning statement: 'The only preschool in Central Illinois founded and led by a doctoral researcher in ECE' · Defined 5 voice attributes, 5 core values, parent objection matrix · Built 5-question Spark Personality Test for content validation · Flagged items for Dr. Peterson's input (origin story, doctoral research, curriculum name) · Updated Phase 2A instructions with all brand decisions
40h
Brand Strategist work
$6,000 at agency rates
#10
Spark AcademyMar 24, 2026Bug FixArchitectural
fix: restore page-specific CSS stripped during HTML-to-Eleventy conversion · feat: complete photo overhaul — 48 SEO-named photos, local hosting, zero duplicates · feat: replace text logo with SVG wordmark in nav and footer
63h
Junior Developer work
$5,300 at agency rates