Inspiration
Cuesly.io was inspired by the frustration of navigating complex web platforms.
What it does
Cuesly.io is an AI-powered interactive guidance assistant that helps users navigate and complete tasks on various web platforms. For the purposes of the hackathon, the scope of the project was limited to integrating with AWS (Amazon Web Services). Cuesly.io operates as a Chrome extension that integrates directly with AWS web interfaces, providing contextual assistance and step-by-step guidance to users as they work. The platform uses real-time AI assistance to simplify complex workflows and make AWS more accessible to users of varying experience levels.
How we built it
Cuesly.io was built using a multi-component architecture:
Chrome Extension: Developed with Angular, this component injects into AWS web pages to provide interactive guidance. It includes content scripts that interact with the page DOM, background scripts for handling extension events, and a user interface for displaying guidance.
Spring Boot Backend: A Java-based RESTful API that handles the core business logic, AI processing, and data persistence. The backend is structured with controllers, services, repositories, and models following standard Spring architecture patterns.
Angular Frontend: A separate web application for user account management and settings.
Infrastructure: Containerized deployment using Docker with Kubernetes (EKS) for scalability and reliability.
Authentication: OAuth2 integration for secure user authentication via Google.
Challenges we ran into
Creating a robust content script that can accurately identify page elements and user actions across different AWS services.
Managing state across different browser contexts (content scripts, background scripts, and extension popup).
Accomplishments that we're proud of
Built a functional Chrome extension that provides contextual guidance within AWS.
Created a seamless user experience that makes AWS more accessible to users.
What we learned
Chrome extension development best practices, including content script injection and cross-context communication.
Spring Boot API development for AI-powered applications.
Real-time user assistance techniques and contextual guidance implementation.
What's next for Cuesly.io
Expand support to additional cloud platforms beyond AWS (such as Azure, GCP).
Enhance AI capabilities to provide more personalized guidance based on user experience level.
Integrate with other developer tools and platforms to create a more comprehensive assistance ecosystem.
Try It Out
- Visit https://d1de9tj5rw7klj.cloudfront.net/ for installation instructions.
- Visit https://aws.amazon.com/console/
- Load Cuesly.io chrome extension.
- SignIn using the credentials "username: user@email.com & password: password".
- Enjoy the experience!!



Log in or sign up for Devpost to join the conversation.