Skip to content

angristan/larafeed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Larafeed

Larafeed is a simple feed reader.

Features

  • RSS and Atom feed support
  • Background feed updates
  • Full-text search through a reactive search bar
  • AI-generated summary of entries
  • Favicon display
  • Spotlight-like search
  • OPML import/export

Technical overview

Screenshots

New screenshots coming soon, here are the old ones

Feed list

Feed

Entry

Development

Run locally

Larafeed is built with Laravel Sail, so you can run it locally with Docker.

cp .env.example .env # and adjust the values
composer update
php artisan migrate --seed
npm install
composer dev

A quick login link is available on the login form, which will create a user and log you in.

License

Larafeed is licensed under the MIT license.