Earlier quoted context omitted.
Sorry about that. It was a vestige of Linen's first version being very Enterpise sales heavy and we haven't updated it. At the moment it is 150/month for 5000 members for our paid tier and 50/month more for every 5000. Will update it this week! We just shipped our self checkout flow last week: https://github.com/Linen-dev/linen.dev/commit/61c482cab5d5aa... Just hadn't got the chance to update it on the landing page y…
Reasonable for enterprise, but that's pretty high for my tranche in small business. Any possibility of matching Slack pricing for super small (<20)?
Linen.dev: A 500 kb Slack alternative
31–40 of 219 posts
Re: Linen.dev: A 500 kb Slack alternative
#32I won’t run any apps over 480 KB unfortunately.
Re: Linen.dev: A 500 kb Slack alternative
#33find small packages for pagespeed metrics
serve 100mb of ads and analytics
Re: Linen.dev: A 500 kb Slack alternative
#34Re: Linen.dev: A 500 kb Slack alternative
#35Re: Linen.dev: A 500 kb Slack alternative
#36Re: Linen.dev: A 500 kb Slack alternative
#37> We found that react-icons had an issue that lead to everything being imported. This meant that we were including every single react-icon in our package whether we need it or not.
Kudos to the Linen team for proactively finding this - I have a feeling tons of projects blindly trust that tree-shaking their dependencies will "just work" even though for many libraries it won't!
> We also noticed that we were only using AWS client for s3 upload on the client side and it was taking up significantly more bundle size we need so we replaced the entire client side package with a 2 api calls to the AWS api.
For such a minimal use case, this feels like a logical choice even if it's slightly more work to implement.
> We ended up moving the code highlight code to a backend api that would cache the results.
Love seeing websites make smart choices about which work to handle in the server versus the client.
Re: Linen.dev: A 500 kb Slack alternative
#38I found a 'typo':
> Get branded colors and logos of your community or company. Your community should feel like yours and not
The sentence does not
Re: Linen.dev: A 500 kb Slack alternative
#39Re: Linen.dev: A 500 kb Slack alternative
#40I won’t run any apps over 480 KB unfortunately.