AICodeRally Architecture 3.0

Last Updated: November 28, 2025 Status: Official Architecture

Note: This page describes the 4-layer application architecture. For the complete system including the 3-6-∞ Tier Framework (Studio's 3 steps, Edge's 6 P's, Summit's ∞ extensions), see Unified System Architecture and Franchise System.

AICodeRally is structured in four logical layers that provide clear separation of concerns and enable powerful reuse:

  1. Modules – Capability library (internal only)
  2. Ideation Studio – One idea → one app
  3. Edge Portal – Business OS around your apps
  4. Summit Solutions – Custom, cross-app, cross-business scale

Architecture Diagram

                    ┌───────────────────────────────────┐
                    │           Summit Solutions        │
                    │  Custom, cross-app, cross-business│
                    │  governance, analytics, workflows │
                    └───────────────────────────────────┘
                                  ▲
                                  │  builds on
                                  │
                     ┌────────────────────────────────┐
                     │           Edge Portal          │
                     │  Business OS around apps:      │
                     │  CRM, billing, ops, dashboards │
                     └────────────────────────────────┘
                                  ▲
                                  │  wraps
                                  │
          ┌─────────────────────────────────────────────────────┐
          │                 Ideation Studio                     │
          │       One idea → one app (web/site/mobile)         │
          │   Focus on UX, value, and basic data, not ops      │
          └─────────────────────────────────────────────────────┘
                                  ▲
                                  │  uses
                                  │
        ┌─────────────────────────────────────────────────────────┐
        │                        Modules                          │
        │    Shared capability library (internal only):           │
        │    donors, grants, pipeline, projects, brand-assets,    │
        │    campaigns, content-calendar, accounting, etc.        │
        └─────────────────────────────────────────────────────────┘

        ┌─────────────────────────────────────────────────────────┐
        │        Shared Infrastructure & Design System            │
        │  Next.js, TypeScript, Prisma Postgres, Vercel,          │
        │  Tailwind, Inter, Radix UI Icons, @rally/ui components  │
        └─────────────────────────────────────────────────────────┘

Layer 1: Modules (Capability Library)

Location: packages/modules/*

Responsibility:

Consumers:

Visibility:

Examples:


Layer 2: Ideation Studio – One Idea → One App

Tagline: One Idea → One App

App: apps/studiostudio.aicoderally.com

Purpose: Take a single idea and turn it into a working app:

Scope:

Philosophy: Ideation Studio = "Give your idea shape."

Output: A single app built from:

Examples:

Tech Governance:

Code Location:


Layer 3: Edge Portal – Business Wrapper Around Apps

Tagline: Run the Business Around Your Ideas

App: apps/edgeedge.aicoderally.com

Purpose: Turn apps and modules into a business portal:

Scope:

Philosophy: Edge Portal = "Turn your idea into an operation."

Output: A Business Portal for the idea or multiple ideas:

Examples of Edge Solutions:

Edge Portal uses:

Tech Governance:


Layer 4: Summit Solutions – Custom, Cross-App, Cross-Business Scale

Tagline: Custom. Cross-App. Cross-Business. Scale.

App: apps/summitsummit.aicoderally.com

Purpose: Provide custom solutions on top of multiple Edge portals, Studio apps, and modules:

Who it serves:

Philosophy: Summit = "Take everything you built and scale it across your team, org, or industry."

Output: A Summit Solution, which may include:

Examples of Summit Solutions:

Summit Solutions:

Tech Governance:


The Superpower of This Structure

This naming + architecture gives you:

The story is now as powerful as the code base.


Architecture 3.0 Resources

Core Framework Documentation:

System Documentation:


Related Documentation


Technical Documentation

For deeper technical specifications, see the markdown files in the architecture/ directory: