Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,7 @@ coverage/
.DS_Store

# Eval results (generated, may contain LLM output)
evals/results*.json
evals/results*.json

# Claude Code
.claude/
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading