Inspiration

AtherMind was inspired by a simple but frustrating problem — staying focused while studying or working online. With so many tabs open and distractions just a click away, maintaining concentration becomes tough. I wanted to create something that makes focus effortless, helps manage time better, and supports students like me during long study sessions.

What it does

AtherMind is an AI-powered Chrome extension that helps users focus, and plan study sessions efficiently. It includes:

Tab Tamer: Refresh, save, and organize tabs for a clutter-free browser.

Study Planner: Add subjects and hours, then store them for future reference.

How we built it

AtherMind was built using HTML, CSS, and JavaScript, with Chrome’s Manifest V3 for extension logic and permissions.

Frontend: Built with simple, responsive design using CSS for a dark and neon-blue futuristic look.

Storage: Used the Chrome Storage API to save tasks, study plans, and sessions.

Background Logic: Managed through a service worker for handling tab operations and session saving.

AI Study Tips: Generated and displayed using JavaScript arrays and randomization logic.

Challenges we ran into

Some of the main challenges included:

Setting up and debugging Manifest V3 service workers.

Managing asynchronous Chrome storage operations for tasks and sessions.

Designing a clean yet functional UI that fits inside the popup’s limited space.

Ensuring smooth performance while adding multiple features in one extension.

Accomplishments that we're proud of

Successfully combining multiple productivity tools — timer, tasks, and study plans — into a single, lightweight extension.

Designing a modern and responsive interface with smooth transitions.

Implementing persistent storage and basic AI interactions without external APIs.

Creating a functional MVP that’s stable, easy to use, and genuinely helpful for students.

What we learned

This project taught me how to work with Chrome’s extension APIs, service workers, and local storage effectively. I also learned the importance of designing user experiences that are simple, fast, and goal-driven. Most importantly, I learned how to turn a real problem — distraction — into a working software solution.

What's next for AtherMind

Adding an AI assistant for real-time study help and focus suggestions.

Integrating cloud sync so users can access tasks and plans across devices.

Expanding customization options for timers, color themes, and AI tips.

Publishing the extension on the Chrome Web Store and improving it based on user feedback.

Built With

Share this project:

Updates