Top Builders

Explore the top contributors showcasing the highest number of app submissions within our community.

AWS

Amazon Web Services (AWS) is the world's most comprehensive and broadly adopted cloud platform, offering over 200 fully featured services from data centers globally. Since its launch in 2006, AWS has provided a highly reliable, scalable, low-cost infrastructure platform in the cloud that powers hundreds of thousands of businesses in 190 countries worldwide. AWS is a leader in cloud computing, offering services that span compute, storage, databases, networking, analytics, machine learning, artificial intelligence, Internet of Things (IoT), security, and enterprise applications.

General
CompanyAmazon Web Services, Inc.
Founded2006
Websitehttps://aws.amazon.com/
Documentationhttps://docs.aws.amazon.com/
Technology TypeCloud Provider

Start Building with AWS Products

AWS provides a vast array of services that enable developers and businesses to build sophisticated, scalable applications in the cloud. From foundational services like compute and storage to advanced machine learning and AI capabilities, AWS offers the tools needed to innovate and grow.

AWS SageMaker

AWS SageMaker is a fully managed machine learning service that enables developers to quickly and easily build, train, and deploy machine learning models at scale. You can find more information on our AWS SageMaker tech page.

AWS Kiro

Kiro is an AWS-powered agentic coding service that uses "spec-driven development" to turn prompts into code and tests. You can find more information on our AWS Kiro tech page.


AWS AI Technologies Hackathon projects

Discover innovative solutions crafted with AWS AI Technologies, developed by our community members during our engaging hackathons.

MeetWise

MeetWise

MeetWise is an AI-powered meeting intelligence and organizational memory platform that helps teams capture, understand, and act on the knowledge generated in every conversation. Unlike traditional note-taking tools, MeetWise goes beyond transcription by extracting decisions, action items, risks, blockers, requirements, and key insights from meetings in real time. The platform creates a persistent memory across meetings, projects, and teams, ensuring that important information is never lost. By connecting discussions with historical context, MeetWise allows users to instantly retrieve decisions, commitments, and insights from previous meetings. During live meetings, it continuously analyzes conversations and provides contextual assistance, helping participants access relevant information without searching through recordings, documents, or chat histories. MeetWise also identifies contradictions and inconsistencies across meetings by comparing new discussions with previously captured knowledge. This helps teams maintain alignment, avoid misunderstandings, and make more informed decisions. Action items generated during meetings are automatically converted into trackable tasks and integrated into existing workflows, ensuring accountability and follow-through. By integrating with workplace tools, project documentation, communication platforms, and development environments, MeetWise creates a unified intelligence layer for the organization. It transforms meetings from isolated conversations into a continuously evolving knowledge base that supports collaboration, decision-making, and execution. MeetWise helps organizations remember every conversation, connect every decision, and turn discussions into measurable outcomes.

MAITS/BANDA

MAITS/BANDA

The platform is written in Python and operates in a multi-threaded architecture managed by a centralized Orchestrator. It simulates multi-agent algorithmic trading (Paper Trading mode) while enforcing strict operational constraints through specialized modules: Multi-Threaded Orchestrator: Manages individual, isolated Trading Units (bots), ensuring concurrency and stability. Security Sentinel: Processes and validates all trade intents before execution to prevent out-of-bounds order sizes or unauthorized operations. Data Optimizer: Calculates real-time financial metrics, risk exposure, and tracks critical analytics such as Max Drawdown for every active bot. BandConnector: Integrates directly with Band Protocol oracles to fetch decentralized price feeds. These feeds are used as a ground-truth reference to audit local exchange data, detect price anomalies, and prevent execution based on manipulated or stale data. Logging and Auditing (Логування та аудит) The system separates operational concerns into distinct file structures to maintain clean state tracking: Bot Logs: Isolated runtime logs for individual bots are written to /home/ubuntu/kucoin_prod/bots/logs/n_bot.log (where n is the bot ID). Analytical Ledger: Trade history and portfolio metrics are committed to JSON Lines format at state/trades_history.lsonl for each bot container. System Auditor: A standalone tool (auditor.py) evaluates historical logs and real-time state to compile performance reports.