I have built a fully functional web app in Webflow using Wized as the JavaScript framework and Pocketbase as the backend/database.
I would love to move entirely to Webstudio to build web apps, but I would need the ability to implement custom logic.
What Exactly Is Needed? Trigger: When should an action be fired? Examples: On click, on page load, after an API request finishes, etc.
Action: What should be done? Examples: Set a variable, run a function, perform an API request, etc.
Use Cases API Chaining: When an API request is completed, the next request should be triggered automatically. Variable Updates: If a user clicks a button, I want to change a variable (e.g., update a state).
My Project is ready and i would like to deploy it on my vps. How does vanilla hosting work? How is the process? Do i have to use git to store the files and then deploy it on coolify?
i really have to run it on my vps instead of netlify or vercel!
How would be the ideal path to host a dynamic website on a vps?
everything works fine on the local host, i had some issiuse with displaying the images at the beginning but i deleted the assetsBaseUrl in the constants.mjs file and my images from the cms are displayed correctly.