FeedVault is an open-source web application that allows users to archive and search their favorite web feeds.
Find a file
2024-02-13 06:33:33 +01:00
.github Renovate: Run Go mod tidy after update 2024-02-07 00:45:04 +01:00
.vscode Renovate: Run Go mod tidy after update 2024-02-07 00:45:04 +01:00
.air.toml Use Go templates for HTML 2024-02-03 17:50:17 +01:00
.gitignore Add /data to .gitignore instead of .db 2024-02-13 06:33:33 +01:00
go.mod Don't use Chi 2024-02-08 20:09:55 +01:00
go.sum Don't use Chi 2024-02-08 20:09:55 +01:00
html.go Fix button for uploading OPML 2024-02-05 06:00:17 +01:00
html_test.go Fix button for uploading OPML 2024-02-05 06:00:17 +01:00
LICENSE Initial commit 2024-01-23 17:19:23 +01:00
main.go Don't use Chi 2024-02-08 20:09:55 +01:00
models.go Don't filter URLs 2024-02-08 20:09:49 +01:00
opml.go Fix button for uploading OPML 2024-02-05 06:00:17 +01:00
opml_test.go Fix button for uploading OPML 2024-02-05 06:00:17 +01:00
quotes.go Have random quotes in the footer 2024-02-05 04:57:27 +01:00
README.md Add empty Go project 2024-02-03 02:21:51 +01:00
stats.go Cache database size 2024-02-05 02:47:20 +01:00
stats_test.go Cache database size 2024-02-05 02:47:20 +01:00
validate.go Don't filter URLs 2024-02-08 20:09:49 +01:00
validate_test.go Have random quotes in the footer 2024-02-05 04:57:27 +01:00
views.go Fix button for uploading OPML 2024-02-05 06:00:17 +01:00
views_test.go Read HTML from a file instead of .tmpl 2024-02-05 02:35:46 +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, Atom, and JSON 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.
  • User-Friendly Design: FeedVault is designed to be simple, intuitive, and responsive, working seamlessly on both desktop and mobile devices.
  • 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.

Contributing

We welcome contributions from the community! If you have ideas for new features, improvements, or bug fixes, feel free to open an issue or submit a pull request.

Contact

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

Thank you for using FeedVault! Happy archiving!