Startup Factory (v1.3.9) is a NodeJS framework and CLI tool that bootstraps a full-stack web platform boilerplate in minutes. It integrates NGINX, MongoDB, SASS/JS compilation with PM2 auto-restart, user registration (with email verification via Mailgun), S3 file uploads with image resizing via sharp, async job processing, automatic SSL via Certbot, and a template engine (Nunjucks). Designed primarily for Amazon Linux 2 and AWS, it provides a monorepo-style setup but is not actively maintained (last release in 2021).
npm install startup-factoryNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Run npx startup-factory to scaffold a new project. This downloads and runs the installation script.
Manually adapt shell scripts or use a compatible AMI.
Evaluate if this framework meets current security and compatibility standards.
Run with proper permissions or disable SSL in configuration.
Manually configure S3 CORS policy as per AWS documentation.
Run 'npm install upperh' in the project directory.
Install Node.js version >= 5.2.0 or use 'npm install -g startup-factory && startup-factory'.