Top Builders

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

Microsoft

Founded in 1975 by Bill Gates and Paul Allen, Microsoft has grown to become one of the world's most influential technology companies. Originally known for its operating system, MS-DOS, and later, the Windows OS, Microsoft has continuously expanded its product portfolio to include a wide range of software, hardware, and cloud-based services. The company’s mission is to empower every person and organization on the planet to achieve more. Microsoft is a key player in the development and deployment of innovative technologies, including artificial intelligence (AI), cloud computing, and enterprise software. With a strong commitment to research and development, Microsoft is at the forefront of technological advancement, providing solutions that address the needs of both consumers and businesses around the world.

Over the decades, Microsoft has also made significant acquisitions, including LinkedIn and GitHub, enhancing its influence and capabilities in professional networking, software development, and open-source communities. The company continues to push the boundaries of technology with its Azure cloud platform, AI initiatives, and hardware offerings like the Surface series of devices.

General
CompanyMicrosoft
FoundedApril 4, 1975
Repositoryhttps://github.com/microsoft

Start Building with Microsoft’s Products

Microsoft offers a vast ecosystem of products and services that cater to developers, businesses, and consumers alike. From the Windows operating system to the Azure cloud platform, Microsoft’s technologies power everything from personal devices to large-scale enterprise applications. Whether you're building cutting-edge AI applications, developing business solutions, or creating consumer software, Microsoft provides the tools and platforms needed to succeed. Explore the apps created with these technologies during lablab.ai hackathons to see their potential in action.

Microsoft Products

Azure

Azure is Microsoft's cloud computing platform, providing a wide range of services including virtual machines, AI, analytics, and IoT. It supports businesses in building, managing, and deploying applications at scale. Learn more about Azure

GitHub

Acquired by Microsoft, GitHub is a platform for version control and collaboration, hosting millions of software projects. It’s essential for developers looking to manage code and collaborate with teams. Visit GitHub

Office 365

Office 365 is a suite of productivity tools that includes Word, Excel, PowerPoint, and Teams, among others. It’s designed to improve collaboration and productivity across organizations. Explore Office 365

Power BI

Power BI is a business analytics tool by Microsoft that provides interactive visualizations and business intelligence capabilities with an interface simple enough for end users to create their own reports and dashboards. Discover Power BI

AutoGen

AutoGen is an advanced open-source framework by Microsoft designed for building multi-agent systems powered by large language models (LLMs). Learn more about AutoGen

Visual Studio

Visual Studio is an integrated development environment (IDE) from Microsoft used to develop computer programs, websites, web apps, web services, and mobile apps. Explore Visual Studio

By leveraging Microsoft’s diverse range of products, developers and businesses can build powerful, scalable, and innovative solutions. Check out the apps created with Microsoft’s technologies during lablab.ai hackathons to see how they are being used in real-world scenarios.

Microsoft AI Technologies Hackathon projects

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

Privacy-First AMD-Powered AI Coding Co-Pilot

Privacy-First AMD-Powered AI Coding Co-Pilot

DevFlow AI is an intelligent hybrid AI coding assistant designed to demonstrate the power of the AMD AI ecosystem by combining AMD GPU acceleration, ROCm, and Fireworks AI into a seamless developer experience. Unlike traditional cloud-only coding assistants, DevFlow AI follows a local-first, privacy-first architecture. Routine coding tasks such as code completion, bug detection, explanations, documentation generation, and optimization are processed locally on AMD GPUs using a fine-tuned lightweight language model accelerated by AMD ROCm. This provides significantly lower latency, improved privacy, reduced API costs, and the ability to work even with limited internet connectivity. For more computationally demanding tasks—such as complex debugging, architecture design, multi-file code analysis, and advanced reasoning—DevFlow AI intelligently routes requests to Fireworks AI, ensuring developers receive the capabilities of powerful cloud models only when necessary. This hybrid routing approach minimizes cloud dependency while maintaining high-quality AI assistance. The project also includes a Personalized Learning Engine that analyzes coding habits, identifies recurring mistakes, reviews Git commit history, and generates tailored recommendations to help developers continuously improve their programming skills. Instead of acting only as a chatbot, DevFlow AI serves as a long-term AI mentor that adapts to each developer's workflow. Key Features 🚀 AMD GPU accelerated local AI inference using ROCm ⚡ Hybrid routing between local AI models and Fireworks AI 🔒 Privacy-first architecture with local code processing 🐞 Intelligent bug detection and debugging assistance 💡 Real-time code explanations and optimization suggestions 📚 Personalized learning recommendations based on coding patterns 📈 GitHub commit analysis and developer insights 💰 Reduced cloud API costs through intelligent request routing 🖥️ Designed for future VS Code integration and developer workflows

MaintainerAI: AI for GitHub Maintainers

MaintainerAI: AI for GitHub Maintainers

MaintainerAI is an AI-powered platform designed to simplify and modernize open-source project maintenance. Managing a growing GitHub repository often requires significant manual effort—from reviewing pull requests and organizing issues to onboarding contributors, tracking repository health, and maintaining project documentation. MaintainerAI brings these workflows together into a single intelligent workspace powered by AI. The platform provides an AI Copilot that assists maintainers with repository management, generates issue descriptions, summarizes pull requests, recommends labels, detects duplicate issues, and offers actionable insights for improving project quality. Repository analytics provide visibility into contributor activity, pull request health, issue backlog, documentation coverage, automation status, and overall repository health. MaintainerAI also includes a visual automation builder that enables maintainers to configure GitHub workflows without writing complex automation scripts. Planned integrations include GitHub Apps, Docker-based self-hosting, AI provider abstraction, and a plugin ecosystem that allows communities to extend the platform with custom automations and integrations. Our vision is to reduce repetitive maintenance work so that maintainers can focus on building software and growing healthy open-source communities. By combining AI-assisted workflows, intelligent repository insights, contributor analytics, and GitHub automation into a unified platform, MaintainerAI aims to become the operating system for modern open-source maintenance. During this hackathon, we are focusing on integrating advanced AI capabilities powered by AMD Developer Cloud to improve repository understanding, intelligent code review, issue generation, documentation assistance, and contributor recommendations. The result is a scalable, open-source platform that empowers maintainers, organizations, and developer communities to manage projects more efficiently.

VoxRouter — Hybrid Token-Efficient Routing Agent

VoxRouter — Hybrid Token-Efficient Routing Agent

VoxRouter is a hybrid routing agent built for AMD Developer Hackathon ACT II Track 1: complete tasks using the fewest tokens possible while maintaining accuracy. Every incoming prompt passes through a 4-layer complexity classifier — rule-based pattern matching, keyword signals, structural analysis, and vocabulary entropy — that scores it from trivial to expert. Trivial and simple tasks are answered locally using quantized models (llama3.2:1b, qwen2.5:3b, phi3.5:3.8b) running on Ollama with AMD ROCm support, at zero API cost. Complex and expert tasks are routed to a remote model (Gemini 2.5 Flash Lite, with Fireworks AI as an alternate provider) for higher-quality generation. What sets VoxRouter apart from a standard router is confidence-based escalation: after a local model answers, VoxRouter evaluates its own confidence in that response. If confidence falls below threshold, the task is automatically retried on a remote model instead of returning a weak answer — so cost savings never come at the expense of correctness. The project includes a live React dashboard showing every routing decision in real time (route, complexity, tokens, cost, latency, confidence), streaming responses token-by-token, and a built-in 50-task benchmark suite spanning all five complexity tiers. Each benchmark run produces a single VoxRouter Score combining accuracy, routing correctness, and token savings — a reproducible way to prove the router actually works, not just anecdotally. The full stack is containerized with Docker Compose for one-command deployment: Ollama with ROCm GPU passthrough, a FastAPI backend, and the React dashboard.