Can platformOS be used to build a complex Application?
Yes, platformOS hosts all types of applications, but we excel in complex web applications. You can build simple landing pages, through advanced many-to-many eCommerce / Community / Service marketplaces for government and banking, up to advanced SaaS products.
What is the difference in the size of the team working on a platformOS Application compared to custom development of the same application?
Since platformOS provides automated DevOps out of the box, you do not need as many senior backend developers as in the typical team, because the infrastructure is already configured and accessible via GraphQL.Most importantly, you require absolutely zero expensive DevOps engineers.
Can platformOS be used for Single Page Applications (SPA)?
Yes, platformOS provides all the necessary tools to build SPA. On platformOS you can use any frontend framework you like, like React, Angular, Vue, etc., and leverage GraphQL to build and run your backend API.
Can platformOS be used for mobile app development?
Yes, on platformOS you can build backend API that will be consumed by any client - browser, mobile applications. To allow you to build a great and secure experience for your customers, we support service workers, WebSockets, JWT, OAuth.
Can platformOS integrate with our existing systems?
Yes, the power of platformOS is its flexibility. We achieved it by allowing you to send Api Calls over HTTP(s) using GraphQL. You have full control of the request’s payload and headers. Most importantly, you can process the response and implement the logic depending on the result - which might be saving something to the database, triggering another Api Call etc.
What technologies do platformOS support?
For the FrontEnd, you can use any technology you like - you own the build process of the assets, so you can use any preprocessors and postprocessors for CSS and JS, any framework like React, Angular, Vue, etc..
For the server side, we have implemented GraphQL queries and mutations that allow you to integrate with every infrastructure component. As a server-side glue code for full flexibility, you can leverage Liquid