Alternatives to Simditor

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

  • 1
    pell

    pell

    pell

    pell the simplest and smallest WYSIWYG text editor for web, with no dependencies. Easily customizable with the sass file (pell.scss) or overwrite the CSS. Its build in pure JavaScript, no dependencies and its written in ES6.
  • 2
    woofmark

    woofmark

    woofmark

    A modular, progressive, and beautiful Markdown and HTML editor. Markdown lets you produce rich HTML-formatted text by writing plain text. You can write code, text in italics or give them a “bolder” format. You can create headings by prefixing them with one or more hash characters (#). The less hashes they have, the more prominent your headings become. Creating links is merely a matter of wrapping some text in brackets and referencing a resource locator, like the ones you’ll find at the bottom of this text. Images can be embedded just the same, except you’ll have to prefix the wrapped text with an exclamation mark. The buttons provided look kind of rough, but that's on purpose, it's up to you to style them and the API helps you do that. Small and focused, progressive, enhance a raw textarea. Markdown, HTML, and WYSIWYG input modes. Text selection persists even across input modes! Built in undo and redo. Entirely customizable styles.
  • 3
    MathEditor

    MathEditor

    SCD Company

    MathEditor is a convenient, accessible, mobile-friendly WYSIWYG editor, developed by SCD Company. The editor is designed to semantically process mathematical formulas and recognize their meaning. It's integrated with several server-side components that offer additional features, such as symbolic formula manipulation, graph plotting, and numeric calculations. MathEditor is also accessible to persons with visual disabilities, making it easy to use for everyone. The editor is API driven and extensible. Here are some unique features it contains: ➖ Understanding the semantics for math formulas! ➖ Error Checking and a Smart Assistant! ➖ Advanced accessibility for persons with visual disabilities! MathEditor, unlike other editors, translates math formulas into a computer understandable format, thus every program it’s integrated into acquires the ability to provide contextually intelligent feedback in real-time similar to a human teacher.
  • 4
    QuickDiff

    QuickDiff

    QuickDiff

    QuickDiff is a wrapper around the popular diff tool on Linux, designed to make viewing the changes between 2 blocks of texts more easy. This allows you to see the difference in text, lists, mails, and config files. It will graphically show you the differences between the 2 textareas by highlighting those areas that have changed. You can then generate a unique URL to share the results with anyone.
  • 5
    nCMS

    nCMS

    Softmotions

    Developers can create their own Java projects based on ηCMS core framework. ηCMS provides the ability to edit any part of hosted web site including stylesheets and javascript code. Embedded SCSS compiler provides you with instant processing of edited .scss files to the resulting website CSS. Developer can edit and process js scripts with awesome closure compiler directly in ηCMS UI. When logged in as editor you can easy edit page's text with visual editor tools directly within the original page view. You can just type or paste copied text, change styles of headers, paragraphs and single character, make numbered/bulleted lists etc. System will instantly save all your changes to the database. ηCMS has smart mechanism of traffic routing – you can write as complicated rules as you want and split with them all traffic to any numbers of streams. You can set A/B (or A/B/C/D or more) testing inside one page and make it show different content for different user groups.
    Starting Price: Free
  • 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
    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.
  • 8
    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.
  • 9
    MediumEditor

    MediumEditor

    MediumEditor

    The dead simple inline editor toolbar. Choose between Mani, Roman, Flat, Bootstrap, Tim & Beagle themes. There are some great wrappers out there to help integrate MediumEditor into existing frameworks and tech stacks. Dynamically add one or more elements to an already initialized instance of MediumEditor. Add the given element or array of elements to the editor elements. Ensure the element(s) are initialized with the proper attributes and event handlers as if the element had been passed during instantiation of the editor. If the toolbar is enabled, manually forces the toolbar to update based on the user's current selection. This includes hiding/showing the toolbar, positioning the toolbar, and updating the enabled/disable state of the toolbar buttons. You can reset the content of all editor elements to their value at the time they were added to the editor. If a specific editor element is provided, only the content of that element will be reset.
  • 10
    parsel

    parsel

    Python Software Foundation

    Parsel is a BSD-licensed Python library to extract and remove data from HTML and XML using XPath and CSS selectors, optionally combined with regular expressions. Create a selector object for the HTML or XML text that you want to parse. Then use CSS or XPath expressions to select elements. CSS is a language for applying styles to HTML documents. It defines selectors to associate those styles with specific HTML elements. XPath is a language for selecting nodes in XML documents, which can also be used with HTML. You can use either CSS or XPath. CSS is usually more readable, but some things can only be done with XPath. Being built atop lxml, parsel selectors support some EXSLT extensions and come with pre-registered namespaces to use in XPath expressions. Parsel selectors allow you to chain selectors, so most of the time you can just select by class using CSS and then switch to XPath when needed.
    Starting Price: Free
  • 11
    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.
  • 12
    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
  • 13
    SmartFormer Gold
    SmartFormer Gold is an advanced visual form builder for Magento 2. It allows creating custom multi-page forms of any complexity within minutes. Collect and manage submissions in the Backend, export the data to CSV or PDF, create quote forms, surveys, contact forms. Let customers sign forms before submitting using the Digital Signature and more. Inputbox, Dropdown, Checkboxes, Radio Buttons, Multi-Listbox, Textarea, Div/Span, Image, Link, Different Buttons, File Upload, Captcha. Set who can access the form - guests, registered users, or specific groups of users. Additional developer tools: Integrated PHP/JS/HTML/CSS Editors. Allows inserting custom PHP or JavaScript code into form, or customize CSS styles. Email Templates. You can create unlimited number of email templates and send them to different parties upon the form submission. Database Designer. Will allow you to create a separate database table for your form and link fields.
    Starting Price: $299.00/one-time/user
  • 14
    HTML-NOTEPAD

    HTML-NOTEPAD

    HTML-NOTEPAD

    It is a WYSIWYG editor of structured documents, texts that have hierarchical and semantically meaningful structure, headers, lists, plaintext islands, tables and so on. HTML-NOTEPAD is not a “web page editor”. Don’t even expect to create “cool web pages” with it. With modern CSS, WYSIWYG Web design is simply impossible. Web pages are crafted manually by editing CSS, that is by nature of CSS. But still, HTML-NOTEPAD can be useful for Web designers too, for the cases when we need to create textual (yet structural) content of our pages. HTML-NOTEPAD uses Sciter Engine for its UI. That means it is small, fast, does not have external dependencies and works on all major desktop operating systems, Windows (from XP to 10), Mac OS, and Linux. WYSIWYG editing has limitations, some operations are significantly more convenient to do in source code representation. That’s why HTML-NOTEPAD supports “pass-through selection”.
  • 15
    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.
  • 16
    Manipulist

    Manipulist

    Engiweb

    Manipulist by Engiweb Ltd extracts and transform text the way you need it. Load input text. choose tools, transform text and export it. This can be done by typing or pasting text on the textarea, or by uploading a file. If a tool requires no input, the text will be transformed directly. If a tool requires input, the sidebar will display all required input fields. Fill the input fields and press the Apply button to transform the text. A popup will appear where you can set the export file name. Click on one of the buttons under the file name input, to export in the desired format. The Basic free version of Manipulist has limited features but unlimited output lines as the PRO version.
    Starting Price: $3.99 per user per month
  • 17
    Dillo

    Dillo

    Dillo

    Dillo follows an evolving software model where each new version should be better than the previous one; there's no place for unstable releases, so just keep with the latest one: dillo-3.0.5. Dillo is a multi-platform graphical web browser known for its speed and small footprint. Dillo strives to be friendly both to users and developers. Dillo helps web authors to comply with web standards by using the bug meter. Image buffer/cache improvements to make dillo speedier, placeholder attributes for input and textarea elements (today's web is filled with INPUT boxes that are not otherwise labeled), better notification when user domain settings block page redirect (a message in the browser window instead of on the terminal), and an assortment of other fixes and changes.
  • 18
    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.
  • 19
    JSX.Design

    JSX.Design

    Skyslit Network Private Limited

    JSX.Design is a no-code WYSIWYG editor for React developers, letting you visually build responsive UIs while generating clean JSX code. Drag and drop components, customize styles, and sync code in real-time. Speed up development without losing control!
  • 20
    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.
  • 21
    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
  • 22
    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.
  • 23
    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.
  • 24
    Synap Editor

    Synap Editor

    Synapsoft

    Synap Editor is an innovative HTML5 web editor developed with Synap’s own digital document processing know-how over a long period of about 20 years and proven technologies. The world's first web editor to support more than 250 Excel functions, import functions, and insert shapes option. In addition, it provides a convenient document authoring environment and user experience with various innovative functions. Documents can be imported and edited without installing any applications or plug-ins, improving productivity at work. You can use and edit 250+ Excel functions in Synap Editor. More than 160 different shapes can be inserted and edited conveniently as in Office applications. Convenient editing as in MS Word, Excel functions input UI, adopts the latest table UI, provides table styles, and specifies cell display format. Partial editing restrictions, imports selected area, inserts & edits shapes, with powerful bullet editing and layer editing options.
  • 25
    ContentTools

    ContentTools

    ContentTools

    The ContentTools WYSIWYG editor can be added to any HTML page in a few simple steps. The getting started guide shows how. Full API documentation and examples for the ContentTools family of libraries. Step-by-step guides for common use scenarios as well as more advanced topics for those rolling their own editors. The ContentTools family of libraries is free and open-source. The libraries are hosted, developed and maintained on GitHub. Each block of content on the page can be dragged to a new location. Non-text based elements such as images and videos can be dragged by clicking in the center of the element and dragging. For text elements you need to click and hold. This pause is implemented to allow you to freely select sections of text using the mouse without triggering the drag behaviour.
  • 26
    Pinegrow

    Pinegrow

    Pinegrow

    Pinegrow is a Mac, Windows and Linux web editor that lets you build responsive websites faster with live multi-page editing, CSS & SASS styling, CSS Grid editor and support for Bootstrap, Tailwind CSS, Foundation and WordPress. Pinegrow is a desktop website builder that opens and saves standard HTML and CSS files. That means you won’t be locked into a proprietary file format. Just open and edit your existing projects. Use Pinegrow alongside other web development tools. Build websites offline, without internet connection. Create as many websites as you want. Quickly build the layout of your webpage with powerful visual tools for adding, editing, moving, cloning and deleting HTML elements. Insert multiple elements with repeater and modify the layout of all selected elements with one move. Inspect active CSS rules, use rich visual controls, CSS Grid editor, Dev tools-like editor or code - all working together as one. Edit SASS and LESS, live, without any external tools.
    Starting Price: $6 per month
  • 27
    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.
  • 28
    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.
  • 29
    jQuery

    jQuery

    jQuery

    jQuery is a fast, small, and feature-rich JavaScript library. It makes things like HTML document traversal and manipulation, event handling, animation, and Ajax much simpler with an easy-to-use API that works across a multitude of browsers. If you're new to jQuery. Return a collection of matched elements either found in the DOM based on passed argument(s) or created by passing an HTML string. All the aspects of the API that were deprecated in the corresponding version of jQuery. These methods get and set DOM attributes of elements.
    Starting Price: Free
  • 30
    Nova

    Nova

    Panic

    If we're being honest, Mac apps are a bit of a lost art. There are great reasons to make cross-platform apps — to start, they're cross-platform — but it's just not who we are. Founded as a Mac software company in 1997, our joy at Panic comes from building things that feel truly, well, Mac-like. Long ago, we created Coda, an all-in-one Mac web editor that broke new ground. But when we started work on Nova, we looked at where the web was today, and where we needed to be. It was time for a fresh start. It all starts with our first-class text-editor. It's new, hyper-fast, and flexible, with all the features you want: smart autocomplete, multiple cursors, a Minimap, editor overscroll, tag pairs and brackets, and way, way more. For the curious, Nova has built-in support for CoffeeScript, CSS, Diff, ERB, Haml, HTML, INI, JavaScript, JSON, JSX, Less, Lua, Markdown, Perl, PHP, Python, Ruby, Sass, SCSS, Smarty, SQL, TSX, TypeScript, XML, and YAML.
  • 31
    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
  • 32
    Bootstrap

    Bootstrap

    Bootstrap

    Powerful, extensible, and feature-packed frontend toolkit. Build and customize with Sass, utilize prebuilt grid system and components, and bring projects to life with powerful JavaScript plugins. Jump right into building with Bootstrap, use the CDN, install it via the package manager, or download the source code. Bootstrap utilizes Sass for modular and customizable architecture. Import only the components you need, enable global options like gradients and shadows and write your own CSS with our variables, maps, functions, and mixins. Import one stylesheet and you're off to the races with every feature of our CSS. The easiest way to customize Bootstrap, include only the CSS you need. Bootstrap 5 is evolving with each release to better utilize CSS variables for global theme styles, individual components, and even utilities. We provide dozens of variables for colors, font styles, and more for use anywhere.
    Starting Price: Free
  • 33
    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.
  • 34
    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.
  • 35
    NoteTab

    NoteTab

    Fookes Software

    For some NoteTab is simply the best Notepad replacement out there. For webmasters it’s the fastest HTML editor. For others it’s the most versatile text editor. For power users it’s a unique text-processing work horse. What will it be for you? In a moment, we’re going to reveal to you the 10 most significant features that have turned NoteTab into one of the most awarded text editors ever. But first an interesting fact in case you’ve never heard of NoteTab before. The tab bar. It’s a feature users have always loved about NoteTab. Open as many files as you like, each one with its own tab. Rearrange tabs any way you like in the convenient tab bar.
    Starting Price: $39.95 one-time payment
  • 36
    App Builder

    App Builder

    Infragistics

    App Builder™ is a brand-new cloud-based WYSIWYG drag & drop tool that eliminates the complexity of user interface design and development so you can build business apps faster than ever before. Start your app from scratch or choose from a library of pre-built app templates or responsive screen layouts and then customize with a toolbox of 60+ UI controls to kick-start your next digital product design! With the new App Builder, team productivity changes forever! Backed by a complete design system, compatible with Sketch, Adobe XD and other major design tools that map to real, usable components, endless theming options and standards-based code output, there is no limit to what you can build with App Builder.Everything you design results in production-ready HTML, TypeScript & CSS for Angular and Razor and SCSS for Blazor. You can see it in real-time as you create, or download a complete zip file of the app.
    Starting Price: $1,295 per developer
  • 37
    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.
  • 38
    Espresso

    Espresso

    Espresso

    The web editor for Mac is back. For people who make delightful, innovative and fast websites — in an app to match. Espresso helps you write, code, design, build and publish with flair and efficiency. Sophisticated text features, amazing Live Preview with Browser Xray, CSSEdit tools, the Navigator, Dynamo auto-building, and Server Sync. Whether you're starting from scratch or tweaking a live site, Espresso has you covered. Change CSS for live sites and see your design update in real-time. No need to publish, reload or even save. Only Espresso makes playing with live projects this fun, easy and non-destructive. The new Espresso lets you build first-class standard CSS, but also modular SCSS and LESS. Styling is a joy with the beautiful navigator, auto-building by Dynamo and incredible integration with live preview and overrides.
  • 39
    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
  • 40
    openElement

    openElement

    Element Technologies

    openElement is a free website building application with a WYSIWYG interface ("What You See Is What You Get"). The software automatically generates the necessary code for a website to display and function correctly, without the creative constraints imposed by other tools. The benefit to users is a simpler approach for beginners and a faster approach to repetitive tasks for professionals. The concepts of "elements" and "packs" allow users to insert, modify, and customize commonly used web objects by simply dragging & dropping them onto pages - without writing any code. That said, users are not confined by the built-in elements: you can create, reuse, and share your own custom elements. openElement is a hybrid between a CMS and a standalone app. It really stands apart from other applications of its type. It works through an internal intermediary format that facilitates content updates, and maintains the structure and consistency of the resulting code.
  • 41
    Emotion

    Emotion

    Emotion

    Emotion is a performant, flexible CSS-in-JS library designed for writing CSS styles using JavaScript, supporting both string-based and object-based styles while delivering a strong developer experience, complete with source maps, labels, and testing utilities. It offers two powerful usage patterns; a framework-agnostic approach which requires no special configuration yet supports vendor-prefixing, nested selectors, media queries, and class composition through the CSS and CX functions; and a React-optimized variant providing advanced features like the CSS prop for direct styling (similar to the style prop but with support for nested selectors, media queries, and theming capabilities), zero-configuration server-side rendering, native theming, and compatibility with ESLint tooling. Emotion also supports styled-component-like APIs, enabling tag-based or component-based styled elements with dynamic prop-driven styling.
    Starting Price: Free
  • 42
    ChronoForms

    ChronoForms

    ChronoEngine

    The Easiest forms builder to Create any kind of form for your Joomla or WordPress website, and it's FREE. Chronoforms was first released in 2006, currently we have the 6th version and the most amazing one. Build Mobile ready forms with ChronoForms. Easily design your form using the drag and drop form builder and preview how your form looks like before saving the changes. Build multi page forms easily using the advanced ChronoForms form builder. All form fields types are available, text, textarea, password, radios, checkboxes and dropdowns, with many advanced features like AutoCompletion and auto resizing. Read, Add, Update or delete data from one or more database tables, and connect to external database. Send any number of emails, encrypt the emails data if necessary (encryption requires server software), advanced email layout support, customize the email recipients, subject, from data and set CC and BCC addresses.
    Starting Price: $24.99 one-time payment
  • 43
    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.
  • 44
    Desech Studio
    Desech Studio is a free modern no code visual html/css editor which enables you to import your Figma, Sketch, AdobeXD design file to generate a clean html structure positioned with CSS grids. Then you can integrate it with React, Angular, Vue or Material Design. This is a product that I have worked on for quite some time and I'm excited to show it to the world. Desech Studio will always be free, with offline support and privacy conscious. Future plans are to integrate with Wordpress, and then implement features that will allow you to not need design software, and just design your application directly in Desech Studio.
    Starting Price: €9.99 per month
  • 45
    Refraction

    Refraction

    Refraction

    Refraction is a code-generation tool for developers. It uses AI to generate code for you. You can use it to generate unit tests, documentation, refactor code, and more. Generate code using AI in 34 languages — Assembly, C#, C++, CoffeeScript, CSS, Dart, Elixir, Erlang, Go, GraphQL, Groovy, Haskell, HTML, Java, JavaScript, Kotlin, LaTeX, Less, Lua, MatLab, Objective-C, OCaml, Perl, PHP, Python, R Lang, Ruby, Rust, Sass / SCSS, Scala, Shell, SQL, Swift, and TypeScript. Join thousands of developers around the world using Refraction to generate documentation, create unit tests, refactor code, and more using AI. Use the power of AI to automate the tedious parts of software development like testing, documentation, and refactoring, so you can focus on what matters. Refactor, optimize, fix and style-check your code. Generate unit tests for your code with various test frameworks. Explain the purpose of your code to make it easier to understand.
    Starting Price: $8 per month
  • 46
    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.
  • 47
    KompoZer

    KompoZer

    KompoZer

    KompoZer combines web file management and easy-to-use WYSIWYG (what you see is what you get) web page editing tools to help you create an attractive, professional-looking website without needing to know HTML or web coding. Get your business online with ease, create a website, start a blog or build an online store and scale your online business fast. Signup for a free web builder and hosting to setup your website. Choose the kind of website you want to create. Start to design and build your own high-quality websites. Add unique features you need to launch and manage your online business with ease. Start your own blog, add a logo, accept bookings online and add an online store. Every online business starts with a website. Build your first website in minutes for free, even if it’s your first time creating a site. Choose from a variety of stunning free HTML website templates to build your website into what you want.
  • 48
    XmlPad

    XmlPad

    Semyon A. Chertkov

    XmlPad is a professional editor for XML docs processing which allows presenting the data in tabular style. It includes a text editor with syntax highlighting, string numeration, collapsing and element autocompletion options. It is integrated with full-function table editor which considerably simplifies the documents processing at the tablet device. It maintains autoformatting and XML validation under the specified DTD, XSD, RelaxNG, and Schematron schemas while representing errors in the documents text at the same time. It allows to run XQuery queries and XSLT transforms. Built-in command console lets to run curl and base file commands. The table editor allows creating xml docs at several touches, it has a content panning function and is synchronized with document textual view.
    Starting Price: Free
  • 49
    Content Interface enVision

    Content Interface enVision

    Content Interface Corporation

    enVision software makes large volumes of digital multimedia content easily and quickly accessible. enVision is a new concept, interactive WYSIWYG layout editor for digital multimedia. enVision creates immersive rich media presentations and interactive information portals for standalone and Internet web access. enVision build on the simple metaphor of exploration by first seeing something then reaching out to touch it directly. This removes the need for external menus and the content itself provides the natural interface. Your digital content may be both large and complex involving many gigabytes of information. Whether it be a high-resolution photograph or a satellite image, a video or an audio file, an active spreadsheet or an external Internet site, enVision empowers you to use any content available in one zoomable interface. enVision simplifies the integration of a multitude of media formats within a single user interface.
  • 50
    TOAST UI

    TOAST UI

    TOAST UI

    JavaScript UI library and free open source project constantly managed by NHN. Chart makes your data pop. Its numerous charts like Line, Bar, Pie, and more are easy to use, and you can export your data to excel or even as images. Editor allows you to interact with their Markdown documents through both text and WYSIWYG. With syntax highlighting, scroll-sync, live preview, charts, and much more diverse features and UI, it takes your word processing to the next level. Grid is a powerful grid library with data editing, filtering, sorting, pagination features, and more. Furthermore, you can customize the editor and the renderer to your desired format and visualize your data however you like. Calendar provides monthly, weekly, multi-weekly, daily views, and more, as well as a basic pop-up UI you can use to add/edit/delete your schedules. You can manage your schedule simply by dragging the schedules around. Managing your calendar has never been easier.