easyblockshq / easyblocks

The open-source visual builder framework.
https://easyblocks.io
GNU Affero General Public License v3.0
332 stars 50 forks source link

Is there an open source backend for this project? #74

Open fredojbg opened 2 months ago

fredojbg commented 2 months ago

I want to create my own backend, but I don't know how to start and the documentation doesn't have much information

wpplumber commented 2 months ago

The current docs shows how to set the access token from the cloud service and the Types needed for a custom backend but missing how to link a custom backend i.e Express backend!

I see docs missing what possible configurations for backend:

import { Config, EasyblocksBackend } from "@easyblocks/core";

export const easyblocksConfig: Config = {
  backend: new EasyblocksBackend({
    accessToken: "<<< your access token >>>",
  }),
  // ...
};

Thank you for this excellent easy to use Page builder.

ducga1998 commented 1 month ago

same question, i want see express app backend and not use access token