karolkozer / planby

https://planby.app
Other
1.4k stars 96 forks source link

Proposal: Create a headless version #68

Open JanStevens opened 2 months ago

JanStevens commented 2 months ago

Hi,

We would like to have full customisation on how everything looks and feels. We also want to use SSR without depending on emotion.

I think creating a headless version would be a wonderful addition. I saw in the code that like 90% is already very hook based so I think with some additional exports and documentation (or example) this would be great to have.

Ideally this could be a different package so you can have a planby-headless with just the hooks, the more DIY solution and then the full planby as it is now which also consumes the planby-headless but adds a very nice UI on top of it.

WDYT?

Regards,

karolkozer commented 1 month ago

@JanStevens

Hi,

I've also been thinking about creating a "planby-headless" with just hooks as a separate package with that. I'll report on progress once I start working on it.