|
|
|
|
|
by js4ever
2072 days ago
|
|
Check this: https://appdrag.com
There is a pagebuilder producing real code that you can export and also a cloud sql db and API builder also producing real code (node.js) that you can modify and/or export and run on your own. Static files are stored in S3 and served by cloudfront. API endpoints are served by AWS Lambda, so it's quite fast and scalable. It's also supporting advanced features like SSR and translations. It's a low code solution, easy to use for non coders, and full access to source and advanced backend features for devs. Disclaimer: I am the CTO ;) Documentation: https://support.appdrag.com/ |
|