This application allows users to efficiently manage all their projects and oversee deployments from a centralized platform. Users can list all their projects, view workflows for each project, and trigger them using a GitHub REST API, which in turn initiates CDK deployments in AWS. This seamless integration enhances project management by providing a comprehensive overview and streamlined deployment process.

Our architecture leverages Next.js for the frontend, Vercel Functions for backend, and Firebase Firestore for data storage. GitHub integration allows us to fetch project workflows, while GitHub Actions automate deployments to AWS using AWS-CDK.
