mirror of
https://github.com/Shubhamsaboo/awesome-llm-apps.git
synced 2026-05-23 07:14:13 -05:00
[GH-ISSUE #439] Feature Request: Add Screenpipe Integration Tutorial #441
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @louis030195 on GitHub (Jan 25, 2026).
Original GitHub issue: https://github.com/Shubhamsaboo/awesome-llm-apps/issues/439
Feature Request
I'd love to see a tutorial showing how to build LLM apps with Screenpipe context!
What is Screenpipe?
Screenpipe (15k+ ⭐) is an open-source tool that provides 24/7 local screen & mic recording with AI-powered search. It creates a searchable memory of everything you've seen, said, and heard on your computer.
Integration Potential
Screenpipe would be perfect for several tutorial categories:
1. RAG with Screen Context
Build a RAG system that can answer questions about anything the user has seen on their screen:
2. AI Agent with Personal Context
Create agents that have access to the user's digital history:
3. Chat with Your Screen History
Similar to "Chat with PDF" but for your entire screen history:
Technical Details
Screenpipe provides:
@screenpipe/json npmExample Code
Resources
Would love to contribute a tutorial if there's interest!
@Shubhamsaboo commented on GitHub (Jan 28, 2026):
Sounds interesting. Would love to see the RAG usecase built. Please feel free to create a PR by following the existing contribution guidelines.