| 
 | 1 | +# Changelog  | 
 | 2 | + | 
 | 3 | +## [v1.0.0] - 2024-03-21  | 
 | 4 | + | 
 | 5 | +🎉 Initial Release of Builddit - A Reddit-like interface for Farcaster's /someone-build channel  | 
 | 6 | + | 
 | 7 | +### Features  | 
 | 8 | + | 
 | 9 | +#### Core Functionality  | 
 | 10 | +- 🏗️ Browse and discover build requests from /someone-build channel  | 
 | 11 | +- 🔄 Real-time polling with graceful updates (30-second intervals)  | 
 | 12 | +- 🔍 Search functionality across build requests  | 
 | 13 | +- 📊 Sort by Newest and Top (Day, Week, Month, All)  | 
 | 14 | +- ♾️ Infinite scroll for seamless browsing  | 
 | 15 | + | 
 | 16 | +#### Build Request Management  | 
 | 17 | +- 🛠️ "I Built This!" feature for claiming builds  | 
 | 18 | +- 💰 Bounty posting system with customizable:  | 
 | 19 | +  - Amount and currency (USDC, ETH, DEGEN)  | 
 | 20 | +  - Optional deadline (defaults to 2 weeks)  | 
 | 21 | +  - Additional description  | 
 | 22 | +- 🖼️ Rich media support with whitelisted image domains  | 
 | 23 | +- 🔗 Embedded content handling (links, images, nested casts)  | 
 | 24 | + | 
 | 25 | +#### Authentication & User Experience  | 
 | 26 | +- 🔐 Farcaster Auth Kit integration  | 
 | 27 | +- 👤 Public browsing without authentication  | 
 | 28 | +- ✨ Success state feedback  | 
 | 29 | +- 📱 Responsive design for mobile and desktop  | 
 | 30 | +- 🎨 Beautiful UI with purple gradient theme  | 
 | 31 | + | 
 | 32 | +#### Technical Infrastructure  | 
 | 33 | +- 📡 Hybrid data fetching with MongoDB and Neynar API  | 
 | 34 | +- 🔄 Automatic data synchronization  | 
 | 35 | +- 🚀 Vercel deployment  | 
 | 36 | +- 🗄️ MongoDB for data persistence  | 
 | 37 | +- 🔒 Secure environment configuration  | 
 | 38 | + | 
 | 39 | +### Tech Stack  | 
 | 40 | +- Frontend: Next.js 14, React 18, TailwindCSS  | 
 | 41 | +- Backend: Next.js API Routes, MongoDB  | 
 | 42 | +- Authentication: NextAuth.js, Farcaster Auth Kit  | 
 | 43 | +- API Integration: Neynar API  | 
 | 44 | + | 
 | 45 | +### Known Issues  | 
 | 46 | +- Sign-out flow requires page refresh  | 
 | 47 | +- Some image previews may not load correctly  | 
 | 48 | +- Sorting transitions could be smoother  | 
 | 49 | +- Mobile layout needs optimization  | 
 | 50 | + | 
 | 51 | +### Links  | 
 | 52 | +- Live Site: [https://someonebuild.fun](https://someonebuild.fun)  | 
 | 53 | +- GitHub Repository: [https://github.com/andrewjiang/builddit](https://github.com/andrewjiang/builddit)  | 
 | 54 | +- Farcaster Channel: [/someone-build](https://warpcast.com/~/channel/someone-build)   | 
0 commit comments