FlareStart
HomeNewsHow ToSources
FlareStart

Where developers start their day. All the tech news & tutorials that matter, in one place.

Quick Links

  • Home
  • News
  • Tutorials
  • Sources
  • Privacy Policy

Connect

© 2026 FlareStart. All rights reserved.

Back to articles
I built an open-source AI assistant that actually runs my day — here's the architecture
How-ToProgramming Languages

I built an open-source AI assistant that actually runs my day — here's the architecture

via Dev.to PythonMichal Kraus4h ago

For the past few months, I've been running a personal AI assistant on a $5 VPS. Not a chatbot — an actual assistant that manages my calendar, triages my email, controls my Spotify, sends me proactive reminders, and remembers my preferences over time. Today I'm open-sourcing it. It's called Rook . GitHub: github.com/barman1985/Rook Why I built this Every AI assistant I tried fell into one of two categories: Chatbots — they answer questions but don't do anything Overengineered platforms — they need Kubernetes, five microservices, and a PhD to deploy I wanted something in between. An AI that lives in Telegram (zero onboarding — no new app to install), actually executes tasks via tool use, and runs on a single VPS I already had lying around. What Rook does 📅 Google Calendar — create, edit, delete, search events 📧 Gmail — read, search, send emails 🎵 Spotify — play, search, playlists, device management 📺 TV/Chromecast — power, apps, volume control via ADB 🧠 Memory — remembers preferences usi

Continue reading on Dev.to Python

Opens in a new tab

Read Full Article
2 views

Related Articles

Botanical garden
How-To

Botanical garden

Dev.to Tutorial • 8h ago

Task 3: Delivery Man Task
How-To

Task 3: Delivery Man Task

Dev.to • 8h ago

I Wasted Months Memorizing Design Patterns — This One Trick Changed Everything
How-To

I Wasted Months Memorizing Design Patterns — This One Trick Changed Everything

Medium Programming • 9h ago

Top 5 Games to Improve Your Coding Skills
How-To

Top 5 Games to Improve Your Coding Skills

Medium Programming • 9h ago

I Got a $40 Parking Fine, So I’m Building an App That Fixes It
How-To

I Got a $40 Parking Fine, So I’m Building an App That Fixes It

Medium Programming • 13h ago

Discover More Articles