How to do vibe-coding with Slate?

Hello,

Maybe not to the best practice but I would be interested to know how could Copilot or other coding assistant could be used for Slate development ?

If downloading the JSON from the Slate interface, just a basic Slate is already >4000 lines JSON in one file.

Is there a way to get a more hierarchical application structure ? Maybe via downloading the blueprint NPM package ?

Cheers,

Hi, Slate doesn’t support any AI “vibe-coding” tools however it heavily relies on JavaScript, CSS and HTML so you can use LLMs by copy-pasting bits of code into an AI Chat to build context about the Slate application and have it generate snippets of JS/CSS/HTML. The developer experience for this isn’t fantastic but can help you write some logic or styling more easily.

Currently the Slate JSON export is the main way to get all the context of the application structure. Blueprint NPM package won’t help with any vibe-coding really.