https://github.com/justalever/hotwire_newsletters
A turbofied newsletter signup tutorial with Rails
https://github.com/justalever/hotwire_newsletters
rails rails7 ruby turbo
Last synced: about 2 months ago
JSON representation
A turbofied newsletter signup tutorial with Rails
- Host: GitHub
- URL: https://github.com/justalever/hotwire_newsletters
- Owner: justalever
- Created: 2023-10-02T14:41:32.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-02T14:41:45.000Z (over 1 year ago)
- Last Synced: 2025-02-13T12:24:25.872Z (4 months ago)
- Topics: rails, rails7, ruby, turbo
- Language: HTML
- Homepage: https://web-crunch.com/posts/build-a-realtime-newsletter-rails-turbo
- Size: 3.96 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# Build a real-time newsletter signup form with Rails and Turbo
For nearly every meaningful project I've taken on, there's always been a landing page first to help me market and semi-validate an idea.
Tons of tools exist to capture email and market to that audience, but I've always been bothered by the lack of control of that data and how we blindly hand it over to services like Mailchimp, Mailerlite, ConvertKit, etc...
Those tools save you time and enable you to focus on your project, but I commonly like to keep that stuff in-house. That way, as my project scales, so can my marketing tactics.
Collecting a simple email address for the purpose of a newsletter seems super downright and straightforward overkill for Rails. Still, in this guide, I’ll show you some techniques to make the process snappy and more delightful than the legacy ways involving page refreshes and redirects.
- [📕 Read the article](https://web-crunch.com/posts/build-a-realtime-newsletter-rails-turbo)
- [📺 Watch the video](https://youtu.be/6rj89Ghy8q0)