BrainSync — AI-Powered Personal Planner

BrainSync — an AI-powered personal planner built on Telegram. Just send a message like 'Finish assignment by 6 PM tomorrow' and BrainSync extracts time, priority, and deadlines using NLP, then automatically schedules and reminds you.

DEV CLASH 2026APR 20262nd Runner-upZeal College of Engineering, Pune, India
DEV CLASH 2026 1DEV CLASH 2026 2
Next.jsTailwind CSSPythonPrismaNeonOpenClawTelegram Bot API

BrainSync is an intelligent personal planner integrated directly into Telegram. It eliminates the friction of manual task scheduling by using Natural Language Processing (NLP) to understand casual messages.

What We Built

We built a Telegram bot that acts as your personal assistant. Instead of manually filling out forms with dates, times, and priorities, you just send a message like, "Finish the database migration by 6 PM tomorrow and remind me."

BrainSync processes this text, extracts the actionable intent, identifies the deadline, assesses the priority level, and automatically schedules the task. It will then follow up with timely reminders to ensure nothing falls through the cracks.

Features

  • Conversational Interface: Add tasks simply by sending a message on Telegram.
  • NLP Extraction: Automatically extracts deadlines, times, and priorities from natural language.
  • Smart Scheduling: Integrates the extracted data into a structured database for tracking.
  • Automated Reminders: Sends proactive reminders before deadlines to keep you on track.
  • Cross-Platform Access: Accessible anywhere Telegram is available.

Technologies Used

  • Next.js: For building the dashboard and API routes.
  • Tailwind CSS: For styling the dashboard interface.
  • Python: For the NLP processing layer.
  • Prisma & Neon: For scalable, serverless PostgreSQL database management.
  • OpenClaw: Used for processing intents and text parsing.
  • Telegram Bot API: The core interface for user interactions.