You're almost there! 🎉
Your 30-day trial is active
Time to add some serious editing power to your app.
Email address not available, please fill the download form again.
Ready to integrate?
Add your license key and choose your stack. You’ll have a working rich text editor in under 5 minutes.
⚡ Quick Start (HTML)
1 Find the initialization code
In
froala_editor_4.6.0/HTML/Popular/full.html <script> (function () { new FroalaEditor("#edit") })(); </script>
2 Add your license key
Replace with your actual key and you’re done!
<script> (function () { new FroalaEditor("#edit", { key: "YOUR_LICENSE_KEY" }) })(); </script>
- That's it! Open the HTML file in your browser to see it working.
Using a JavaScript framework or backend?
We’ve got you covered with official integrations and detailed setup guides.
What's next?
Explore the examples
Check out the demos in your download to see all the features in action.
Customize your setup
Configure toolbars, themes, and plugins to match your app's needs.
Deploy with confidence
Your trial includes full production features. Go live when you're ready!
Need help getting started?
Our team is here to help you succeed.
Documentation
Complete API reference and integration guides
Email Support
Get help from our technical team
GitHub
Examples, issues, and community discussions