by SvenL on 1/6/25, 7:07 PM with 0 comments
in the last months I created a small website for sharing Tesla referral links.
I know that there are many places out there where this can already be done, like reddit, forums or X. But it always felt a little weird, I mean who would scroll down or go to the last page to use a link?
The website is simple, you can submit your own link or use a submitted link. The links are returned randomly.
There are some mechanisms in place to ensure that links are only submitted once and are valid links.
Technically it's a simple .NET Core Web API on a Linux VPS and a simple HTML file with a SSPA. The database is just an SQLite database with one column.
The website is simple, no ads, no cookies, no tracking - except the backend uses Azure Application Insights for request tracking (basic information like which endpoint was called or exceptions).
Since it's not monetized it should comply with the Tesla Referral ToS, although I might double check with a lawyer here.
In the end it's my first side project I kind of finished and got out of the door. Hopefully it provides some value.
Any feedback is appreciated!
Disclaimer: My link is of course the first one and only one, but I hope that more links will be added soon.