GrapesJS

Free and Open source Web Builder Framework. Next generation tool for building templates without coding (by GrapesJS)

GrapesJS Alternatives

Similar projects and alternatives to GrapesJS

  1. supabase

    875 GrapesJS VS supabase

    The open source Firebase alternative. Supabase gives you a dedicated Postgres database to build your web, mobile, and AI applications.

  2. Civic Auth

    Auth in Less Than 5 Minutes. Civic Auth comes with multiple SSO options, optional embedded wallets, and user management — all implemented with just a few lines of code. Start building today.

    Civic Auth logo
  3. Appwrite

    594 GrapesJS VS Appwrite

    Build like a team of hundreds_

  4. Hugo

    The world’s fastest framework for building websites.

  5. Strapi

    501 GrapesJS VS Strapi

    🚀 Strapi is the leading open-source headless CMS. It’s 100% JavaScript/TypeScript, fully customizable, and developer-first.

  6. n8n

    329 GrapesJS VS n8n

    Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.

  7. Ghost

    327 GrapesJS VS Ghost

    Independent technology for modern publishing, memberships, subscriptions and newsletters.

  8. Jekyll

    275 GrapesJS VS Jekyll

    :globe_with_meridians: Jekyll is a blog-aware static site generator in Ruby

  9. InfluxDB

    InfluxDB high-performance time series database. Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.

    InfluxDB logo
  10. Refine

    224 GrapesJS VS Refine

    A React Framework for building internal tools, admin panels, dashboards & B2B apps with unmatched flexibility.

  11. pocketbase

    Open Source realtime backend in 1 file

  12. nocodb

    139 GrapesJS VS nocodb

    🔥 🔥 🔥 Open Source Airtable Alternative

  13. MJML

    135 GrapesJS VS MJML

    MJML: the only framework that makes responsive-email easy

  14. AppFlowy

    104 GrapesJS VS AppFlowy

    Bring projects, wikis, and teams together with AI. AppFlowy is the AI collaborative workspace where you achieve more without losing control of your data. The leading open source Notion alternative.

  15. windmill

    93 GrapesJS VS windmill

    Open-source developer platform to power your entire infra and turn scripts into webhooks, workflows and UIs. Fastest workflow engine (13x vs Airflow). Open-source alternative to Retool and Temporal.

  16. Listmonk

    High performance, self-hosted, newsletter and mailing list manager with a modern dashboard. Single binary app.

  17. Draft.js

    40 GrapesJS VS Draft.js

    Discontinued A React framework for building text editors.

  18. promptfoo

    33 GrapesJS VS promptfoo

    Test your prompts, agents, and RAGs. Red teaming, pentesting, and vulnerability scanning for LLMs. Compare performance of GPT, Claude, Gemini, Llama, and more. Simple declarative configs with command line and CI/CD integration.

  19. Hexo

    29 GrapesJS VS Hexo

    A fast, simple & powerful blog framework, powered by Node.js.

  20. slate

    28 GrapesJS VS slate

    A completely customizable framework for building rich text editors. (Currently in beta.) (by ianstormtaylor)

  21. craft.js

    18 GrapesJS VS craft.js

    🚀 A React Framework for building extensible drag and drop page editors

  22. Alpine.js

    A rugged, minimal framework for composing JavaScript behavior in your markup.

  23. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better GrapesJS alternative or higher similarity.

GrapesJS discussion

Log in or Post with

GrapesJS reviews and mentions

Posts with mentions or reviews of GrapesJS. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2025-04-08.
  • Top 15 Fastest-Growing Open-Source Low-Code Projects on GitHub in 2025
    21 projects | dev.to | 8 Apr 2025
    Website: https://grapesjs.com/
  • 🎥 Grapes Studio SDK Docs Walkthrough – Master No-Code Website Building
    2 projects | dev.to | 9 Feb 2025
    Grapes Studio Website
  • Top 5 Page Builders for React
    4 projects | dev.to | 7 Feb 2025
    Like Tiptap, GrapesJS is a headless framework, but one specifically built for page editors, giving you the flexibility to create fully custom drag-and-drop experiences without being tied to a specific CMS, backend, or ecosystem. This means it provides the core editing logic but leaves most of the UI implementation and content management entirely up to you.
  • Ask HN: Who is hiring? (February 2025)
    26 projects | news.ycombinator.com | 3 Feb 2025
    GrapesJS [https://grapesjs.com] | Senior Full Stack Engineer (Node.js/React ) | Remote | Full time

    We are looking for a highly skilled and experienced Full Stack Engineer specializing in the Node.js/React stack to join our dynamic team. This role is crucial to the development and maintenance of the GrapesJS framework ecosystem, including its core, plugins, and the new GrapesJS Studio editor. You will work closely with our team to push the boundaries of what’s possible with GrapesJS and deliver innovative solutions that empower our global community of developers and companies.

    We are looking for a senior full stack engineer with strong front end knowledge. We’re looking for someone with at least five years experience in:

    - JavaScript/Typescript/Node, HTML, CSS, and modern front-end frameworks.

    - SSR, RESTful APIs and asynchronous request handling in Node.js (eg. using Next.js or similar).

    Compensation: Competitive with experience + Equity

    Contact griffin[at]grapesjs.com with your resume if interested.

  • Reweb: Visual website builder for Next.js and Tailwind
    2 projects | news.ycombinator.com | 25 Nov 2024
    other commenter shared it https://grapesjs.com/
  • Qwen2.5-Coder-32B is an LLM that can code well that runs on my Mac
    5 projects | news.ycombinator.com | 13 Nov 2024
    Not really tried the Claude 3.5, later tried o1-preview on github models and recently Qwen2.5 32B for a prompt to generate a litestar[0] app to manage a wysiwyg content using grapesjs[1] and use pelican[2] to generate static site. It generated very bad code and invented many libraries in import which didn't exist. Cluade was one of the worst code generator, later tried sieve of atkin to generate primes to N and then use miller-rabin test to test each generated prime both using all the cpu core available. Claude completely failed and could never get a correct code without some or the other errors especially using multiprocess, o1-preview got it right in first attempt, Qwen 2.5 32B got it right in 3'rd error fix. In general for some very simple code Claude is correct but when using something new it completely fails, o1-preview performs much better. Give a try to generate some manim community edition visualization using Claude, it generates something not working correct or with errors, o1-preview much better job.

    In most of my test o1-preview performed way better than Claude and Qwen was not that bad either.

    [0] https://github.com/litestar-org/litestar

    [1] https://grapesjs.com/

    [3] https://getpelican.com/

  • A guide to the best email editing tools
    5 projects | dev.to | 31 Oct 2024
    GrapesJS is a free email marketing tool to build responsive and professional emails. It offers a component-based interface that enables building blocks in email templates.
  • The Top 12 Open-Source No-Code Tools with the Most GitHub Stars
    14 projects | dev.to | 11 Jul 2024
    GitHub https://github.com/GrapesJS/grapesjs GitHub Star 20.6k The most recent update on GitHub One week ago Official website https://grapesjs.com/ Documentation https://grapesjs.com/docs/
  • Any FOSS to make HTML websites for self-hosting?
    4 projects | /r/opensource | 7 Dec 2023
    What I found was GrapesJS. I'd definitely recommend it: https://grapesjs.com/
  • Open source for frontend
    2 projects | dev.to | 1 Oct 2023
    Open-source web builder framework for creating templates without coding. Website - GitHub
  • A note from our sponsor - CodeRabbit
    coderabbit.ai | 19 Apr 2025
    Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR. Learn more →

Stats

Basic GrapesJS repo stats
58
23,913
9.3
1 day ago

Sponsored
Auth in Less Than 5 Minutes
Civic Auth comes with multiple SSO options, optional embedded wallets, and user management — all implemented with just a few lines of code. Start building today.
www.civic.com

Did you know that TypeScript is
the 1st most popular programming language
based on number of references?