We just released a new micro-library: a component that lets you define a focal point in an image. This can be useful if users of your app upload photos and want to choose which part of the image to prioritize when displaying it. Check it out here: https://t.co/RKH0FmViXJ.
Thanks for the amazing response to our free personal site / blog template. 🙌
We’ve added clear mapping visuals to make updates even easier. 🔍🏝️
https://t.co/DOFjzVdTXw
Managing multilingual content in a Headless CMS doesn’t have to be hard.
With Smart Copy, you can clone entries across languages and auto-translate selected fields — even MDX. 🌍⚡️
See it in action 👇
https://t.co/w2Zd8CzAvj
We’ve released a full @astrodotbuild + @content_island template to help you build a personal site or blog quickly and with a modern setup. ✨
Project structure, components, and example content included — ready to use. 🛠️
Watch how it works 👇🎥
https://t.co/llEar5Nszi
🎉 Our Content Island CLI is now featured in Starlight’s Community Tools & Integrations!
Connect and sync your Starlight project with Content Island Headless CMS to edit and manage your documentation.
Huge thanks to the @astrodotbuild team! 💜
👉 https://t.co/1fI3hbxpGN
🏝️ New integration: Content Island + Starlight (@Astro)
Now anyone on the team can edit technical docs without touching code, directly from the Headless CMS.
All content stays structured and accessible via API.
🎥 Demo → https://t.co/KBMX3GzOfV
#Astro#Starlight#HeadlessCMS
🎉 We've just launched version 0.5 of Mongo Modeler, key new features include: ✔️ Mark fields as not null. ✔️ Export to Mongo Schema. ✔️ Mobile read-only version: https://t.co/XV0M3AgkZ6 A huge thank you to the students who have participated. Your RT helps us a lot! 🙌
Introducing Mongo Modeler V 0.1 (Community Preview), a document database diagram editor that is free, open source, and online.: https://t.co/5RSJ45nisE Thanks in advance for any RTs! Your support means a lot! 🙏#mongodb#DatabaseDiagram
I like RSC. But it’s not perfect.
Problems I’ve noticed:
1. Next.js is the only mature implementation I’ve seen so far.
2. Need a complex server config to host it. It’s not very practical to create a useful RSC “hello world” from scratch.
3. It’s not traditional server side rendering because the server doesn’t render components as HTML. So it doesn’t improve SEO (although RSC architecture is potentially faster at rendering, so that may help SEO).
4. It’s hard to debug. I can’t easily see what’s happening on the server or step through it.
5. The mental model is more complex. I have to understand new concepts like “use client”, “use server”, and server actions. For each component, I need to ask “how can I decompose this so that most of the code is in a RSC?”
6. If a third party component isn’t updated to support RSC, I may have to wrap it in my own component that calls “use client”.
I’m happy to be corrected on any of these, but this is what I’ve seen so far.
Our Website Team has finished a long-term infrastructure transition of the Node.js Website! 🌠
This will have significant improvements in reliability, performance and speed. Big thanks to @vercel for hosting our project infrastructure. 💚
I'm very excited about this. These funds means other people(ie.. not me) working on SolidStart full-time. This is huge news for @solid_js and the types of things we want to accomplish.
Looking for a Express + TypeScript project seed? We have just released one: npm install, npm start and... ready to go ;) cc @basarat https://t.co/0uRj2rFaNI kudos to @nasdan12 for the great work