Expand description
ยงArrfounder
A platform that discovers and showcases founders with real revenue. Arrfounder automatically identifies entrepreneurs on Twitter/X who openly share their MRR/ARR and displays them in a searchable directory.
ยงComponents
ยง๐ Website (/website)
- Live at: arrfounder.com
- Browse verified founders with real revenue
- Individual founder profiles with product listings
- Platform statistics and insights
- Search and filter capabilities
ยงQuick Start
ยงWebsite
cd website
npm install
npm run dev # Starts on http://localhost:7380ยงEnvironment Setup
Ensure you have the necessary API keys and environment variables configured for your deployment.
ยงKey Features
ยงFor Visitors
- ๐ Discover Real Founders: Browse entrepreneurs with verified revenue
- ๐ Revenue Transparency: See actual MRR/ARR figures shared publicly
- ๐ Product Discovery: Explore successful products and their metrics
- ๐ Platform Statistics: View aggregate data about the founder ecosystem
ยงFor Founders
- ๐ฏ Get Listed: Share your revenue on Twitter/X to appear automatically
- ๐ค Join the Community: Connect with other transparent founders
- ๐ข Showcase Products: Your products are automatically extracted and displayed
ยงTech Stack
ยงWebsite
- Framework: TanStack Start (React-based)
- Routing: TanStack Router with /@handle profile URLs
- Styling: TailwindCSS v4
- Data Fetching: TanStack Query
ยงExtension
- Platform: Chrome Extension Manifest V3
- Language: TypeScript
- Build: Vite + CRXJS
- Data Collection: DevTools API
ยงBackend
- AI: OpenAI GPT-4 for product extraction
- Processing: Automated data analysis
ยงDevelopment
ยงWebsite Development
cd website
npm install
npm run dev # Development server
npm run build # Production build
npm run preview # Preview productionยงExtension Development
cd extension
npm install
npm run dev # Development with hot reload
npm run build # Production buildยงAPI Usage
The extension and website communicate with the backend API for data storage and retrieval.
ยงProject Structure
arrfounder/
โโโ website/ # Public-facing website
โ โโโ src/
โ โ โโโ routes/ # TanStack Router pages
โ โ โโโ components/
โ โโโ dist/ # Production build
โโโ extension/ # Chrome extension
โโโ src/
โ โโโ content/ # Content scripts
โ โโโ devtools/ # DevTools panel
โ โโโ dashboard/
โโโ dist/ # Built extensionยงContributing
This is currently a private project. For questions or access, please contact the maintainers.
Built with โค๏ธ to help founders discover each other