https://github.com/nshki/naisho
Send personal data deletion request emails to hundreds of data brokers at once.
https://github.com/nshki/naisho
data privacy rails
Last synced: 4 months ago
JSON representation
Send personal data deletion request emails to hundreds of data brokers at once.
- Host: GitHub
- URL: https://github.com/nshki/naisho
- Owner: nshki
- License: mit
- Created: 2024-06-10T04:52:14.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-05T05:37:23.000Z (4 months ago)
- Last Synced: 2025-06-05T07:41:50.411Z (4 months ago)
- Topics: data, privacy, rails
- Language: Ruby
- Homepage: https://naisho.app
- Size: 155 KB
- Stars: 24
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
- learn-ruby - github.com/nshki/naisho
README
# Naisho
Naisho is a free and open-source tool for sending personal information data deletion request emails to data brokers via SMTP.
## Stack
- [Ruby on Rails](https://rubyonrails.org/)
- [Hotwire](https://hotwired.dev/)
- [SQLite3](https://www.sqlite.org/index.html)
- [ViewComponent](https://viewcomponent.org/)## Local setup (native)
1. Clone the repo.
2. Install the [Ruby](https://www.ruby-lang.org/en/) version in `.ruby-version`.
3. Install [SQLite3](https://www.sqlite.org/index.html).
4. Run `bin/setup` to install Ruby dependencies and set up the database.
5. Run `bin/rails runner "Company.sync_all"` to pull the latest data broker companies from sources.
6. Run `bin/rails server` to start the Rails server.