Welcome to Lingopal
· 3 min read · Lingopal
Welcome to Lingopal
Lingopal’s new website is being rebuilt in Astro so marketing pages, blog content, and future shared UI packages can live in a cleaner monorepo setup.
Why the move matters
Astro gives us faster static rendering for content-heavy pages while still letting us hydrate the interactive parts of the site as React islands.
What changes for the blog
Articles now live in src/content/blog, which makes metadata typed, content easy
to review in git, and future reuse across projects much simpler.