Prismic being used for a blog of an e-commerce website

Hello,

I am building e-commerce websites for myself and for customers with medusa JS open source stack (NextJS 14)
Medusa JS offers a backend to add products, categories, etc.
I would like to have a blog for my e-commerce websites , I have non-dev employees that should write content easily.
I have just started to explore prismic and I have a few questions :slightly_smiling_face: :

  1. Is prismic a good tech for my use case?
  2. What about the styling ? Will it be embedded into the same layout and design of my e-commerce website?

Thanks

Hey @saadchraibi85,

I've never heard of Medusa, so I can't really comment on it.

Prismic delivers content via a REST API, so you can inject your content however you like. That being the case, your Prismic content should adopt the styling and layout of your website — Prismic doesn't enforce any styles. We use slices to provide a very flexible layout system.

You can also integrate content from a product catalog via the integration field, which helps with ecommerce applications.

I hope that helps you to make your decision!

Sam