Crate arrfounder

Crate arrfounder 

Source
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

Functionsยง

arrfounder