A self-evolving app factory for daily practice. Spin up a new app each day, and let the Mendel refinement engine cross-pollinate features between them.
npm install # Install workspace dependencies
npm run new # Create a new app (interactive wizard)
npm run list # List all apps
npm run catalog # Regenerate the app catalog
npm run refine # Run the Mendel refinement engineapps/- Daily apps (namedYYYY-MM-DD-app-name)templates/- 6 starter templates (React, Next.js, Express, FastAPI, Python CLI, Static)shared/- Shared modules extracted from appsscripts/- Automation scriptsdocs/- Auto-generated catalog and refinement logsenhancements/- Refinement tickets from the Mendel engine