Picking your capstone topic is the part nobody warns you about. You sit down with your groupmates, somebody says “online ordering system,” everyone agrees because nobody has a better idea, and then six months later your panel asks what’s new about it and the whole room goes quiet.
This list is here so that doesn’t happen to you.
Below are 150 capstone project ideas we’ve seen actually get approved in 2026 — across AI, web, mobile, IoT, and a few other areas your panel will probably reward this year.
Some of them already have free source code on this site. The rest are concepts you can build on top of tutorials we’ve published before.
Save this page. You’re going to want to come back to it during proposal week.

How to Choose the Right Capstone Project in 2026
Before you scroll the list, take five minutes and answer these five questions about any idea you like. If you can’t answer “yes” to all of them, drop the idea and pick another one.
- Does it solve a real problem you can point at? Not “businesses need a system” — that’s lazy. Something like “our barangay hall loses about 3 of every 10 clearance applications because they file everything in folders.” That’s a real problem.
- Can your team finish a working prototype in 4 to 6 months? Be honest. If two of your groupmates work part-time and one is taking review, you don’t have 6 months. You have 4.
- Do you already know about 60% of the tech stack? Capstone is not the time to learn React from scratch. Pick something close to what you’ve already built in your previous subjects.
- Are there at least 3 existing studies you can cite in Chapter 2? Go to Google Scholar and search before you commit. No related literature, no RRL, no defense.
- Will it survive the panel asking “ano’ng bago dito?” If your answer is “uhh, ours is for our school,” that’s not enough.
If all five answers are yes, you’ve got a topic worth pursuing.
What Panels are Approving in 2026
Some patterns from approved titles we’ve collected this year:
- AI-powered features, especially anything using ChatGPT, LangChain, or RAG. Panels love these because they sound current.
- IoT projects with a sustainability angle (water, energy, agriculture)
- Mobile-first solutions, especially for senior citizens, PWDs, or rural users
- Anything that uses Filipino, Tagalog, Bisaya, or a regional language as a feature, not an afterthought
- Local government and barangay use cases
What Panels are Rejecting in 2026
- “Online Ordering System for [Restaurant Name]” with no clear differentiator
- Any title that’s been done by three other groups in your batch
- Hardware-heavy projects when nobody in the group has hardware experience
- Anything that says “blockchain” but doesn’t actually need a blockchain
- “AI-powered” projects where the AI part is just a single API call
AI and Machine Learning Capstone Project Ideas (25 ideas)
AI capstones are the easiest category to get approved in 2026. Panels assume AI projects are “innovative” almost by default. Use that. But make sure your AI is doing real work — not just sitting there as a buzzword in the title.
Beginner-friendly AI capstones
These use Python with standard libraries like scikit-learn, OpenCV, or TensorFlow. If you’ve built one or two Python projects before, you can finish any of these.
- Face Recognition Attendance System — students walk into class, the camera logs them in. We have the full source code for this one.
- Sentiment Analysis Dashboard for Product Reviews — scrape reviews, classify them positive or negative, show the trend.
- Spam Email Classifier with Web Interface — train it once, deploy with Flask. Easy chapter 4.
- Resume Screening AI for HR Departments — upload PDFs, rank candidates by skills match.
- Movie Recommendation System — collaborative filtering, with a clean React frontend.
- Handwritten Digit Recognition Web App — MNIST dataset, but make the UI good and it’ll pass.
- Customer Churn Prediction Dashboard — small businesses love this one. So do panels.
- Disease Symptom Checker Chatbot — be careful with disclaimers. Don’t claim to replace doctors.
- Plant Identification Mobile App — CNN-based, very common in agriculture-focused schools.
- AI-Powered Quiz Generator from PDF Notes — students upload reviewers, AI generates quizzes. Hot in 2026.
Intermediate AI capstones
These need a bit more confidence with the stack. If your team has built end-to-end ML projects before, pick from here.
- ChatGPT-Powered Tutoring Assistant — subject-specific, with conversation memory.
- Crop Disease Detection for Farmers — CNN + mobile interface. Strong agri-tech angle.
- Fake News Detector for Filipino News — train on Tagalog and English headlines. The local-language angle is what makes this defensible.
- Stock Price Prediction with LSTM — every panel has seen this, so the bar is “make it actually useful.”
- AI Voice Assistant in Tagalog or Bisaya — language-specific assistants are wide open.
- Object Detection for Traffic Monitoring — YOLO + a dashboard. LGUs are interested in these.
- Medical Diagnosis Assistant — symptoms in, possible conditions out, with safety guardrails.
- Image Caption Generator with Speech Output — accessibility angle for visually impaired users.
- AI-Powered Code Review Bot — for IT departments. Niche but defensible.
- Personalized Diet Recommender — ML-based, with regional food data.
Advanced and thesis-grade AI capstones
These are research-grade. Only pick from here if you have a strong adviser and at least one team member who’s comfortable reading papers.
- RAG Document Q&A System for University Archives — students ask questions, the system answers using actual school documents.
- LangChain-Powered Legal Document Analyzer — contracts, agreements, summaries. Law firms will actually use this.
- Multi-Modal Sign Language Translator — webcam in, text and speech out. Hard but impressive.
- AI Mental Health Companion — needs heavy safety guardrails. Talk to your adviser before committing.
- Predictive Maintenance for School Computer Labs — sensors + ML to predict which PCs will fail next.
Web Development Capstone Project Ideas (25 ideas)
Web capstones are the bread and butter of BSIT in the Philippines. Most schools approve them quickly because the stack is well-known and the documentation is straightforward. The trick is to pick a domain that hasn’t been done 50 times in your batch.
PHP and MySQL capstones
PHP is still the most-approved stack in PH schools. Here’s where to go beyond “online ordering.”
- Hospital Management System with Telemedicine Module — add video consultation and you’re already different from every other group.
- School Information System with Parent Portal — parents log in, see grades, attendance, payment status.
- Online Voting System with Audit Trail — for SSG elections. The audit trail is your “what’s new.”
- Barangay Records Management System — clearance, certifications, incident reports. Always relevant.
- Online Job Portal with AI Resume Matching — combine PHP + a Python microservice for the matching.
- Multi-Vendor E-Commerce Platform — like Shopee, but for one city or one product category.
- Online Thesis Repository for Universities — students upload, AI tags, panels search. Useful for your own school.
- Property Rental Management System — for landlords with multiple units. Niche but solid.
- Online Pharmacy with Prescription Verification — pharmacist uploads, system checks, customer orders.
- Tourism Booking Platform for Local Destinations — focus on one province or region. The local angle defends it.
JavaScript, Node.js, and React capstones
If your team is already comfortable in JavaScript, these are smoother to build than PHP.
- Real-Time Collaborative Whiteboard — Socket.IO + Canvas. Teachers love this.
- Project Management Tool — Kanban board with time tracking. Many existing tools, but small businesses still don’t use them. Niche it down.
- Online Learning Platform with Live Streaming — WebRTC-based.
- Inventory Management System with Barcode Scanner — works on phone camera. Tested with sari-sari stores.
- Real Estate Listing Platform with Map Search — Mapbox or Leaflet, plus filters.
- Online Auction System with Real-Time Bidding — eBay clone, but for a specific niche (vintage cameras, plants, sneakers).
- Restaurant POS with Kitchen Display System — orders go straight to the kitchen screen.
- Bug Tracking System for Software Teams — Jira-lite, but simpler.
- Healthcare Appointment System with SMS Reminders — Twilio or Semaphore for SMS.
- Library Management System with QR Borrowing — students scan books with their phones.
Python, Django, and Flask capstones
Less common in PH undergrad, but very approvable if you can defend the stack choice.
- Django-Based LMS with Plagiarism Detection — use a similarity API or build your own.
- Personal Finance Tracker with Budget AI — categorizes expenses automatically.
- Online Examination Platform with Anti-Cheating — tab-switch detection, randomized questions, optional webcam.
- Donation Platform for NGOs with Transparency Dashboard — donors see exactly where money goes.
- Freelance Marketplace with Escrow System — Upwork-lite for college freelancers.
Mobile App Capstone Project Ideas (20 ideas)
Mobile capstones in 2026 are getting more popular because Flutter and React Native make cross-platform development reasonable for student teams. Pick mobile if your team has at least one person who’s already built a small mobile project.
Flutter capstones
- Mental Wellness Tracker with AI Mood Detection — daily journaling + sentiment analysis.
- Local Tourism Companion App with Offline Mode — Cebu, Bohol, Palawan, Davao — any region with tourism works.
- Farm-to-Table Marketplace App — farmers list, buyers order, no middleman.
- Disaster Response Coordination App — for barangay officials during typhoons.
- Inclusive Education App for PWD Students — text-to-speech, large fonts, voice controls.
React Native capstones
- Fitness Tracker with AI Form Correction — webcam (or phone cam) checks if your squat is correct.
- Carpool and Ride-Share App for Universities — students offer rides, students book.
- Lost and Found Campus App — post photo, location, contact. Simple but useful.
- Mobile Veterinary Clinic Finder — search by pet type and emergency level.
- Multi-Language Phrasebook with Voice — Filipino, English, Bisaya, Hiligaynon, etc.
Android (Java/Kotlin) capstones
- Smart Home Controller App — pairs with an IoT capstone if you want to combine.
- Senior Citizen Health Reminder App — pills, doctor visits, exercise reminders. Big buttons.
- Augmented Reality Furniture Preview — point camera, place virtual chair.
- Offline Maps for Rural Areas — barangay-level navigation with no internet.
- Crime Reporting App with Geo-Tagging — coordinated with local PNP. Get an endorsement letter.
Cross-platform and PWA capstones
- PWA Food Delivery Platform — no app store needed, runs in browser.
- Mobile Inventory Scanner for Small Businesses — barcode + cloud sync.
- Anonymous Mental Health Peer Support App — moderation is critical. Plan it in chapter 3.
- AI-Powered Receipt Scanner for Expense Tracking — OCR + categorization.
- Mobile-First Online Tutoring Marketplace — tutors and students match by subject and time.
IoT and Hardware Capstone Project Ideas (20 ideas)
IoT capstones are high-risk, high-reward. Hardware breaks. Sensors lie. WiFi disconnects during your defense. But if your panel sees a working hardware prototype on the table, you’ve already won half the battle.
Only pick IoT if at least one groupmate has soldered something before and you have a budget. Budget 3,000 to 8,000 pesos for sensors, microcontrollers, and a backup unit.
Arduino-based capstones
- Smart Plant Watering System with Mobile App — soil moisture sensor + WiFi module.
- RFID-Based School Attendance with SMS — tap card, parent gets text.
- Arduino Air Quality Monitor with Cloud Dashboard — useful in cities with bad AQI.
- Smart Parking System with Real-Time Slot Detection — ultrasonic sensors per slot.
- IoT-Based Trash Bin Level Monitor — for city sanitation routes.
ESP32 and Raspberry Pi capstones
- Smart Home Automation with Voice Control — pair with Google Assistant or Alexa.
- IoT Smart Mirror with Weather and Calendar — Raspberry Pi behind a two-way mirror.
- Aquaponics Monitoring System — pH, temperature, water level for fish farms.
- Solar Panel Performance Tracker — for households with solar installations.
- ESP32-CAM Wildlife Monitor — motion-triggered camera for nature reserves.
Sustainability and environmental IoT
- IoT Water Quality Monitor for Fish Farms — pH, dissolved oxygen, turbidity.
- Flood Early Warning System with SMS Alerts — for flood-prone barangays.
- Smart Irrigation for Rice Farmers — sensors decide when to release water.
- Air Pollution Heat Map (Multi-Node) — 5 to 10 sensor nodes around a city.
- Energy Consumption Dashboard for Schools — per-room kWh tracking.
Healthcare IoT capstones
- Remote Vital Signs Monitor for Elderly — heart rate, oxygen, temperature.
- Smart Pill Dispenser with Reminder — dispenses, beeps, logs to phone.
- Wearable Posture Corrector — vibrates when you slouch.
- Wheelchair GPS and Fall Detection — for senior or PWD users.
- Heatstroke Risk Wearable for Outdoor Workers — temperature + heart rate.
Information Systems and Database Capstone Ideas (20 ideas)
These are the safest capstones in the Philippines. Almost every school approves them. The downside is they’re the most common, so the differentiator has to come from the domain you pick, not the tech.
Educational information systems
- Enrollment System with Online Payment — pair with GCash or PayMaya API.
- Faculty Loading and Scheduling System — conflict detection, room assignments.
- Grading System with SMS Parent Notification — text parents when grades are posted.
- Thesis Adviser Matching System — students pick by expertise, advisers approve.
- Alumni Tracer System with Career Tracking — every school needs this for accreditation.
Government and barangay systems
- Barangay Clearance Online Application — apply, pay, download.
- Document Tracking System for LGUs — see exactly where your application is stuck.
- Senior Citizen ID and Benefits Tracker — record discounts, medical, transport benefits.
- Cooperative Loan Management System — for community cooperatives.
- PWD Service Coordination System — therapy schedules, ID renewals, benefits.
Business and enterprise systems
- Inventory Plus POS for Sari-Sari Stores — works on a tablet or low-end laptop.
- Service Booking System — salon, repair, tutoring. Pick one niche.
- Multi-Branch Sales Reporting Dashboard — small chains with 3 to 5 branches.
- HR Management with Biometric Integration — fingerprint scanner + payroll.
- Vehicle Fleet Management System — for delivery businesses.
Healthcare information systems
- Patient Records System for Rural Health Units — works offline, syncs later.
- Vaccination Tracker with Cold-Chain Monitoring — temperature sensors on the fridge.
- Mental Health Clinic Appointment System — privacy-first design.
- Veterinary Clinic Management — pet records, vaccines, billing.
- Blood Donor Matching System — for the Red Cross or hospitals.
Cybersecurity and Networking Capstone Ideas (15 ideas)
Security capstones are harder to defend because the panel will want to see actual attacks and defenses, not just theory. But they’re also the most impressive when done well.
Beginner-friendly security projects
- Password Strength Auditor for Schools — scans the staff password policy.
- Phishing URL Detector Browser Extension — flags suspicious links.
- Network Bandwidth Monitor for Computer Labs — see who’s hogging the WiFi.
- Two-Factor Authentication Library for PHP — release it as a small open-source package.
- Intrusion Detection System for Home Networks — Raspberry Pi-based.
Intermediate security capstones
- SIEM Dashboard for Small Businesses — log aggregation, simple alerting.
- SQL Injection Vulnerability Scanner — for school IT departments.
- End-to-End Encrypted Messaging App — Signal-lite, with a custom backend.
- Honeypot for IoT Devices — catch attackers, log their attempts.
- Steganography-Based Secure File Sharing — hide files inside images.
Advanced and research-grade security
- Blockchain-Based Voting Audit Trail — student council elections with verifiable votes.
- Federated Learning for Privacy-Preserving Healthcare — heavy but defensible.
- AI-Powered Anomaly Detection for Bank Transactions — for credit unions and coops.
- Zero-Trust Network Access for Campus — replace VPN with ZTNA.
- Deepfake Detection Pipeline — train on celebrity faces, deploy as a web service.
Game Development Capstone Project Ideas (10 ideas)
Game capstones are fun to build and miserable to defend if your panel has no gaming background. Pick this only if your adviser is supportive and you can frame the project as educational, cultural, or therapeutic.
- Educational Math Game for Grade Schoolers — Unity, with progress tracking for teachers.
- Filipino Folklore Adventure Game — Mariang Makiling, Bernardo Carpio, etc. Cultural angle.
- VR Anatomy Lab for Med Students — needs an Oculus or similar.
- AR Treasure Hunt for Tourism — point your phone at landmarks.
- Mental Health Awareness Story Game — narrative-driven, no combat.
- Tagalog Word Game with Leaderboard — like Wordle, but in Filipino.
- Coding Logic Puzzle Game for IT Freshmen — drag-and-drop logic blocks.
- Disaster Preparedness Simulation — earthquake, typhoon, fire drills.
- Multiplayer Quiz Bee Platform — Kahoot clone, but with custom features.
- Endless Runner with Local Cultural Theme — jeepney chase, Pinoy snacks as power-ups.
Emerging Tech Capstone Ideas (15 ideas)
These are the highest-ceiling projects. If they work, your panel will be impressed. If they don’t, you’ll spend weeks debugging things nobody else in your school understands. Pick carefully.
Blockchain and Web3
- Academic Credentials on Blockchain — diploma verification without calling the registrar.
- Charity Donation Tracker — donors see where every peso went.
- NFT Marketplace for Local Artists — Filipino artists, Filipino payment methods.
- Supply Chain Traceability for Coffee Farmers — from farm to cup, on-chain.
- Decentralized Freelance Escrow — smart contract holds payment until work is approved.
AR and VR
- AR-Based Anatomy Learning App — 3D models on your phone.
- VR Job Interview Simulator — practice answering common questions.
- AR Navigation for University Campuses — point your phone, follow the arrow.
- VR Therapy for Anxiety Patients — exposure therapy in safe environments. Work with a psychologist.
- AR Try-On for Local Boutiques — see how the dress looks before buying.
Niche emerging tech
- Quantum-Resistant Encryption Demo — explainer + working implementation.
- Edge AI for Low-Bandwidth Areas — runs ML locally on cheap devices.
- Voice Cloning Ethics Detector — flag suspicious audio.
- Synthetic Data Generator for ML Students — solves the “we don’t have data” problem.
- Carbon Footprint Calculator with AI Suggestions — personalized recommendations.
After you pick a topic, here’s what to do next
The biggest mistake students make is spending three weeks debating titles and then realizing they have nothing for Chapter 1. Don’t do that.
The moment your group agrees on a topic, do these things in this order:
- Write the problem statement first. One paragraph. What’s broken in the real world, and how big is the problem? If you can’t write this in 200 words, your topic isn’t ready.
- Find 3 to 5 related studies. Google Scholar, ScienceDirect, IEEE. Save the PDFs. You’ll need them for Chapter 2.
- Sketch the system on paper. Not on a computer. Paper. Draw the modules, the users, the data flow. If it’s too complex to sketch, it’s too complex to finish.
- Decide on the stack. Don’t switch later. Switching stacks in month 3 is how groups fail capstone.
- Schedule weekly meetings. Same day, same time. Not “we’ll meet when we can.” That always means never.
We have a free Chapter 1 to 5 documentation template you can download. It’s structured the way most PH schools require it, so you can fill in the blanks instead of formatting from scratch.
Capstone defense, briefly
Defense is half preparation and half mindset. The students who fail defense aren’t always the ones with weak projects. They’re the ones who can’t explain their project clearly when nervous.
A few things that help:
- Know your problem statement so well you can recite it half-asleep.
- Have a one-sentence answer to “what’s new about this?” Memorize it.
- Bring a working prototype, not just slides. If your demo crashes, have a video backup.
- Print your Gantt chart. Panels love seeing dates and actual progress.
- If you don’t know an answer, say “we didn’t cover that, but here’s how we’d approach it.” Honest beats made-up every time.
We have a separate list of 50 common defense questions with sample answers. Read through those before your scheduled defense day.
UML diagrams you’ll need for almost any capstone
Whatever you pick from the list above, you’ll probably need most of these:
- Use Case Diagram — who uses the system and what they can do
- Data Flow Diagram (DFD) — levels 0, 1, and 2 are usually required
- Entity Relationship Diagram (ERD) — your database design
- Class Diagram — for object-oriented projects
- Sequence Diagram — for workflows like “user logs in, then…”
- Activity Diagram — for processes with branches and loops
We have detailed guides on each of these on the site. Don’t draw them from scratch. Use ours as templates and modify.
Frequently Asked Questions
What is the best capstone project for IT students in 2026?
The best capstone is one that solves a real problem and uses a tech stack your team already knows. In 2026, AI-powered projects — especially those using RAG, sentiment analysis, or image classification — are getting approved fastest by panels.
IoT projects with a sustainability or healthcare angle are also strong. Avoid generic “Online X System” titles unless you have a clear differentiator your panel can defend.
How many capstone project ideas are in this list?
This guide has 150 capstone project ideas grouped into seven categories: AI and machine learning, web development, mobile apps, IoT and hardware, information systems, cybersecurity and networking, game development, and emerging tech like blockchain and AR/VR. Each idea includes notes on difficulty and links to source code or tutorials where we have them published.
Which capstone project ideas are easiest to finish in 4 to 6 months?
The easiest 2026 capstones to finish on time are: face recognition attendance system (Python with OpenCV), barangay clearance system (PHP and MySQL), inventory plus POS for sari-sari stores (PHP or Node.js), library management with QR borrowing (any stack), and a Flutter mental wellness tracker. These all have well-documented libraries, working sample projects online, and enough existing studies for your RRL.
Do you provide source code for these capstone projects?
Yes. Many ideas on this list link directly to itsourcecode.com posts with free downloadable source code, full documentation outlines, and UML diagrams. Look for the linked titles in the list — those have source code available.
The unlinked ones are concepts you can build using our PHP, Python, and JavaScript tutorials. We add new source code projects every week, so check back if your topic isn’t covered yet.
How do I make sure my capstone topic gets approved by my panel?
To increase your chances of approval: write a clear problem statement with measurable impact, cite at least three existing studies in your proposal, confirm no other group in your batch has a similar title, prove feasibility by showing your team has the skills and the timeline is realistic, and connect your project to a 2026 trend like AI, IoT, sustainability, or inclusive design.
Bring your sketches and your Gantt chart to the title defense. Panels reward groups who look prepared.
Pick one. Start this week.
he longest part of any capstone is the part between “we have an idea” and “we wrote the first line of code.” Don’t let your group sit in that part for a month.
Scroll back up. Pick one idea. Write the problem statement tonight. Show it to your adviser tomorrow.
That’s how capstones actually get finished.
If you need free source code to study from while you’re building, browse our free projects library. If you want to start with the documentation, grab our Chapter 1 to 5 template. And if your topic needs UML diagrams, our UML guides cover every diagram type your panel will ask about.
Good luck with your defense. Bring snacks.
Frequently Asked Questions
What is the best capstone project for IT students in 2026?
The best capstone is one that solves a real problem and uses a tech stack your team already knows…
How many capstone project ideas are in this list?
This guide has 150 capstone project ideas grouped into seven categories…
Which capstone project ideas are easiest to finish in 4 to 6 months?
The easiest 2026 capstones to finish on time are: face recognition attendance system, barangay clearance system…
Do you provide source code for these capstone projects?
Yes. Many ideas on this list link directly to itsourcecode.com posts with free downloadable source code…
How do I make sure my capstone topic gets approved by my panel?
To increase your chances of approval: write a clear problem statement, cite at least three existing studies…
