Ask HN: Which companies Open Source their website?

3 points by jasfi ↗ HN
Is this considered a good or bad practice?

4 comments

[ 4.8 ms ] story [ 23.0 ms ] thread
I'd be surprised if any appreciable number of websites could be considered "closed source". HTML and JS are quite hard to close off, being interpreted. WASM is a binary format, I guess, but that's still just a tiny tiny fraction of sites. Server-side stuff could be closed, but for most money-making sites the secret sauce is what's in the database rather than the code that shows it to you.
I meant the landing page, for auth and showing features/pricing/etc to new users. Not the web-app, sorry I should have made that clear.

Although a company that Open Sources a website and web-app but not the data itself would be interesting to see, but perhaps too easy to clone.

I would be surprised if they did, a website is essentially a representation of the company after all. Most wouldn't want anyone to be able to copy them that easily.

That said, you can usually look at the html code, but they would probably not license it to you.