Alternatives to Slate

Compare Slate alternatives for your business or organization using the curated list below. SourceForge ranks the best alternatives to Slate in 2026. Compare features, ratings, user reviews, pricing, and more from Slate competitors and alternatives in order to make an informed decision for your business.

  • 1
    BlockNote

    BlockNote

    BlockNote

    ​BlockNote is an open source, block-based rich text editor for React that offers a polished, Notion-style user experience with minimal setup. It comes with built-in UI components like menus and toolbars, which are fully customizable. It supports drag-and-drop functionality, allowing users to organize content into blocks that can be nested or rearranged. Developers can extend the editor with custom blocks, schemas, and plugins, benefiting from first-class TypeScript support for type safety and autocompletion. BlockNote enables real-time collaboration using Yjs, with support for providers like Liveblocks and PartyKit, allowing multiple users to edit documents simultaneously. It also supports theming, markdown, and HTML conversion, and can be used with vanilla JavaScript for non-React projects. Built on top of ProseMirror and TipTap, BlockNote simplifies the process of adding a rich text editor to applications, eliminating the need to build interface elements from scratch.
    Starting Price: $90 per month
  • 2
    Editor.js

    Editor.js

    Editor.js

    Next generation block styled editor. Meet the new editor, on our webpage you can see it in action. It is a block-styled editor, it returns clean data output in JSON, and it is designed to be extendable and pluggable with a simple API. Workspace in classic editors is made of a single contenteditable element, used to create different HTML markups. Editor.js workspace consists of separate Blocks: paragraphs, headings, images, lists, quotes, etc. Each of them is an independent contenteditable element (or more complex structure) provided by Plugin and united by Editor's Core. There are dozens of ready-to-use Blocks and the simple API for creation any Block you need. For example, you can implement Blocks for Tweets, Instagram posts, surveys and polls, CTA-buttons and even games. Classic WYSIWYG-editors produce raw HTML-markup with both content data and content appearance. On the contrary, Editor.js outputs JSON object with data of each Block.
  • 3
    TinyMCE

    TinyMCE

    Tiny Technologies

    TinyMCE gives you total control over rich text editing within any application. As a WYSIWYG component, it can be seamlessly integrated into your web app's existing tech stack – and can be fully customized via its 400+ APIs and 12+ framework integrations or used out-of-the-box as an enterprise-grade editor. TinyMCE paid plans include advanced features that are perfectly suited to enterprise-grade uses and even the most complex edge-cases. Three popular premium features: 1. AI Assistant: Generative AI = faster writing → Embed the power of AI inside your app with pre-written prompts 2. PowerPaste: 99.9% accurate copy-paste = less support tickets → Cleanly copy-paste from MSWord, GDocs, Excel, and other popular apps 3. Spell Checker Pro: Eliminate errors = consistent on-brand spelling → Check up to 13 languages (plus medical terms) and build custom dictionaries Available in the cloud and on-premise. Easily integrates with React, Angular, Vue, Bootstrap and others.
    Starting Price: $79/month
  • 4
    Tiptap

    Tiptap

    Tiptap

    ​Tiptap is a headless, open-source rich-text editor framework designed for developers building modern, collaborative applications. Built on ProseMirror, it offers a modular architecture with over 100 extensions, enabling the creation of custom editors tailored to specific user needs. Tiptap supports real-time collaboration through its open source backend, Hocuspocus, allowing multiple users to edit documents simultaneously with features like live cursors and offline editing. It also integrates AI capabilities, such as the content AI extension, which provides in-line text transformations and AI-driven suggestions to enhance content creation. Developers can further extend functionality with features like commenting systems, document management, and import/export options for formats like DOCX. Tiptap's UI components and React templates facilitate rapid development of editors resembling applications like Notion or Google Docs.
    Starting Price: $49 per month
  • 5
    ReactPage

    ReactPage

    ReactPage

    ReactPage is a next-level content editor for react. It enables webmasters and content editors to create the content they want with the components you provide as a developer. Powerful and customizable RichText Editor (powered by Slate), 12-column grid responsive grid layout, drag & drop cells, undo and redo, copy and hotkey support, as well as multi-language support. Add any custom components you like. ReactPage has a simple API, it's basically just like a form field and can be included in any project. Pass the current value that you might read from your datastore and update the value when onChange is called. ReactPage will only load what is really required for it to display. This results in a small and very light bundle size file. Anything can be displayed inside a cell of this editor! You can add text, images, videos and any custom component you want by creating custom CellPlugins.
  • 6
    Plate

    Plate

    Plate.js

    ​Plate is a rich-text editor framework for React, designed to simplify complex text editing needs. Built with Slate.js and TypeScript, it offers a highly customizable and extensible editing experience. Plate provides a wide range of plugin packages that enhance the behavior, hooks, serialization, normalization, and other features of the editor. These plugins are "headless," meaning they are unstyled by default, allowing developers to style them as needed. It includes state management with Zustand stores, custom hotkeys, API methods, and transforms accessible through editor.api and editor.transforms. Plate also offers unstyled and accessible components based on Radix UI, serving as the foundation for building high-quality design systems. For those seeking a visually appealing interface, Plate provides pre-built styled components based on shadcn/ui, which can be customized to create a unique, accessible, and visually pleasing user interface.
    Starting Price: Free
  • 7
    ProseMirror

    ProseMirror

    ProseMirror

    Rich content editors should, ideally, produce clean, semantically meaningful documents while still being easy for users to understand. ProseMirror tries to bridge the gap between editing explicit, unambiguous content like Markdown or XML, and classical WYSIWYG editors. It does this by implementing a WYSIWYG-style editing interface for documents more constrained and structured than plain HTML. You can customize the shape and structure of the documents your editor creates, and tailor them to your application's needs. ProseMirror has built-in, ground-up, rock solid support for collaborative editing, where multiple people work on the same document in real time. Document schemas allow editing documents with a custom structure without writing your own editor from scratch. A modular architecture makes sure you only load the code you need, and can replace parts of the system as needed. A plugin system allows you to easily enable additional functionality.
  • 8
    Trix

    Trix

    Trix

    Compose beautifully formatted text in your web application. Trix is an editor for writing messages, comments, articles, and lists, the simple documents most web apps are made of. It features a sophisticated document model, support for embedded attachments, and outputs terse and consistent HTML. Most WYSIWYG editors are wrappers around HTML’s contenteditable and execCommand APIs, designed by Microsoft to support live editing of web pages in Internet Explorer 5.5, and eventually reverse-engineered and copied by other browsers. Because these APIs were never fully specified or documented, and because WYSIWYG HTML editors are enormous in scope, each browser’s implementation has its own set of bugs and quirks, and JavaScript developers are left to resolve the inconsistencies. Trix sidesteps these inconsistencies by treating contenteditable as an I/O device: when input makes its way to the editor, Trix converts that input into an editing operation on its internal document model.
  • 9
    Quill

    Quill

    Quill.js

    Granular access to the editor's content, changes and events through a simple API. Works consistently and deterministically with JSON as both input and output. Supports all modern browsers on desktops, tablets and phones. Experience the same consistent behavior and produced HTML across platforms. Used in small projects and giant Fortune 500s alike. Start simple with the Quill core then easily customize or add your own extensions later if your product needs grow. The real magic of Quill comes in its flexibility and extensibility. You can get an idea of what is possible by playing around with the demos throughout this site or head straight to the Interactive Playground.
  • 10
    VisualEditor

    VisualEditor

    Editing team

    The VisualEditor project by the Editing team aims to create a reliable rich-text editor for MediaWiki. VisualEditor is available as a MediaWiki extension using the Parsoid project to supply HTML+RDFa; however, its core implementation can be run without any of MediaWiki, Parsoid, or Node.js. As of 2020, the visual editor is available to all users at MediaWiki.org and on almost all Wikipedias and Wikivoyages. On most other Wikimedia projects and languages, it is available as an opt-in Beta Feature to logged-in users. VisualEditor is only available in some namespaces, including the main namespace, but generally not in discussion or template namespaces. The decline in new contributor growth was viewed as the single most serious challenge facing the Wikimedia movement. VisualEditor was built with the goal of removing avoidable technical impediments associated with Wikimedia's editing interface, as a necessary pre-condition for increasing the number of Wikimedia contributors.
  • 11
    Froala

    Froala

    Froala

    Discover Froala, the beautiful JavaScript WYSIWYG editor that seamlessly integrates into your projects. Its intuitive smart toolbar packs over 100 features into four simple categories, offering both power and simplicity. With comprehensive documentation and over 30 out-of-the-box plugins, developers can quickly implement and customize Froala to suit any use case. Enjoy unlimited editor loads and users, self-hosting options, and regular updates supporting the latest LTS versions of React, Angular, and Vue. Froala transforms content creation, combining developer flexibility with a user-friendly interface that your audience will love.
    Starting Price: $899 per year
  • 12
    Draft.js

    Draft.js

    Draft.js

    We provide the building blocks to enable the creation of a broad variety of rich text composition experiences, from basic text styles to embedded media. Draft.js fits seamlessly into React applications, abstracting away the details of rendering, selection, and input behavior with a familiar declarative API. The Draft.js model is built with immutable-js, offering an API with functional state updates and aggressively leveraging data persistence for scalable memory usage. Draft.js is a framework for building rich text editors in React, powered by an immutable model and abstracting over cross-browser differences. Draft.js allows you to build any type of rich text input, whether you're only looking to support a few inline text styles or building a complex text editor for composing long-form articles. Draft.js is distributed via npm. It depends on React and React DOM which must also be installed.
  • 13
    Textbox.io

    Textbox.io

    Tiny Technologies

    Textbox.io's powerful editing tools and simple user interface let you create great looking HTML anywhere: on the desktop and on mobile. This demo shows the Textbox.io editor in its standard configuration, with its core HTML editing capabilities enabled. These include text formatting, tables, hyperlinks, and lists. Textbox.io is the first WYSIWYG HTML editor designed for desktop and mobile devices. Its revolutionary app-like mobile UI delivers an optimized UI for tablet and handset users. Easily add and upload images using the device camera or gallery, use text-to-speech to enter content and enjoy effortless rich text editing from anywhere. The best editor available, tightly integrated with IBM products. Built-in image handling & storage. File drag & drop, spell check & autocorrect, clean copy-paste from Microsoft Word, and cross-browser support. Create content more effectively in blogs, wikis, profiles and more.
  • 14
    Squire

    Squire

    Squire

    Squire is an HTML5 rich text editor, which provides powerful cross-browser normalisation, whilst being supremely lightweight and flexible. It is built for the present and the future, and as such does not support truly ancient browsers. It should work fine back to around Opera 10, Firefox 3.5, Safari 4, Chrome 9 and IE8. Unlike other HTML5 rich text editors, Squire was written as a component for writing documents (emails, essays, etc.), not doing wysiwyg websites. If you are looking for support for inserting form controls or flash components or the like, you'll need to look elsewhere. However for many purposes, Squire may be just what you need, providing the power without the bloat.
  • 15
    Easy Editor

    Easy Editor

    Easy Editor

    A rich text HTML/WYSIWYG editor. You can change the entire look and feel with a simple click. You can add buttons and events and use them to do anything. EasyEditor is completely free and open-source for both educational and commercial purposes. You can check all the examples on our site. You can read the documentation and follow the steps provided so you know everything you need. You can overwrite default button settings.
  • 16
    wysihtml

    wysihtml

    wysihtml

    wysihtml is an extended and less strict approach on xing/wysihtml5 open source rich text editor. The code is library agnostic and has all dependencies bundled, no jQuery, Prototype or similar is required. The currently bundled dependencies are rangy.js (including textrange and selectionsaverestore modules) and base.js. This project is supported by Voog. It’s an open source, community developed wysiwyg html rich text editor. Any web developer can grab it and use it in her projects. Fast and lightweight, auto-linking of urls as-you-type, valid, semantic HTML5 (even when pasting from Word), no iframes required, no jQuery required, and it's modular, so you can add your own tools. Object namespace is now wysihtyml (was previously wysihtml5). This change includes all classnames and event names. The default toolbar is separated to independent module (wysihtml.toolbar.js) and must be added separately if used.
  • 17
    CKEditor 5

    CKEditor 5

    CKSource

    CKEditor 5 is a modern WYSIWYG rich text editor that can easily accommodate the requirements of businesses and users in the age of digital transformation. It allows software creators and developers to build powerful writing solutions for applications of all sorts, within hours. Thanks to a fully customizable framework, ready-to-use builds, native integrations, extensive documentation, and reliable customer support, the editor can be fully tailored to your needs. To provide users with an all-around streamlined and collaborative writing experience, you can additionally include advanced features such as Track Changes and Comments, Revision History, and (if preferred) Real-time Collaboration! Easy Export to PDF and Word, responsive images, pagination, Markdown input and output support, and robust paste from Word and Google Docs are also popular choices.
  • 18
    Sir Trevor

    Sir Trevor

    Sir Trevor

    Sir Trevor is rich content editing entirely re-imagined for the web, an intuitive editor for web content which does not presuppose anything about how it will be rendered. Stored in structured JSON with limited inline HTML markup. Trivial to extend and create your own block types. Intuitive interface for creating rich content. Used on a national broadcast news site serving millions of users. Sir trevor content is made up of blocks. By default Sir Trevor ships with a lot of block types, but you can easily add your own. There are more blocks available in the dedicated blocks repository or it's incredibly easy to write your own. ECMAScript 6 shims are bundled in by default; if the platform you wish to run on doesn't support ECMAScript 5 APIs you'll need to shim those yourself. Sir Trevor uses The Guardian's scribe for rich text editing. Supported by Chrome 51+, Safari 9+, Firefox 47+.
  • 19
    Slate Desktop

    Slate Desktop

    Slate Desktop

    Slate Desktop™ is better machine translation for translators. It's an application suite that adds a machine translation provider to your personal computer. The provider runs in the background delivering machine translations to computer-assisted translation tools like memoQ, Trados Studio and others that also run on your PC. You import your translation memories into Slate Desktop™ and it does the rest. It uses mature machine learning to study your translation memories for hours and finds your translation knowledge and style. It saves what it learned in a translation model that’s fully adapted to you from the contents of your translation memories. Your Slate Desktop™ model appears in your CAT tool’s machine translation resources. Working in your CAT tool, Slate Desktop™ uses artificial intelligence to render machine translation suggestions with the terminology, knowledge and style it learned from your translation memories.
    Starting Price: $169 one-time payment
  • 20
    Blank Slate

    Blank Slate

    Blank State

    Blank Slate offers an unprecedented ability to understand and examine knowledge levels across your organization. This up-to-the-minute approach enables you to see who knows what in real-time and respond accordingly. This highly actionable information empowers leadership like never before, delivering the highest-quality information in real-time for improved decision-making. What if you could use that deep, real-time understanding to predict tomorrow? Built around an advanced probabilistic approach, Blank Slate’s predictive analytics enable leadership to understand where tomorrow’s pain points will be, and head them off ahead of time. Better still, our predictions get better and better over time. Blank Slate keeps critical information front of mind to help people avoid costly mistakes. Our True Knowledge Analytics™ platform allows organizational leaders to continuously see who knows what in real-time.
    Starting Price: $9.99/month/user
  • 21
    SunEditor

    SunEditor

    SunEditor

    Pure javascript based WYSIWYG html editor, with no dependencies. Suneditor is a lightweight, flexible, customizable WYSIWYG text editor for your web applications.
  • 22
    SlateSafety

    SlateSafety

    SlateSafety

    At SlateSafety our vision is to create systems that usher in a new era of connected worker safety that empowers leaders to take safety into their own hands. We are proud to work with the leaders in the safety industry who share a common mission, to eliminate preventable injuries and deaths. These partners chose SlateSafety because they trust our products and know our commitment to safety. The SlateSafety BioTrac Band withstands the toughest environments to provide 24/7 connected worker safety monitoring with minimal setup time. The platform maintains connectivity across large buildings and worksites. There is no better monitoring system to protect your team. The SlateSafety BioTrac Platform acts as an early-warning system for heat strain and overexertion that can be used to prevent injuries. Keep your teams connected and protected with our easy to deploy a solution that provides real-time connected worker safety.
  • 23
    airSlate Academy
    Build your career in automation with the airSlate Academy. Advance your professional skills with free certification programs that cover a range of topics. From basic courses covering business and document processes to expert certifications in automation deployment. Find the course that fits your professional interest and reach new heights in the digital era. There's no hurry, complete any course at your own pace. Businesses benefit from airSlate on every level of process-automation. airSlate provides an array of necessary tools for optimizing the way a business operates. We created this course to share hands-on experience for using our end-to-end solution. airSlate has already proven useful in automating routine processes and eliminating paper-based tasks. This course will walk you through the basic steps of setting up task automation along with the different types of Bot automation technology designed.
  • 24
    Virtual Slate

    Virtual Slate

    Lingel Learning

    Are you looking to host online courses? Whether your business is big or small, Virtual Slate can help. Backed by a certified Moodle Partner (Lingel Learning), Virtual Slate is a name you can trust. Virtual Slate gives you all the tools you need to succeed in offering online courses. From hosting to custom course branding – It takes care of everything, making your users’ experience not just educational, but exciting. Virtual Slate also includes other features such as: -My Learning Dashboard -Quicklink Tiles -Learning Pathways -Team Management -Event Management -Custom Certificates -Course Catalogue -Course Ratings -CPD Dashboard More features include Advanced Reporting to Advanced Enrolment and Email Notifications. Unique access codes for your students, web conferencing, course pre-requisites, course formats and a highly customisable dashboard - you are all set to give your learners a state of the art program and guide them to success.
    Starting Price: $2189/annum
  • 25
    Summernote

    Summernote

    Summernote

    Super simple WYSIWYG editor on Bootstrap. Easy to install, simply download and attach your js, css with bootstrap. Customize by Initializing various options and modules. See all useful features of summernote in action. Summernote is licensed under MIT and maintained by the community. Integrate it with any back-end. 3rd parties available in django, rails, angular. Supports Bootstrap 3.x.x to 4.x.x, it is very lightweight (js+css: 100Kb), provides smart user interaction, works in all major browsers, like Safari, Chrome, Firefox, Opera, Edge and Internet Explorer 9+. It also works in all major operating systems, such as Windows, MacOS, Linux. The fastest way to get Summernote is to download the precompiled and minified versions of our CSS and JavaScript. Bootstrap uses certain HTML elements and CSS properties which require HTML5 doctype.
  • 26
    Technolutions Slate

    Technolutions Slate

    Technolutions

    Slate is a comprehensive platform for admissions and enrollment management, student success, and alumni/advancement. Designed and developed exclusively for higher education, Slate by Technolutions is the only solution that can handle the breadth and depth of the modern student and donor lifecycle. It provides a single, unified interface to CRM, outreach and communications, travel management, online applications, online reading, student success and retention, and alumni and donor engagement.
  • 27
    Full Slate

    Full Slate

    Full Slate

    Full Slate is the easiest way to fill your appointment book and take the stress out of scheduling. While you focus on providing great service, Full Slate works in the background to fill up your schedule. Full Slate helps you book more business by accepting appointments where your clients and prospects already are: online – including your website or free booking page, Facebook and email. With an online scheduler, you can turn visitors into customers even when you can't answer the phone. No more phone tag, and your clients will love the convenience of online booking. Square creates tools that help you start, run, and grow your business. With transparent pricing, analytics, PCI compliance, end-to-end security, software, online tools, and hardware for on-the-go and countertop sales, Square has everything you need to run your business from one place.
    Starting Price: $29.95 per month
  • 28
    Slate

    Slate

    Slate

    The ultimate social media content creation hub for your brand. Our creation platform unlocks the full potential of your brand to streamline the way you produce social media content across your entire organization. Create your brand assets in the Slate creation studio on the web or mobile. Share content directly to any social network. The Slate creation studio gives social marketing teams the ability to seamlessly create, edit, design, and optimize video, image, and graphic content, and then post to any social platform, using only your brand’s own custom, pre-approved brand assets. Slate is built for the way enterprise brands collaborate and produce social media content. Your creative department has full control and flexibility over all types of creative assets within the platform to ensure content creators across your entire organization can easily stay on brand and create high-performing social content.
    Starting Price: Free
  • 29
    airSlate SignNow
    SignNow from airSlate is an electronic signature that enables business to be conducted anywhere, anytime and on any device. SignNow offers the best ROI for SBM and mid-market thanks to its intuitive UI, transparent pricing, flexible configuration and the ease of API integrations. Sign documents online, generate agreements, negotiate contracts, and accept payments with legally-binding eSignatures. airSlate SignNow’s intuitive interface allows newcomers to create an account, upload, eSign, and send their first document for signing in minutes — no training or downloads required. Break free from predatory pricing plans with hidden costs at renewal. With airSlate SignNow, you only pay for what you use, without overcharges for extra sends or templates. Close deals faster in person or remotely, improve team collaboration, and get complete visibility into the document signing process using advanced functionality tailored to your needs.
    Starting Price: $8 per user per month
  • 30
    Lexical

    Lexical

    Lexical

    Lexical is comprised of editor instances that each attach to a single content editable element. A set of editor states represent the current and pending states of the editor at any given time. Lexical is designed for everyone. It follows best practices established in WCAG and is compatible with screen readers and other assistive technologies. Lexical is minimal. It doesn't directly concern itself with UI components, toolbars or rich-text features and markdown. The logic for these features can be included via a plugin interface. It's super easy to get started with Lexical in any environment. Lexical is framework agnostic, but provides a set of bindings for React to help you get off the ground even quicker. After the initial setup, delightfully ergonomic APIs make building custom functionality straightforward and downright fun!
    Starting Price: Free
  • 31
    Electrik

    Electrik

    Electrik

    Electrik is a free and open source Laravel starter kit that provides all the essential tools you need to start building a SaaS product. It is built on top of popular frameworks and libraries such as Laravel, Livewire, TailwindCSS, and Alpine.js, allowing you to accelerate critical development time. Electrik offers features like subscription billing management via Stripe, team management, roles and permissions, zero-configuration installation, built-in support for dark mode, and components for notifications, toasts, alerts, and models. Designed by developers for developers, Electrik ensures that no features are locked behind a paywall, embodying the true spirit of open source. Slate is a sleek and modern Laravel Blade UI kit that helps you quickly build beautiful and functional user interfaces. With a collection of pre-designed UI components, Slate makes it easy to enhance the look and feel of your web application.
    Starting Price: $14.99 per month
  • 32
    Clear Slate

    Clear Slate

    Clear Slate

    Clear Slate is a simple ticketing and help desk platform that turns email (and optionally SMS) into structured support tickets with AI-assisted workflows so teams can capture, manage, categorize, and respond to customer inquiries more efficiently; it creates tickets automatically from your inbox in just a couple of clicks or via a dedicated support address, offers AI-powered response suggestions based on your knowledge base that you can customize and approve before sending, and provides analytics, custom categories, workflows, and collaboration tools as your needs grow. It integrates seamlessly with Gmail, uses secure authentication, encrypts customer data, lets you build and reuse response templates and automated ticket rules, prioritizes messages, and supports APIs for further automation. Overall, Clear Slate helps teams centralize support communications, reduce manual ticket creation and repetitive replies, apply intelligence to prioritize and categorize requests.
    Starting Price: $29.17 per month
  • 33
    airSlate WorkFlow
    airSlate WorkFlow is the first and only holistic no-code business automation platform. airSlate WorkFlow combines e-signing, no-code robotic process automation, contract negotiation, document generation and web forms into a single, business automation platform. Configure and automate any business process and integrate it into any system of record without writing a single line of code. Start any process with a single click directly from your system of record. Automatically pre-fill and extract data, route documents based on real-time updates, and archive them once completed. Get started in minutes with tens of thousands of pre-built workflows and document templates for any department and industry use case. A single holistic platform ‒ no need to integrate multiple services or platforms. No‑code configuration and deployment decreases time to value by 10x.
    Starting Price: $19 per month
  • 34
    Engage VE

    Engage VE

    Pulse Studio

    Robust and fully customizable, the Engage Center is the solution to the struggles of developing captivating virtual events. This virtual venue is a blank slate, scalable to events of any size and ready to support the unique needs of your project. This imaginative format delivers your content in fun and interactive ways, with chat and video networking lounges, social media engagement, stunning main theaters, cozy breakout rooms, engaging gamification with leaderboards. This platform is a fully immersive, 3D virtual environment that will leave your attendees wanting more!
  • 35
    Showrunner

    Showrunner

    Showrunner

    Introducing the first slate the first-ever AI TV shows created by filmmakers and content creators, using showrunner technology. Ushering in a new era of entertainment and storytelling, these groundbreaking shows promise to captivate, move, and inspire. We are excited to announce our private early access alpha program for Showrunners. This is an opportunity to get an exclusive look at our cutting-edge AI platform to help create the next generation of AI shows. Apply now to skip the queue and tell us a bit about yourself. Create episodes of TV shows with a prompt, and it will write, animate, direct, voice, and edit for you.
  • 36
    enrolmart

    enrolmart

    enrolmart

    Seamlessly integrates with your Moodle LMS so users can purchase products, courses, webinars and face to face sessions. enrolmart is your own branded website that connects to your Moodle LMS through Single-Sign-On (SSO). Bring all or some of your courses from the LMS into enrolmart with a single click. Sell physical goods that you ship to customers. Add the cost of shipping to your product. Sell online web conferences (webinars) that you run through the LMS. Allow users to purchase individual sessions, classroom or face to face. enrolmart can be your own website, you can create webpages, blogs, course pages etc. to truly advertise and promote your courses to prospective customers. enrolmart is more than a plugin or course catalogue, it can even replace your public facing website. enrolmart seamlessly integrates with Moodle, VirtualSlate, Mailchimp, Stripe and other external services.
    Starting Price: $149 per month
  • 37
    Mercury Editor

    Mercury Editor

    Mercury Editor

    Mercury is a full featured HTML5 editor. It was built from the ground up to help your team get the most out of content editing in modern browsers. Mercury comes bundled as a Rails Engine, so just include it in your Gemfile. Or download the current bundled package if you're not using Rails. We don't inject javascript or css into your production pages so you're free to use whatever frameworks you want without having to worry about conflicts. Easily add or remove toolbar items or create entirely new tools. Any toolbar item can be tied to an action using behaviors and the command pattern. Full HTML, Simple, Markdown, Snippet and Image regions are supported by default, but you can just extend the base regions to build your own types. Built on top of the HTML5 contentEditable features, it natively supports the all the fancy new HTML5 elements, syntax, and JavaScript APIs.
  • 38
    QwQ-Max-Preview
    QwQ-Max-Preview is an advanced AI model built on the Qwen2.5-Max architecture, designed to excel in deep reasoning, mathematical problem-solving, coding, and agent-related tasks. This preview version offers a sneak peek at its capabilities, which include improved performance in a wide range of general-domain tasks and the ability to handle complex workflows. QwQ-Max-Preview is slated for an official open-source release under the Apache 2.0 license, offering further advancements and refinements in its full version. It also paves the way for a more accessible AI ecosystem, with the upcoming launch of the Qwen Chat app and smaller variants of the model like QwQ-32B, aimed at developers seeking local deployment options.
    Starting Price: Free
  • 39
    Backlight Live Studio
    Backlight Live Studio is a cloud-based control room designed to streamline the scheduling, creation, and monetization of live events across multiple platforms. It enables the production of live pop-up channels from any source, integration with third-party graphics and user engagement tools, and distribution to destinations such as social media platforms, owned-and-operated apps, and media partners. The platform offers a rich production toolset, including zero-latency, frame-accurate switching between feeds, the ability to mix multiple sources, add scenes with picture-in-picture and two-box layouts, and control audio independently from video feeds. Users can enhance streams with dynamic graphics overlays and distribute content simultaneously to various digital destinations to maximize reach. Monetization features include the integration of sponsored slates and graphics, promotional content infusion, and dynamic ad insertion with SCTE-35 for targeted advertising.
  • 40
    bubbleFiz
    bubbleFiz allows team communication and collaboration to get more work done and share information quickly, for large enterprises, small businesses, clubs and personal use. Free-flowing discussion can suffer from noise and a lack of purpose. bubbleFiz provides the smarts to combine chatter and structured information to ensure focus and clarity. Whether a shared task list, note, activity or key information. bubbleFiz allows you to tailor to your team’s exact needs. No need to start from a blank slate, benefit from best practices, and similar team experiences. bubbleFiz bundles give you a head start reducing time and effort from weeks to days.
    Starting Price: $3 per user per month
  • 41
    Trumbowyg

    Trumbowyg

    Trumbowyg

    Light, translatable and customizable jQuery plugin. Beautiful design, generates semantic code, comes with a powerful API. Editor and generated code are optimized for HTML5 support. Compatible with all recents browsers like IE9+, Chrome, Opera and Firefox. All existing WYSIWYG editors are larger than 45kB. Trumbowyg is only 20kB which means faster page loading. No useless features, just the necessary ones to generate clean, semantic code. Options and design are entirely configurable to suit your needs. However, the default design is compatible with Retina display and optimized for a great and simple user experience. You can create your own plugins for Trumbowyg and propose them via pull requests on the Github repository. You can create your own package for Trumbowyg or use a ready for use. This is the full list of known packages for Trumbowyg. Trumbowyg is an MIT-licensed open source project and completely free to use.
  • 42
    KudosLink.com

    KudosLink.com

    KudosLink.com

    KudosLink lets you pin personalized text, memes and gifs to a board. Just create a link and share it — your team’s good vibes will do the rest. It’s crazy quick and easy, just a few clicks. This is a fun tool for spreading positivity. No place for an annoying onboarding process. That feeling when you and your peeps start flooding the board with inside jokes, weird memes, plans, memories nothing like it. People want to celebrate company culture in fun ways, but it can feel tricky to find the right place for it. KudosLink is that place. Rather than a blank slate, KudosLink is a refreshing space that inspires creativity — from design to content and playful extras. Chocolate’s cool, but a bunch of colleagues sharing inside jokes to make someone smile is way cooler. Emotional value is priceless.
    Starting Price: $49 per month
  • 43
    JobSync

    JobSync

    JobSync

    Employers no longer need to have candidates click-off job sites like Indeed and Facebook to provide a complete application directly into their ATS. With JobSync employers reduce CPA and reduce time to hire by keeping candidates on the jobsite. Get applications out of email and into your ATS. JobSync enables a complete application, including custom and EEO compliance questions, to be captured on job sites like Indeed and ZipRecruiter and social sites like Facebook then delivers the complete application directly into the ATS candidate workflow. Save time while providing a better candidate experience. Syncing application data from the jobsite to the ATS with JobSync saves over 10 hours of recruiter time a week. Get to a quality slate of candidates faster with JobSync. We connect the HR tech ecosystem. JobSync builds the data connections needed between an employer’s ATS and various tools in their HR tech stack.
  • 44
    Flipcause

    Flipcause

    Flipcause

    Flipcause is the best online fundraising platform for small nonprofits. With a built-in donor database, mobile app, and payment processing, Flipcause is the only tool you need to manage and accept donations, registrations, volunteers, sponsors, and peer-to-peer and crowdfunding campaigns - all from a single cloud-based dashboard. Along with industry-low pricing, every subscription plan comes with Unlimited Human Support and free Concierge Services. No overwhelming blank slate and not knowing where to start. The first thing we do is get on a call to discuss your goals. Whatever forms, pages, events, or merchandise you need to get set up–whatever you want to accomplish–we’ll set it all up for you.
    Starting Price: $125 per month
  • 45
    Jodit

    Jodit

    Jodit

    Excellent Open Source WYSIWYG editor written in pure TypeScript without using additional libraries. Easy to use, but powerful & additional plugins & extended support & based on opens source version.
    Starting Price: $99 one-time payment
  • 46
    FINFROCK

    FINFROCK

    FINFROCK

    At FINFROCK, we start every project with a clean slate. Our architects and engineers work with you as a team from the onset, using your functional, aesthetic and economic requirements to develop concepts that work. This allows you to receive an early, guaranteed price and schedule for your project. Through a combination of our in-house design, manufacturing experience, construction knowledge, and an outstanding database of cost information, FINFROCK can develop accurate, below market pricing for your building, even with minimally developed plans. Our vertically-integrated project delivery system saves you time and allows us to deliver a building as a complete, finished product – not just a series of services. At FINFROCK, we create precast concrete structural solutions that provide owners the building they want.
  • 47
    HowToo

    HowToo

    HowToo

    Unlock your organization's know-how. Go from blank slate to a beautiful learning experience in minutes. Turn company know-how into a world class learning experience. With our ready-to-go templates and huge media library at your fingertips, it is easy for anyone to create beautiful learning in just minutes. Simply copy and paste your content into our huge library of templates. Add quizzes and assessment blocks with a click of a button and launch in just minutes. Not only are we the easiest to use learning studio, we're also the first to meet the WCAG AA 2.1 standard. With the powerful insights of data, research and analytics we have created a tool that allows you to build incredible learning experiences for success.
    Starting Price: $95 per user per month
  • 48
    NewPic

    NewPic

    NewPic

    NewPic is an AI-powered photo editor designed for content creators and social media users, delivering pro-quality edits with minimal effort. You upload an image (JPEG, PNG, HEIC, RAW, up to 10 MB), choose from curated editing options (such as Smart Backgrounds, Text Magic, Time Machine, Style Master, Clean Slate, and Object Eraser), and receive a transformed result in seconds, all with a one-click workflow and no need to master complex software. The service emphasizes fast performance (average edit times under a minute), pay-per-use pricing (no subscriptions), and strong privacy guarantees: images are processed securely and deleted immediately after editing. Accessible from any browser or device (desktop, tablet, mobile), NewPic claims to apply intelligent adjustments informed by photography principles to enhance images rather than distort them. Its features cover background replacement, removing unwanted elements, restoring older photos, styling, and modifying text in images.
    Starting Price: $4.90 one-time payment
  • 49
    Article Editor
    Article JS is a powerful text editor for creating rich content. It can work with grids, cards, templates, and other components of a website. A serious tool for serious work on the creation and editing of complex content. Article Editor is a JavaScript application for creating text and rich content, that can be integrated into your project. Can be integrated into a CMS, digital media, site builders, or other content projects. Manipulate blocks of content to create really rich content for the modern web. One of the incredible features of Article is the use of ready-made templates. Click on the template button and here it is, the editable template is already in the editor. Speed up your work with snippets. All that you need is to simply choose a snippet and the ready-made block with any code is immediately inserted into the content. Drag and drop directly into the content, multiple uploads, insert by URL, and choose preloaded images.
    Starting Price: $299 one-time payment
  • 50
    PDF Writer

    PDF Writer

    PDF Writer

    With PDF Writer you can generate professional PDF documents from any application that has a print function. If you need to create a PDF from a paper document, PDF Writer can connect to your scanner, allowing you to scan your documents straight to PDF. Of course, you can also use PDF Writer as a blank slate, and build your own PDF document directly within the software. PDF Writer's full suite of annotation tools let's you markup and interact with any PDF document. With the typewriter tool, you can add text to forms that do not have fillable fields in place. With the signature tool you can quickly create and save signatures and add them to any document that requires one. If you'd like to separate a single page from a PDF, such as a signing page, the extract tool makes that easy.
    Starting Price: $29.95 one-time payment