Joyce, thank you for your quick reply!
In that case, what would you recommend?
On the one hand, using a fully-fledged development ‘core’ built entirely on WeWeb is very convenient and logical, as it results in a unified and cohesive system. I don’t need to build the backend and frontend logic separately; everything is handled in one place.
On the other hand, I do have a project, but it has a strict requirement that the web application must be hosted on our own server. I started developing the backend on Supabase, but thought that switching to WeWeb’s internal backend would be more logical and efficient. Everything will be developed within a single ‘ecosystem’, and then I’ll be able to deploy the finished web application on my own server.
For the sake of simplicity, should I stick with Supabase?
It would be great to have some sort of (universal) mechanism that would allow non-technical users to deploy applications on their own server. Naturally, the server would need to meet certain technical requirements for deploying a ready-made application and contain all the necessary services and libraries. Ideally, I’d like it to be as simple as installing a WordPress site (I’m very sorry for such a crude comparison, but it’s just to illustrate how much I’d like the deployment to be straightforward) – that is, installation in a few ‘steps’:
- Initial installation of the Postgres database
- Installation of all necessary scripts and libraries (such as TypeScript, Node.js, JavaScript, etc.)
- Installing a special “operating environment” from WeWeb
- Migration of the application’s database schema (via migration or another method)
- Migration of the front-end and workflow (file structure, scripts, etc.).
Perhaps there could be a special script (a step-by-step installation wizard or something similar) that would allow the web application to be installed quickly.
I realise I’m “asking for too much” and that the development environment needs to be hosted on WeWeb’s servers… but I haven’t yet seen a service like this for non-technical users; I think it would be a major advantage for WeWeb. In my opinion, if it’s possible to no-code develop a fully-fledged application and, on top of that, you’re offered the option to host it on your own server, then the hosting process should also be as ‘no-code’ as possible. In other words, maximum convenience for visual web developers who don’t have full programming skills.
I would be delighted if you could include this feature in your roadmap in the future.
P.S. I once tried to deploy a web application with a backend on a remote server using AI assistant (it wasn’t created using WeWeb), but I never managed to do it. What I need is a comprehensive, ready-to-use guide and/or a universal deployment system created by WeWeb professionals.