FeedVault is an open-source web application that allows users to archive and search their favorite web feeds.
Find a file
2024-02-14 01:00:38 +01:00
.github Fix tests 2024-02-14 01:00:38 +01:00
.vscode Refactor folder structure 2024-02-13 21:57:06 +01:00
cmd/feedvault Refactor folder structure 2024-02-13 21:57:06 +01:00
pkg Refactor folder structure 2024-02-13 21:57:06 +01:00
tests Refactor folder structure 2024-02-13 21:57:06 +01:00
.air.toml Use Go templates for HTML 2024-02-03 17:50:17 +01:00
.env.example Improve documentation 2024-02-13 07:05:15 +01:00
.gitignore Ignore sqlite files 2024-02-13 21:20:32 +01:00
docker-compose.yml Improve documentation 2024-02-13 07:05:15 +01:00
go.mod Refactor folder structure 2024-02-13 21:57:06 +01:00
go.sum Refactor folder structure 2024-02-13 21:57:06 +01:00
LICENSE Initial commit 2024-01-23 17:19:23 +01:00
README.md Improve documentation 2024-02-13 07:05:15 +01:00

FeedVault

A seed vault for your feeds.

FeedVault is an open-source web application written in Golang that allows users to archive and search their favorite RSS, Atom, and JSON feeds. With FeedVault, users can effortlessly add their favorite feeds, ensuring they have a centralized location for accessing and preserving valuable content.

Features

Note: Some features are currently in development.

  • Unified Feed Archiving: Archive RSS (0.90 to 2.0), Atom (0.3, 1.0), and JSON (1.0, 1.1) feeds seamlessly in one centralized location.
  • Content Search: Easily search your archive for specific content.
  • Export Options: Export your archive to various formats, including JSON, CSV, HTML, ODS, RST, TSV, XLS, XLSX, or YAML.
  • API: Access your archive programmatically through a API.
  • Self-Hosting: Host FeedVault on your own server for complete control over your data.
  • Privacy-Focused: FeedVault respects user privacy by not tracking or collecting any personal data. It is an ad-free platform that prioritizes user security.

Usage

  • Visit the FeedVault website.
  • Sign up for an account or log in if you already have one.
  • Add your favorite feeds to start archiving content.
  • Explore, manage, and enjoy your centralized feed archive.

Docker

Please see Docker.md.

Contributing

All contributions are welcome regardless of skill level or experience.

Please read the CONTRIBUTING.md file for more information on how to contribute to FeedVault.

Contact

For any inquiries or support, please create an issue on GitHub.

Thank you for using FeedVault! Happy archiving!