please help me do this project from beginning to the end, and i want it to work realistic not mock data, auto-todo builder watches your screen for tasks (emails, chat messages, code tickets), compiles them into a dynamic spreadsheet or table of “things to do,” and sends you reminders. screenpipe is an open-source, local-first platform that continuously captures your screen and mic so you can build powerful, context-aware ai. all data stays on your machine—no cloud bullshit. built in rust for speed and reliability, it’s the missing bridge between human context and ai understanding.
architecture in a nutshell rust core handles screen/audio capture, processing, and storage. local database (sqlite) to store video, audio transcripts, and ocr results. plugin sandbox for nextjs-based “pipes” that can read and manipulate the captured data. apis let you query or embed screenpipe data in your ai apps.
Loading...
i got Error Loading Todos Failed to fetch todos. Please check your Screenpipe connection. Failed to load resource: the server responded with a status of 400 (Bad Request) app-index.tsx:25 screenpipe api error: Object window.console.error @ app-index.tsx:25 app-index.tsx:25 error querying screenpipe: Error: http error! status: 400 at v.queryScreenpipe (index.js:1:7208) at async eval (use-todo-extractor.tsx:27:23) window.console.error @ app-index.tsx:25 app-index.tsx:25 Error fetching todos: Error: http error! status: 400 at v.queryScreenpipe (index.js:1:7208) at async eval (use-todo-extractor.tsx:27:23)
Loading...
i have screenpipe installed on my desktop app