DEV Community

Discussion on: One open source project for admin panels, CRUD apps, & internal tools

 
mohanarpit profile image
Arpit Mohan

I'll try to answer each of your questions.

  1. We currently support Google, Github & form login. We are planning to add integrations to Okta, SAML & LDAP as well in the future. This is in the pipeline.

  2. For on-prem, it's free! 🎉 You can self-host the application by running a single installation script. Check out: docs.appsmith.com/quick-start#docker for details on self-hosting.

  3. Yes, you can absolutely build just the frontend while having full control of your backend code. You can integrate with any custom APIs that you already have. With DB integrations like Mongo/Postgresql, Appsmith doesn't really create any APIs. It allows you to run custom queries against the DB directly and use the results in the frontend app.

Thread Thread
 
sathishweb profile image
Sathish Ramani

Thank you!