Skip to content

RoseBludd/buildflow-website

Repository files navigation

BuildFlow - Storm Restoration Management Platform

Built by Roofers, for Roofers 🏠⚑

BuildFlow is the most advanced AI-powered storm restoration management platform in the industry. Founded by industry veterans with 15+ years of roofing experience, we combine deep industry knowledge with cutting-edge technology to help restoration companies streamline operations, increase revenue, and focus on what they do best - helping communities recover.

πŸš€ Key Statistics

  • 15+ Years in Roofing Industry Experience
  • 10,000+ Projects Completed
  • 500+ Companies Served
  • 40 Hours/Week Time Saved per Company
  • 245% Average Revenue Increase
  • 75% Reduction in Administrative Time

πŸ› οΈ Technology Stack

Frontend

  • Next.js 15.3 - React framework with App Router
  • React 19 - Latest React with concurrent features
  • TypeScript 5 - Type-safe development
  • Tailwind CSS 4 - Utility-first CSS framework
  • Framer Motion 12.7 - Advanced animations and transitions

APIs & Integrations

  • Google Maps API - Storm tracking and property visualization
  • React Icons 5.5 - Comprehensive icon library
  • Heroicons 2.2 - Beautiful hand-crafted SVG icons

Development Tools

  • ESLint 9 - Code linting with Next.js config
  • PostCSS - CSS processing
  • Turbopack - Ultra-fast bundling for development

πŸ“‹ Features Overview

BuildFlow organizes all your business needs into 6 comprehensive categories, each designed to work seamlessly with the others:

🎯 Lead Generation & Acquisition

Transform weather events into targeted business opportunities with AI-powered precision.

πŸ“Š Sales & Pipeline Management

Convert leads to customers with streamlined sales processes.

πŸ’¬ Communication & Collaboration

Keep teams and customers connected throughout projects.

  • Unified Messaging - SMS, email, and in-app messaging in one platform
  • Customer Portal - Self-service portal for project tracking and payments
  • Team Collaboration - Internal messaging with job tagging and notifications

πŸ”§ Field Operations & Inspections

Streamline field work with mobile-first tools.

πŸ“ Project & Job Management

Manage projects from start to finish with complete oversight.

πŸ“ˆ Analytics & Business Intelligence

Data-driven insights for better decision making.

  • AI Dashboard Notifier - Natural language reporting with automated delivery
  • Performance Analytics - Comprehensive business metrics and KPI tracking

πŸ’° Pricing Models

BuildFlow offers 5 flexible pricing strategies to match your business model:

πŸ‘₯ Per User Pricing

Traditional per-seat pricing for predictable monthly costs.

  • Starter: $99/user/month (up to 5 users)
  • Professional: $199/user/month (up to 25 users) - Most Popular
  • Enterprise: $399/user/month (unlimited users)

🎯 Per Lead Pricing

Pay only for qualified leads generated by our system.

  • Pay Per Lead: $25/qualified lead
  • Lead + Platform: $15/lead + $199/month base - Most Popular
  • Lead Premium: $8/lead + $499/month base

πŸ“ˆ Revenue Share Pricing

We succeed when you succeed - percentage of revenue generated.

  • Growth Partner: 3% of generated revenue
  • Scale Partner: 2% of generated revenue - Most Popular
  • Enterprise Partner: 1.5% of generated revenue

⚑ Usage-Based Pricing

Pay only for what you use - perfect for seasonal businesses.

  • Flex: $49 base + usage fees
  • Flex Pro: $199 base + reduced usage fees - Most Popular
  • Flex Enterprise: $499 base + lowest usage fees

🏒 Enterprise Pricing

Custom solutions and strategic partnerships.

  • Custom Solution: Tailored pricing
  • Industry Partnership: Revenue share or licensing - Most Popular

πŸ—οΈ Project Structure

buildflow-website/
β”œβ”€β”€ app/                          # Next.js App Router
β”‚   β”œβ”€β”€ components/              # Reusable UI components
β”‚   β”‚   β”œβ”€β”€ Header.tsx          # Navigation header
β”‚   β”‚   β”œβ”€β”€ Footer.tsx          # Site footer
β”‚   β”‚   └── home/               # Homepage components
β”‚   β”‚       β”œβ”€β”€ HeroSection.tsx        # Hero with interactive storm map
β”‚   β”‚       β”œβ”€β”€ ProblemSection.tsx     # Problem identification
β”‚   β”‚       β”œβ”€β”€ FeaturesOverview.tsx   # Feature highlights
β”‚   β”‚       β”œβ”€β”€ VibezsTechSection.tsx  # Technology showcase
β”‚   β”‚       β”œβ”€β”€ TestimonialSection.tsx # Customer testimonials
β”‚   β”‚       └── CTASection.tsx         # Call-to-action
β”‚   β”œβ”€β”€ features/               # Feature detail pages
β”‚   β”‚   β”œβ”€β”€ page.tsx           # Features overview
β”‚   β”‚   β”œβ”€β”€ storm-lead-engine/  # AI-powered lead generation
β”‚   β”‚   β”œβ”€β”€ ai-voice-calling/   # Automated calling system
β”‚   β”‚   β”œβ”€β”€ storm-tracking/     # Real-time storm monitoring
β”‚   β”‚   β”œβ”€β”€ sales-pipeline/     # Sales management
β”‚   β”‚   β”œβ”€β”€ campaign-management/ # Marketing campaigns
β”‚   β”‚   β”œβ”€β”€ ai-estimator/       # Cost estimation
β”‚   β”‚   β”œβ”€β”€ document-management/ # Document handling
β”‚   β”‚   β”œβ”€β”€ unified-messaging/  # Communication hub
β”‚   β”‚   β”œβ”€β”€ customer-portal/    # Customer self-service
β”‚   β”‚   β”œβ”€β”€ field-inspector/    # Mobile inspection app
β”‚   β”‚   β”œβ”€β”€ image-analyzer/     # AI damage detection
β”‚   β”‚   β”œβ”€β”€ gps-time-tracking/  # Location tracking
β”‚   β”‚   β”œβ”€β”€ job-management/     # Project management
β”‚   β”‚   β”œβ”€β”€ change-orders/      # Change order system
β”‚   β”‚   β”œβ”€β”€ vendor-management/  # Subcontractor management
β”‚   β”‚   β”œβ”€β”€ dashboard-notifier/ # AI reporting
β”‚   β”‚   └── property-contact-finder/ # Contact discovery
β”‚   β”œβ”€β”€ pricing/               # Pricing page with 5 models
β”‚   β”œβ”€β”€ about/                 # Company information
β”‚   β”œβ”€β”€ contact/               # Contact form
β”‚   β”œβ”€β”€ demo/                  # Demo request
β”‚   β”œβ”€β”€ page.tsx              # Homepage
β”‚   β”œβ”€β”€ layout.tsx            # Root layout
β”‚   └── globals.css           # Global styles
β”œβ”€β”€ public/                    # Static assets
└── package.json              # Dependencies and scripts

πŸš€ Getting Started

Prerequisites

  • Node.js 18+
  • npm/yarn/pnpm/bun
  • Google Maps API key (for storm tracking features)

Installation

  1. Clone the repository

    git clone <repository-url>
    cd buildflow-website
  2. Install dependencies

    npm install
    # or
    yarn install
    # or
    pnpm install
    # or
    bun install
  3. Set up environment variables

    # Create .env.local file
    cp .env.example .env.local

    Add your Google Maps API key:

    NEXT_PUBLIC_GOOGLE_MAPS_API_KEY=your_api_key_here
  4. Run the development server

    npm run dev
    # or
    yarn dev
    # or
    pnpm dev
    # or
    bun dev
  5. Open your browser Navigate to http://localhost:3000

Google Maps API Setup

The storm tracking features require a Google Maps API key:

  1. Go to Google Cloud Console
  2. Create a new project or select an existing one
  3. Enable the "Maps JavaScript API" service
  4. Create an API key
  5. Add the key to your .env.local file

🎨 Design Philosophy

Built by Industry Veterans

  • 15+ years of hands-on roofing experience
  • Real contractors who understand your daily challenges
  • Every feature designed to solve actual problems

AI-Powered Intelligence

  • Cutting-edge AI technology combined with industry expertise
  • Intelligent automation that actually works for contractors
  • Machine learning that improves with your business

Industry-First Innovation

  • We don't just digitize old processes - we reimagine them
  • Modern technology designed for storm restoration workflow
  • Comprehensive platform that replaces dozens of tools

Proven Results

  • 245% average revenue increase
  • 75% reduction in administrative time
  • 500+ companies already using BuildFlow

πŸ”§ Development Scripts

# Development with Turbopack (ultra-fast)
npm run dev

# Production build
npm run build

# Start production server
npm run start

# Run ESLint
npm run lint

πŸš€ Deployment

Vercel (Recommended)

The easiest way to deploy BuildFlow is using Vercel:

  1. Connect your GitHub repository
  2. Add environment variables
  3. Deploy with zero configuration

Other Platforms

BuildFlow can be deployed on any platform that supports Next.js:

  • Netlify
  • AWS Amplify
  • Railway
  • Render

πŸ“ž Support & Contact

πŸ† Why Choose BuildFlow?

For Small Teams (1-5 people)

  • Starter Plan: $99/user/month
  • Get started with essential features
  • Perfect for new restoration companies

For Growing Companies (6-25 people)

  • Professional Plan: $199/user/month ⭐ Most Popular
  • Full feature set with AI capabilities
  • Dedicated support and training

For Large Operations (25+ people)

  • Enterprise Plan: $399/user/month
  • Unlimited everything + custom integrations
  • Dedicated account manager

For Performance-Based Businesses

  • Revenue Share: 2-3% of generated revenue
  • Zero upfront costs
  • We succeed when you succeed

For Seasonal Businesses

  • Usage-Based: $49-$499 base + usage fees
  • Pay only for what you use
  • Perfect for weather-dependent operations

Ready to transform your storm restoration business?

🎯 Schedule Demo | πŸ’° View Pricing | πŸš€ Explore Features

Built with ❀️ by contractors, for contractors.

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages