Integrations with Astro

There is this new framework called Astro and its sponsored by Netlify. It's very cool, you can use react, redux or vue or svelte and gatsby. it has many similar functions to other framework and it also use vite. Basically, it builds for a little bit in a different best part every js framework.

https://docs.astro.build/getting-started/

Hopefully, Prismic can support this in future updates *maybe next year. a little bit young but it has tons of great potential.

1 Like

Hey Samuel, this is awesome, thanks for letting us know about it!
I'll be sure to add this to the feature request tracker

2 Likes

Thank you I am building now with WordPress headless for now with Astro but in the future, I want to build it with Prismic.

I hope can integrate very soon!

2 Likes

@Pau any progress with this?

Hey @skariyawasm, we don't have any news for the moment.

What is the current situation regarding integrating Prismic with Astro?

  • Is it officially supported?
  • Is there an up-to-date guide on how to do it using Astro 2?
  • What npm packages and versions are recommended?

Hi @adrianparr,

We do not currently support Astro. However, we have support for all JavaScript frameworks via our basic JavaScript packages: @prismicio/client and @prismicio/helpers. You can look at our Svelte documentation to see how we use those packages in a basic Svelte app, which I imagine would be similar to usage in Astro.

Sam