Skip to content

iamnolanhu/SigmaWaitList

 
 

Repository files navigation

BasedSigma - Your Tactical AI Co-founder

From zero to CEO on autopilot.

An AI-powered business automation platform that enables founders to ideate, legally register, brand, market, and monetize a business in under 10 minutes.

Overview

BasedSigma is a comprehensive business automation platform currently in pre-launch phase. It combines AI technology with automated workflows to handle every aspect of starting and running a business - from legal registration to marketing campaigns.

Features

🚀 Core Capabilities

  • Business Registration: Automated LLC/Corp formation, EIN acquisition, and legal document generation
  • AI Branding: Logo generation, color palettes, and complete brand kit creation
  • Website Builder: Instant landing page creation with integrated payment processing
  • Marketing Automation: Email campaigns, social media management, and customer acquisition
  • Banking Integration: Business bank account setup and financial management
  • Team Management: Role-based access control and collaborative workflows

🎯 Current Status

  • Pre-launch waitlist collection
  • User authentication and profile management
  • Business profile system with legal entity tracking
  • Foundation for AI-powered automation modules

Tech Stack

  • Frontend: React 18+ with TypeScript, Vite, TailwindCSS
  • Backend: Supabase (Auth, Database, Realtime)
  • AI Integration: OpenAI GPT-4, Claude, DALL·E via Replicate
  • Payment: Stripe
  • Analytics: Vercel Analytics + Google Analytics 4
  • Email: MailerLite API

Getting Started

Prerequisites

  • Node.js (v18 or higher)
  • npm or yarn package manager

Installation

  1. Clone the repository:
git clone https://github.com/yourusername/SigmaWaitList.git
cd SigmaWaitList
  1. Install dependencies:
npm install
  1. Set up environment variables:
cp .env.example .env
  1. Configure your environment variables with:
    • Supabase credentials
    • OpenAI API key
    • Stripe keys
    • MailerLite API key

Development

Run the development server:

npm run dev

The application will be available at http://localhost:5173/

Build

Create a production build:

npm run build

Testing

Run tests:

npm test

Project Structure

├── src/
│   ├── components/     # Reusable UI components
│   ├── screens/        # Main application screens
│   ├── hooks/          # Custom React hooks
│   ├── lib/            # API services and utilities
│   └── types/          # TypeScript type definitions
├── supabase/
│   └── migrations/     # Database schema migrations
├── public/             # Static assets
└── Docs/               # Project documentation

Contributing

This project is currently in active development. For contribution guidelines, please contact the team.

License

Proprietary - All rights reserved


Built with ❤️ by the BasedSigma team

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • TypeScript 89.3%
  • PLpgSQL 9.7%
  • Other 1.0%