Show HN: Redirect your customers from your marketing page to your app
21 points| eaplant | 4 years ago
I've gotten a bit frustrated by going to `datadog.com` instead of `app.datadog.com`. I know that I could use a chrome extension to do this redirect for me (I do). But since this is a painful UX, I think that SaaS companies should do something to improve it for all of their users.
So I made `marketing-redirect`, a quick bit of HTML to put on a marketing page that lets customers get automatically redirected to the application they're already paying for:
https://github.com/elliotaplant/marketing-redirect
You can see an example of it in action here:
https://elliotplant.com/marketing-redirect/
Aside from just making the tools I use better, I'm brainstorming ways to monetize this. My best idea is to create a cloud service the help marketing teams remove or tag the page views from paying customers who visit their marketing page so their analytics software can exclude them as possible leads. I'd love to hear your feedback.
Thanks,
Elliot
szastamasta|4 years ago
What is the real problem here, in my opinion, is that the home pages of the apps are not even slightly focused on existing customers. Login buttons are small and hidden, or there’s even no login button at all (you need to go to sign-up and then use ‘I already have an account’ option).
I know that every app needs to grow, but already paying customers are also visiting your homepage. Don’t make them feel like they don’t matter to you.
trungdq88|4 years ago
Really hate the fact that I can't view their pricing page while logged in.
If I want to go directly to the dashboard/console page, I'll just type for example "console." then the browser auto-complete will do the rest.
eaplant|4 years ago
netizen-936824|4 years ago
benwoodward|4 years ago
niel|4 years ago
Also, the marketing site being outside of reach of the app dev team is a real problem worth addressing with convenient snippets such as the linked solution.
That said, I'm still not convinced that an automatic redirect is a good idea.
I've had cases where I would like to refer someone to e.g. the pricing page (or a page I remember about a particular feature they need) on a SaaS marketing site, but had to open the marketing site in a new browser to find the link, because I keep getting redirected to the app while logged in. Someone else might have given up and the referral could have been less effective.
I propose rather updating navigation on your marketing site for logged-in users, making it easier to navigate to the app manually.
eaplant|4 years ago
MattGaiser|4 years ago
The challenge is once someone technical is called in, they will realize that this is trivial, so making it possible for non-technicals to easily use (even if just telling them where to paste the code) is essential.
But yes, I have certainly had this annoyance in the past.
weird-eye-issue|4 years ago
Please sell this to them! (Assuming it works, I didn't look at it)
eaplant|4 years ago
onion2k|4 years ago
https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Co...
codingdave|4 years ago
It is fairly simple code, so I'm not sure this is a problem that needs a productized solution.
drikerf|4 years ago
This allows existing users to just enter the domain and get to the app, but also to browse the marketing site if they want.
michaelsalim|4 years ago
I'm looking into similar approach but unsure what's best.
flemhans|4 years ago
pawelwentpawel|4 years ago
brundolf|4 years ago
I think if you made such an extension, and maintained a redirect list yourself for popular SaaS sites, that could be a more viable business. It wouldn't be trivial to reproduce because it's dynamic; you're always adding to the redirect list and keeping it up to date. That's a real, small amount of boring work that can't easily be automated away and people might be willing to pay to outsource.
Good luck either way!
KiranRao0|4 years ago
https://chrome.google.com/webstore/detail/replace-youtubes-h...
https://github.com/SeinopSys/YTMySubs/blob/main/package/back...
pbhjpbhj|4 years ago
It looks like you're forcing people to go to a page other than the one you select, but that would be really crap, so it can't be that ... so what are you doing?
Makes no sense to me, but then I hate websites that want me to install a wrapper around a web renderer just so I can access content that's really only a website ... is that what's going on?
Really, no idea and the demo didn't make it clear why the behaviour was good?
eaplant|4 years ago
fouc|4 years ago
anglinb|4 years ago
eaplant|4 years ago
alpb|4 years ago
eaplant|4 years ago
arjvik|4 years ago
eaplant|4 years ago