# create-meno-app > Production-ready MongoDB · Express · Node.js backend generator. AI-friendly architecture, an auto Markdown docs generator that never drifts, zero-boilerplate route loading and a fully configurable feature matrix. - npm: https://www.npmjs.com/package/create-meno-app - GitHub: https://github.com/boraoksuzoglu/create-meno-app - Full docs (single file): https://meno.borao.dev/llms-full.txt ## Documentation - [Introduction](https://meno.borao.dev/docs/introduction): What create-meno-app is and why it exists. - [Quick start](https://meno.borao.dev/docs/getting-started): Scaffold, install and boot your first backend in three commands. - [CLI options](https://meno.borao.dev/docs/cli-options): Every interactive prompt and what each one toggles. - [Project structure](https://meno.borao.dev/docs/project-structure): The generated folder layout and the models-vs-modules rule. - [Architecture](https://meno.borao.dev/docs/architecture): Auto route loader, async wrapping, config validation and more. - [Generate command](https://meno.borao.dev/docs/generate-command): Scaffold a fully wired module with a single command. - [Docs generator](https://meno.borao.dev/docs/docs-generator): Markdown API docs derived from your code that never drift. - [Swagger / OpenAPI](https://meno.borao.dev/docs/swagger): Interactive API explorer at GET /docs, same engine. - [AI-friendly](https://meno.borao.dev/docs/ai-context): CLAUDE.md, Cursor and Kiro context files, llms.txt. - [Auth & RBAC](https://meno.borao.dev/docs/auth-rbac): Session auth, password flows and role-based access control. - [Social sign-in](https://meno.borao.dev/docs/social-sign-in): Google & Apple sign-in via ID-token verification — web and mobile. - [Email](https://meno.borao.dev/docs/email): Gmail API service with Handlebars templates and locales. - [File upload](https://meno.borao.dev/docs/file-upload): Local disk (Multer) or Google Cloud Storage with signed URLs. - [Rate limiting](https://meno.borao.dev/docs/rate-limiting): In-memory, MongoDB or Redis stores. - [Logging](https://meno.borao.dev/docs/logging): Winston with daily-rotating files. - [Testing](https://meno.borao.dev/docs/testing): Jest, supertest and an in-memory MongoDB. - [Code quality](https://meno.borao.dev/docs/code-quality): ESLint flat config, Prettier, Husky and lint-staged. - [Docker & CI](https://meno.borao.dev/docs/docker-ci): Dockerfile, compose, healthcheck and GitHub Actions. - [Deployment](https://meno.borao.dev/docs/deployment): Environment variables, builds and going to production.