A lead generation platform that connects Amazon sellers with vetted agency partners.
- Clone this repository
- Open
index.htmlin your browser, OR - Deploy to Vercel (see deployment section below)
stellar-advisor-platform/
│
├── index.html # Main landing page (deploy this)
├── README.md # This file
│
├── public/ # Static files served directly
│ └── favicon.ico # Site icon
│
├── src/ # Source files (for future development)
│ ├── components/ # Reusable UI components
│ ├── styles/ # CSS files (if separated)
│ └── data/ # JSON data files
│ ├── agencies.json # Agency partner database
│ └── categories.json # Amazon category data
│
├── docs/ # Documentation
│ ├── ARCHITECTURE.md # Technical architecture
│ ├── ROADMAP.md # Feature roadmap
│ └── CHANGELOG.md # Version history
│
└── assets/ # Media files
├── images/ # Screenshots, photos
└── icons/ # SVG icons
- FBA Deal Calculator
- Agency Match Quiz
- Lead Capture Form
- Partner Section
- Mobile Responsive
- Amazon API Integration
- Category Research Tool
- Partner Dashboard
- User Accounts
- Seller Directories Integration
- Push this repo to GitHub
- Go to vercel.com
- Click "Import Project"
- Select this repository
- Click "Deploy"
- Go to app.netlify.com/drop
- Drag the entire folder onto the page
- Done!
| Service | Purpose | Status |
|---|---|---|
| Tally.so | Form handling | Planned |
| Airtable | Lead database | Planned |
| Calendly | Call scheduling | Planned |
| Rainforest API | Amazon data | Planned |
- Edit files directly on GitHub.com
- Vercel auto-deploys on every push
# Clone the repo
git clone https://github.com/YOUR-USERNAME/stellar-advisor-platform.git
# Make changes locally
# Then push:
git add .
git commit -m "Description of changes"
git pushSee CHANGELOG.md for detailed version history.
Ryan - Partnerships Manager
- Platform: StellarAdvisor
- Powered by: BeaconPath Holding, LLC (In Partnership with ThreeColts)
Last updated: January 2026