sci0n
Junior Member
- Oct 21, 2021
- 144
- 183
No profit target, doing this purely out of spite.
If I find a solution I doubt it will be difficult to monetize, though. Plus it was my plan to move on to email content once Google implements that AI they got patented and SERP as we know it today will be cancelled, so I'm just going to try anyway.
Objective: A lightweight command line app that will allow a newsletter opt-in (single at first), allowing user tags and 1 email sequence system for onboarding. Open tracking via Google Analytics, if it's still possible. I have a small but very engaged list so I won't worry too much about scaling at first.
Platform: Ruby/Sqlite and a Debian VPS with open ports for SMTP.
So far found two small VPS providers that seem to open port 25 by default (only tested via telnet) so that I don't have to waste time configuring custom things at this stage. I already have a well secured config on one of them so I'm going to work there for now.
First steps:
1. create scaffold of the class and config
2. set up html templating
3. set up signups (single opt in) and a way to unsub
4. set up the onboarding sequence system in the database
5. set up outmails
6. stuff .... like bouncing the emails to clear the list
The signups are most important at this point, I will deploy that once it is tested and just use the collected emails in substack and medium for now (so far they are letting me) but IMO it will be better in the long run to collect the emails on my own without third parties.
Will update this thread on weekends at the very least.
This is more like a mind dump (I need that when building something) but if anyone's interested...
If I find a solution I doubt it will be difficult to monetize, though. Plus it was my plan to move on to email content once Google implements that AI they got patented and SERP as we know it today will be cancelled, so I'm just going to try anyway.
Objective: A lightweight command line app that will allow a newsletter opt-in (single at first), allowing user tags and 1 email sequence system for onboarding. Open tracking via Google Analytics, if it's still possible. I have a small but very engaged list so I won't worry too much about scaling at first.
Platform: Ruby/Sqlite and a Debian VPS with open ports for SMTP.
So far found two small VPS providers that seem to open port 25 by default (only tested via telnet) so that I don't have to waste time configuring custom things at this stage. I already have a well secured config on one of them so I'm going to work there for now.
First steps:
1. create scaffold of the class and config
2. set up html templating
3. set up signups (single opt in) and a way to unsub
4. set up the onboarding sequence system in the database
5. set up outmails
6. stuff .... like bouncing the emails to clear the list
The signups are most important at this point, I will deploy that once it is tested and just use the collected emails in substack and medium for now (so far they are letting me) but IMO it will be better in the long run to collect the emails on my own without third parties.
Will update this thread on weekends at the very least.
This is more like a mind dump (I need that when building something) but if anyone's interested...