Frequently Asked Questions
Everything you need to know about RedditFeed.app
What is RedditFeed.app?
RedditFeed.app is a Feedly-like reader for Reddit. You subscribe to subreddits, read posts in a single unified feed, track unread, save favorites, and optionally receive an AI-curated daily email digest.
How often does RedditFeed.app fetch new posts?
A Cloudflare Workers cron job fetches new posts every 15 minutes. You can also trigger a manual sync from the header at any time.
How many subreddits can I subscribe to?
The Free plan allows 3 subreddits. Pro ($5/month) allows 15. Max ($12/month) allows 50. All plans include the AI daily newsletter.
Is the AI newsletter included on the Free plan?
Yes. The Free plan includes the AI-generated daily newsletter digest. You can toggle it on or off in Settings.
What AI model generates the post summaries and newsletter?
Post summaries and newsletter digests are generated by Groq running Llama 3.1 8B-instant. Summaries are capped at 100 tokens per post.
Does RedditFeed.app use the official Reddit API?
Posts are fetched primarily via public RSS feeds (/r/{name}/.rss). The JSON API is only used to validate a subreddit exists when you first add it. This approach is more sustainable than heavy API usage and less likely to be rate-limited.
How is my data stored?
All data (subscriptions, read status, saved posts) is stored in Cloudflare D1 (SQLite). Authentication is handled by Clerk. We do not sell or share your data.
Can I import my existing Reddit subscriptions?
Yes. RedditFeed.app supports OPML import and export. Export your subscriptions from any Reddit reader that supports OPML, then upload the file from Settings.
Are there keyboard shortcuts?
Yes. Press j/k to navigate posts, m to mark read, o to open the post on Reddit, s to save, and u to unsave.
Can I cancel my subscription?
Payments are handled by Stripe. You can cancel at any time, and cancellation takes effect at the end of your current billing period. Note: Stripe integration is coming soon; the Free plan is fully functional today.
Is there a mobile app?
Not yet. RedditFeed.app is a fully mobile-responsive web app — add it to your home screen for an app-like experience. A native app is under consideration.
What happens to posts older than 7 days?
Old posts are pruned daily to keep the database lean. Posts you have saved or marked as read in the last few days are preserved.