Turn your agency into a software company.
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.
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.
- 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.
- Performance: Sites score 100/100 on Core Web Vitals because they are pre-rendered static HTML.
- AI Ready: Automatically generates
/llms.txtso AI Search Engines (Perplexity, SearchGPT) rank your clients higher.
If this is your first time using AWS tools (and even if it isn't), read the Installation Guide.
Run one command to provision your entire agency backend, configure the environment, and create your Admin account.
npm install
npm run setupThe interactive wizard will:
- Verify your AWS Identity.
- Generate your Configuration.
- Deploy the Infrastructure (CloudFormation).
- Create and Promote your Global Admin User.
The terminal will output your Admin URL and login credentials.
To enable the AI capabilities:
- Get your Master API Key from AWS Secrets Manager (created during deploy).
- Run the setup script:
cd tools/mcp-server npm run build npm run setup
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.
Licensed under the Apache 2.0 License.
