Skip to content

Feed reader for the web, built with Laravel and Vue

License

Notifications You must be signed in to change notification settings

angristan/larafeed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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
  • GitHub-like sparkline graphs representing feed acitivity

Technical overview

Screenshots

Feed list

Feed

Entry

Run locally

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

cp .env.example .env # and adjust the values
./vendor/bin/sail up -d
./vendor/bin/sail artisan migrate --seed
./vendor/bin/sail npm install
./vendor/bin/sail npm run 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.