Skip to content

Commit 467fb64

Browse files
committed
chore: add MIT license and v1.0.0 release notes
1 parent b9ff5a9 commit 467fb64

File tree

2 files changed

+75
-0
lines changed

2 files changed

+75
-0
lines changed

CHANGELOG.md

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
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)

LICENSE

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
MIT License
2+
3+
Copyright (c) 2024 Andrew Jiang
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

0 commit comments

Comments
 (0)