Below are some of the most commonly asked questions about Web Publishing in FlutterFlow.
Which certifications does FlutterFlow’s web server (which hosts our web application) have?
FlutterFlow web hosting runs on Google Compute Engine. More details on compliance and certification is available here: https://cloud.google.com/security/compliance
What are the system requirement to have a FlutterFlow web application code running on our own server? (E.g. NodeJS? PHP? Apache Web Server?)
The code exported from FlutterFlow is regular Flutter code. You can find out about compiling and hosting Flutter apps here https://docs.flutter.dev/deployment/web
In general, complied Flutter projects are static content which can be hosted on most web servers.