diff --git a/.gitignore b/.gitignore index ca1cd23..e10fff2 100644 --- a/.gitignore +++ b/.gitignore @@ -10,4 +10,7 @@ coverage/ .DS_Store # Eval results (generated, may contain LLM output) -evals/results*.json \ No newline at end of file +evals/results*.json + +# Claude Code +.claude/ \ No newline at end of file diff --git a/README.md b/README.md index 43c1ebe..b4b90fe 100644 --- a/README.md +++ b/README.md @@ -347,6 +347,15 @@ pnpm eval:view TypeScript monorepo — pnpm workspaces, Turborepo, Zod, React, Vitest, remark +## Built by Mobile Reality + +MDMA is built and maintained by [Mobile Reality](https://themobilereality.com/services/ai-automation-agency) — an AI automation agency specializing in AI agent development, custom software, and enterprise automation. We use MDMA in production across fintech and proptech projects. + +**Read more:** +- [LLM Interface: The Missing Layer Between Your AI Model and Your Users](https://themobilereality.com/blog/business/llm-interface) +- [Structured LLM Output Without JSON Schemas](https://themobilereality.com/blog/business/structured-output-llm) +- [Generative UI: How AI Creates Dynamic User Interfaces](https://themobilereality.com/blog/business/generative-ui-ai) + ## License MIT