惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

V
V2EX
Y
Y Combinator Blog
博客园_首页
V
Visual Studio Blog
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
阮一峰的网络日志
阮一峰的网络日志
Hugging Face - Blog
Hugging Face - Blog
宝玉的分享
宝玉的分享
B
Blog
博客园 - 三生石上(FineUI控件)
小众软件
小众软件
WordPress大学
WordPress大学
L
LangChain Blog
爱范儿
爱范儿
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
P
Proofpoint News Feed
Blog — PlanetScale
Blog — PlanetScale
C
Check Point Blog
博客园 - 聂微东
云风的 BLOG
云风的 BLOG
Microsoft Security Blog
Microsoft Security Blog
博客园 - 叶小钗
酷 壳 – CoolShell
酷 壳 – CoolShell
H
Help Net Security

DEV Community

Authentication Security Deep Dive: From Brute Force to Salted Hashing (With Java Examples) Why AI Systems Don’t Fail — They Drift Spilling beans for how i learn for exam😁"Reinforcement Learning Cheat Sheet" I Replaced Chrome with Safari for AI Browser Automation. Here's What Broke (and What Finally Worked) How Python Borrows Other People's Work The $40 Architecture: Processing 1 Billion API Requests with 99.99% Uptime Vibe Coding: A Workflow Guide (From Zero to SaaS) Most webhook security guides protect the wrong side. The scary part is delivery. Headless CMS for TanStack Start: Build a Blog with Cosmic EU Age Verification App "Hacked in 2 Minutes" — What Actually Happened Comfy Cloud’s delete function does not actually remove files Running AI Models on GPU Cloud Servers: A Beginner Guide Event-driven media intelligence with AWS Step Functions and Bedrock I scored 500 AI prompts across 8 quality dimensions — here's what broke How to Call Google Gemini API from Next.js (Free Tier, No Backend Needed) The Portal Protocol: Reclaiming Human Connection in the Age of AI How to Fix Your Team's Scattered Knowledge Problem With a Self-Hosted Forum Intro to tc Cloud Functors: A Graph-First Mental Model for the Modern Cloud Designing Multi-Tenant Backends With Both Ownership and Team Access I Built a Neumorphic CSS Library with 77+ Components — Here's What I Learned PostgreSQL Performance Optimization: Why Connection Pooling Is Critical at Scale Cómo construí un SaaS multi-rubro para gestionar expensas en Argentina con FastAPI + Vue 3 🚀 I Built an Ethical Hacking Scanner Tool – Open Source Project I Replaced /usage and /context in Claude Code With a Single Statusline A Pythonic Way to Handle Emails (IMAP/SMTP) with Auto-Discovery and AI-Ready Design I Collected 8.9 Million Polymarket Price Points — Here's What I Found About How Markets Really Move EcoTrack AI — Carbon Footprint Tracker & Dashboard Everyone's Using AI. No One Agrees How. 5 self-hosted ebook managers worth trying in 2026 Building Your First AI Agent with LangChain: From Chatbot to Autonomous Assistant
Relego, a free, self-hostable alternative to Readwise
Andrea Grillo · 2026-06-18 · via DEV Community
Cover image for Relego, a free, self-hostable alternative to Readwise

Andrea Grillo

About a month ago, I was lying on my bed reading Geopolitica dell’intelligenza artificiale (2025, Aresu A.) on my Kindle. I don’t remember the topic covered in that particular chapter, but it was certainly interrupted by one of the hundreds of digressions of the author.

Anyway, as I reached the end of the chapter, I wanted to read my Readwise's daily recap. However, my iPhone was in other room. I didn’t want to get up; I was tired.

I have my Kindle in my hands; I want to read. Why do I still need my phone?

I didn’t get up to get my phone immediately. Instead, I thought a little about my issue. I’m an IT guy and I have AI at my disposal. Is ReadWise hard to replicate? What do I need to build it? Do I have time? How do I send notes to my Kindle? Well, the truth is that it’s not hard to replicate, especially in the AI era. I do not have enough time to write every single line of code, documentation, product specifications, and more, but AI can help me. I can use the technology stack I know very well (dotnet) to iterate quickly and spot AI errors easily.

So, the project began.

A few weeks ago, I’ve released the MVP, a fully working version that allows you to upload all your Kindle highlights and send them back to your Kindle (or email) through a daily or weekly recap like ReadWise does. The entire experience is highly customizable: you can choose the recap frequency and time of the day, the number of the highlights in the recap, exclude books or authors, and adjust the likelihood that a highlight or book is included in the recap. At the moment it supports Kindle and email only, but the plan is to integrate more platforms, as inputs and outputs as well.

I chose the name Relego, coming from Latin word relegere: "to read again", "go over carefully", "review". That reflects the core idea of the project.

Generally, existing platforms provide daily recap via paid subscription on managed SaaS, which also raises privacy concerns. For these reasons, I'm releasing the product for free and self-hostable. Usage guide and source code are available on GitHub.

If you want to try it and provide feedback, feel free to comment on this post or create an issue.

In the near future, next steps include an improved and simpler setup, a landing page, and a more suitable product name. Do you have any ideas? Share them in the comments below!

More info: https://relego.app