This is a code bundle for Enterprise Profile Builder. The original project is available at https://www.figma.com/design/BxL9KerTYKvxWcSTvaoXPn/Enterprise-Profile-Builder.
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
- Complete environment setup documentation
- Implement CI/CD workflows (templates provided)
- Create incident response procedures
- Complete API documentation
- Document all features (21+ feature areas)
- Node.js >= 18.0.0
- npm >= 9.0.0
- Anthropic API key (for AI features)
- Supabase account (optional, for backend features)
-
Clone the repository
git clone https://github.com/Krosebrook/Enterpriseprofilebuilder.git cd Enterpriseprofilebuilder -
Install dependencies
npm install
-
Configure environment
cp .env.example .env.local # Edit .env.local and add your API keys -
Start development server
npm run dev
-
Build for production
npm run build
- Documentation Hub - Complete documentation index
- Onboarding Guide - New developer setup (placeholder)
- Environment Setup - Detailed setup guide (placeholder)
- Architecture - System architecture
- API Reference - API documentation (incomplete)
- Contributing - Contribution guidelines
- Changelog - Version history
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.
- Version: 0.1.0 (see CHANGELOG for v2.0.0 refactoring details)
- License: TBD
- Maintained By: INT Inc Engineering Team (as referenced in docs)