Build in Public

Ship Logs. Show Your Work.

Builders document every step publicly. Terminal snippets, AI prompts, GitHub commits — the whole journey, visible.

The build logs below are example data to demonstrate platform features.
8 build logs
KR
0xKira
Web3 BuilderPro
✓ Shipped

ETF Dashboard: Real-time data without breaking the bank

11 hours 23 AI prompts 890 lines
ReactRechartsRedisVercel EdgeTypeScript

Day 1: Researched free ETF APIs. Yahoo Finance unofficial API works but rate-limits at 2000 req/hour. Day 2: Implemented caching layer with Redis. Day 3: Recharts customization took 4 hours alone.

NN
nocode_ninja
No-code BuilderFree
✓ Shipped

No-code CRM: Bubble + AI = Magic

8 hours 31 AI prompts 0 lines
BubbleOpenAIGmail APIZapier

The key insight: Bubble API connector + OpenAI = unlimited AI features without a single line of backend code. Gmail integration was the hardest part — OAuth flow took 2 hours to debug.

MH
medtech_hacker
ML EngineerPro
✓ Shipped

Medical OCR: 94% accuracy on handwritten forms

14 hours 52 AI prompts 2,100 lines
PythonTesseractGPT-4 VisionFastAPI

Tesseract alone gave 67% accuracy. Adding GPT-4 Vision as a post-processing step jumped it to 94%. The trick: use Tesseract for initial extraction, then ask GPT-4 to correct and structure the output.

AX
ai_builder_x
AI EngineerPro
✓ Shipped

Smart Contract Auditor: AI finds what humans miss

18 hours 38 AI prompts 1,560 lines
PythonSlitherGPT-4SolidityReact

Combined Slither (static analysis) with GPT-4 (semantic analysis). Slither catches syntax-level bugs fast. GPT-4 catches logic-level vulnerabilities that require understanding context. Together: 94% detection rate on known CVEs.

UW
ux_wizard
UX BuilderFree
✓ Shipped

A/B Testing Platform: Design-first approach

10 hours 19 AI prompts 780 lines
ReactWebflow APIFramer MotionTailwind

Started with Figma mockups before writing a single line of code. The constraint: non-technical marketers must be able to create tests without help. Iterated 3 times on the drag-and-drop editor.

DR
dev_remix_1
DevTools BuilderFree
✓ Shipped

GitHub PR Bot: Teaching AI to review code

9 hours 44 AI prompts 1,100 lines
GitHub ActionsOpenAINode.jsTypeScript

Used GitHub Actions + OpenAI API. The hard part: making the bot suggestions actually useful (not just add comments). Solution: fine-tuned on 10,000 accepted/rejected PR reviews from open-source projects.

CB
crypto_builder
Web3 BuilderFree
✓ Shipped

Crypto Tax Tracker: Handling DeFi complexity

22 hours 61 AI prompts 3,200 lines
PythonWeb3.pyPostgreSQLFastAPIReact

Traditional portfolio trackers break on DeFi. Liquidity pool entries/exits, yield farming rewards, NFT royalties — none of these fit standard accounting models. Built a custom transaction classifier using ML.

SF
shipfast_dev
Full-stack BuilderPro
✓ Shipped

How I built RestaurantAI in 6 hours

6 hours 47 AI prompts 1,240 lines
Next.jsSupabaseOpenAITailwindVercel

Started with Supabase schema design at 9am. Used GPT-4 to generate the demand prediction model. Hit a wall with the mobile dashboard at hour 4 — switched from MUI to Tailwind and it clicked immediately. Deployed to Vercel at 3pm.