Use the snippets below to see TinyMCE in action then get a free API key to test our premium features.
Add an always-updated rich text editor to your project using Tiny Cloud and its Amazon CloudFront-powered content delivery network. Tiny Cloud currently serves more than 5000 applications and 20 million hits per day, with 99.99% uptime*.
<!DOCTYPE html>
<html>
<head>
<script src="https://cloud.tinymce.com/5/tinymce.min.js"></script>
<script>tinymce.init({ selector:'textarea' });</script>
</head>
<body>
<textarea>Next, use our Get Started docs to setup Tiny!</textarea>
</body>
</html>