Skip to content

Krosebrook/Enterpriseprofilebuilder

Enterprise Profile Builder

This is a code bundle for Enterprise Profile Builder. The original project is available at https://www.figma.com/design/BxL9KerTYKvxWcSTvaoXPn/Enterprise-Profile-Builder.

⚠️ Documentation Audit Complete

Status: A comprehensive documentation audit was conducted on January 21, 2026.

  • Overall Documentation Grade: C+ (72/100)
  • Production Readiness: NOT READY - Critical gaps identified
  • Full Audit Report: See DOCUMENTATION_AUDIT_REPORT.md

Critical Actions Required

  1. Complete environment setup documentation
  2. Implement CI/CD workflows (templates provided)
  3. Create incident response procedures
  4. Complete API documentation
  5. Document all features (21+ feature areas)

🚀 Quick Start

Prerequisites

  • Node.js >= 18.0.0
  • npm >= 9.0.0
  • Anthropic API key (for AI features)
  • Supabase account (optional, for backend features)

Setup

  1. Clone the repository

    git clone https://github.com/Krosebrook/Enterpriseprofilebuilder.git
    cd Enterpriseprofilebuilder
  2. Install dependencies

    npm install
  3. Configure environment

    cp .env.example .env.local
    # Edit .env.local and add your API keys
  4. Start development server

    npm run dev
  5. Build for production

    npm run build

📚 Documentation

🔄 CI/CD

Continuous Integration and Deployment workflows have been created:

  • CI Pipeline: .github/workflows/ci.yml - Lint, test, build, security scan
  • CD Pipeline: .github/workflows/cd.yml - Deploy to staging/production

Note: These workflows require GitHub secrets to be configured. See CI/CD Pipeline documentation.

📊 Project Status

  • Version: 0.1.0 (see CHANGELOG for v2.0.0 refactoring details)
  • License: TBD
  • Maintained By: INT Inc Engineering Team (as referenced in docs)

About

No description, website, or topics provided.

Resources

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •