Skip to content
/ amodx Public

Agency Management On Demand eXtreme - it’s Lambda infrastructure, intelligence engine, MCP and context awareness for LLMs

License

Notifications You must be signed in to change notification settings

andreirx/amodx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

101 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AMODX: Serverless CMS & Agency Operating System

Turn your agency into a software company.

AMODX Architecture

AMODX is a Serverless Command Center that allows you to manage up to 99 client sites, generate high-fidelity content via AI, and control access gates (paywalls/logins) from one single dashboard. It is currently used to host and manage https://amodx.net and https://blog.bijup.com.

  • Clean, secure, and modern.
  • Extremely cheap to run: AWS Lambdas, Cognito, DynamoDB, EventBridge, S3.
  • AI first: capture context in the platform and hook up Claude to the MCP server to generate content.

One Deployment = One Agency. You manage 99 client sites ("Tenants") from a single dashboard.

This is not for everyone. It's for you if you are technically inclined, you appreciate precision and you want to iterate fast - and don't want headaches.


⚡ Why AMODX?

1. Chat with your Business (The AI Bridge)

This is the killer feature. Because AMODX runs on an open protocol (MCP), you can connect Claude Desktop directly to your agency's infrastructure.

  • Don't click buttons. Just type: "Create a new site for Dr. Smith, apply the 'Blue Medical' theme, and write a landing page based on our Dental Implants Strategy."
  • Context-Aware. The AI knows your strategy, personas, and brand voice. It doesn't write generic fluff; it writes your content.

2. Infinite Scale, Zero Gunk

  • No Servers: We use AWS Serverless. You pay only for what you use. No idle costs.
  • No Maintenance: No plugins to update. No PHP versions to manage. No security patches for 50 different WordPress installs.
  • Instant Publishing: Changes go live instantly globally via our warm-cache architecture.

3. SEO Native

  • Performance: Sites score 100/100 on Core Web Vitals because they are pre-rendered static HTML.
  • AI Ready: Automatically generates /llms.txt so AI Search Engines (Perplexity, SearchGPT) rank your clients higher.

🚀 Getting Started

1. Setup Your Environment

If this is your first time using AWS tools (and even if it isn't), read the Installation Guide.

2. Zero-Config Deployment

Run one command to provision your entire agency backend, configure the environment, and create your Admin account.

npm install
npm run setup

The interactive wizard will:

  1. Verify your AWS Identity.
  2. Generate your Configuration.
  3. Deploy the Infrastructure (CloudFormation).
  4. Create and Promote your Global Admin User.

The terminal will output your Admin URL and login credentials.

3. Connect With Claude Desktop

To enable the AI capabilities:

  1. Get your Master API Key from AWS Secrets Manager (created during deploy).
  2. Run the setup script:
    cd tools/mcp-server
    npm run build
    npm run setup

4. Running a Business

Read the Agency Operations Manual for details on:

  • Connecting Custom Domains (e.g., client.com).
  • Managing SSL Certificates.
  • Scaling past 100 clients.

Read the Tenant Integrations Manual for details on:

  • Integrating Google OAuth2 for your clients to enable comments and other private site sections.
  • Supporting Paddle as Merchant of Record for your tenants so they can sell their items worldwide.

📜 License

Licensed under the Apache 2.0 License.

About

Agency Management On Demand eXtreme - it’s Lambda infrastructure, intelligence engine, MCP and context awareness for LLMs

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages