Show HN: We created custom domains for read.cv with Vercel edge functions
1–5 of 5 posts
Re: Show HN: We created custom domains for read.cv with Vercel edge functions
#2We used Vercel's new Edge Functions to make the routing work seamlessly in our web app, while under the hood it's actually using Cloudflare Workers to do middleware processing and routing at the edge layer. Because all this routing happens at the edge layer before requests even make it to our web app, we get features like bundle splitting, authentication and caching at the per domain level, and all for free. The end result is that we can build a web app without worrying about all the hairy details: we can re-use components from our main site in custom domains, static resources correctly load from custom domains rather than our main site, and all the routing logic is cached at the edge layer for fast handling.
Let us know if you try out custom domains, and happy to answer any questions about the feature!
Re: Show HN: We created custom domains for read.cv with Vercel edge functions
#3Re: Show HN: We created custom domains for read.cv with Vercel edge functions
#4Nice work! Gonna be trying this out today. Quick question — aside from the custom domains aspect, what’s the difference between read.cv and something like LinkedIn?
We also have a great tight knit community of creatives who aren't into the LinkedIn influencer posts — so you might find some chill new people to connect with as well!
Re: Show HN: We created custom domains for read.cv with Vercel edge functions
#5Nice work! Gonna be trying this out today. Quick question — aside from the custom domains aspect, what’s the difference between read.cv and something like LinkedIn?