Questions regarding design, components and API

Design: Are we able to import or recreate designs made in something like UseGalileo? Are there design systems? The front-end looks really great in the videos, I just want to be able to recreate that and not have a clunky looking app. Editing and setting styles per field is awesome, but I’d like to know if I can import a style-guide. One place to set global styels for an app would contribute greatly to visual cohesion.

As I understand, you’re not GDPR compliant just yet, which is fine, really it’s about locating a server inside the EU. Can we use an external DB like Supabase?

Are there API endpoints we can use in an automation tool like n8n, so we can put data INTO Momen via API?

Offline Capabilities - What is the current state of affairs here?

Components - Why no kanban board?

The question is [posted by Pablo Esco from Discord

design: no, we are working on frontend reuse, and hopefully will have reusability by end of year.
GDPR: we support bring your own cloud. You can use our “on-prem” service.
Yes, we expose public GraphQL API, and you get the introspection API too.
Not quite sure what you mean by offline capabilities.
We opt for mostly atomic components, if you need something as complex as kanban, using code-component is the way to go. You can interop with both frontend components and backend data inside that code component.