Technology Stack

Complete technology stack powering the Qubitz AI platform.

AI & Agent Runtime

LayerTechnology
Cloud InfrastructureAWS (exclusive)
Runtime FrameworkAWS Bedrock AgentCore -- Container-based agent runtime with WebSocket server
AI OrchestrationStrands Agents -- Multi-agent orchestration with dynamic agent creation from DynamoDB config
AI ModelsAmazon Bedrock (Claude Sonnet 4.5, Claude Haiku 4.5, Claude Opus 4.6)
Agent MemoryAgentCore Memory -- Short-term (conversation) + Long-term (persistent) with semantic retrieval
Platform AgentsObservability Agent (telemetry, traces, health monitoring)

Application Layer

LayerTechnology
FrontendNext.js 14 (App Router) on AWS Amplify Gen2
API LayerNext.js API routes with WebSocket + SSE streaming
WebSocket ServerUvicorn + Starlette -- Real-time bidirectional communication on port 8080
Auth & IdentityAmazon Cognito -- User pools, business email validation, admin roles
AuthenticationOAuth 2.0 -- 18 pre-configured vendors (Google, Microsoft, Slack, Salesforce, Atlassian, GitHub, etc.)

Data & Storage

LayerTechnology
DatabaseAmazon DynamoDB -- Agent configs, tool credentials, deployment state
Vector StorageAmazon S3 Vectors -- RAG embeddings with Titan Embed Text v2
Object StorageAmazon S3 -- Document storage, agent uploads, logs
Report GenerationWeasyPrint PDF generation with S3 upload

Integrations & Tools

LayerTechnology
Tool GatewayAgentCore Gateway -- MCP protocol routing for external integrations
MCP IntegrationsSlack, Gmail, Google Calendar, Google Drive, Microsoft Teams (OAuth-based)
RAG ConnectorsMCP-based RAG -- Confluence, SharePoint, Salesforce, GitHub with S3 Vectors indexing
Knowledge BaseBedrock Knowledge Base -- S3, Web Crawler, Confluence, SharePoint, Salesforce
Web SearchMulti-provider -- Tavily, Brave, Playwright Scraper via MCP
Integration Providers16 pre-configured -- Slack, Jira, Confluence, PagerDuty, Zoom, Teams, ServiceNow, Asana, Smartsheet, OneDrive, SharePoint, Gmail, Salesforce, Zendesk, BambooHR

Infrastructure & DevOps

LayerTechnology
ComputeAmazon ECS Fargate (ARM64) -- Agent runtime containers
Container RegistryAmazon ECR -- Docker image storage for agent runtimes
CI/CD PipelineGitHub Actions + AWS CDK -- Automated deployment to AgentCore
IAM & SecurityAWS IAM -- Execution roles, Secrets Manager for credentials
ObservabilityAWS X-Ray + CloudWatch -- Distributed tracing, logging, metrics

Deployment & Development

LayerTechnology
App DeploymentAppDeployer Agent -- Full-stack generation across AgentCore, ECS, DynamoDB, S3, Cognito, CloudWatch
AI-Assisted DevApp Refiner -- AI-assisted feature development on deployed applications