nowfound

Alternatives

Products that do what Build your own no-code editor with Reka.js does

Much of the complexity surrounding building no-code editors come from architecting the state management system to power such editors: how can we allow end-users to create and edit entire UI components directly from the browser? Reka solves this by providing an AST-powered state system that enables end-users to create UI components that are nearly as complex as ones that developers could write in code; along with an interpreter to efficiently compute an output that could be rendered on the browser. Furthermore, Reka provides additional extensions, such as enabling real-time collaboration via…

  1. 1NO

    Hello HN! The day has finally come to stop adding features and start sharing what I've been building the last 5-6 months. It's a bit of CrewAI, OpenDevon, LangFuse/Cloud all in one, providing devs who prefer TypeScript an integrated framework thats provides a lot out of the box to start experimenting and building agents with. It started after peeking at the LangChain docs a few times and never liking the example code. I began experimenting with automating a simple Jira request from the engineering team to add an index to one of our Google Spanner databases (for context I'm the…

    2024 · github.com

  2. 2RF
  3. 3
    Draft.js166

    A framework for building rich text editors in React

    2016

  4. 4

    AI-powered one-click full-stack application development

    2025

  5. 5SN
  6. 6UE

    2020 · github.com

  7. 7RA

    I wanted to have a framework that would let me build web apps faster than ever before. I didn’t care if it was a little hacky or didn’t use best practices — I wanted to be able to get a multi-user application out the door in hours instead of months. I researched the CMS space for months before deciding to build something from scratch. My goal was to be 90% done building a web app once I had the static HTML and CSS finished. I’m not a big fan of building out API endpoints over and over again for every new app, fiddling with a database, or doing lots of config. What I ended up with was a…

    2020

  8. 8RO
  9. 9AN

    Hello HN ! There’s been a lot of discussions [1,2] on how to build ReBAC [3] with Zanzibar and policy-as-code engines, but we (Permit) also think it’s important to talk about the interfaces on top of these implementations. We just launched a No-Code ReBAC interface - would love to know what you think. besides marrying the benefits of Policy as Code and Policy as Graph, the idea here is to create simple enough interfaces that everyone can use, so developers can set the stage and delegate the rest to others. We used Role-derivation as a concept to simplify a lot of the mechanics what should we…

    2023

  10. 10AJ

    with affinity you can make multiple apps (components eventually) and store (ala redux) - while a store can be shared through apps. This started as a case study and as a small reusable code for creating self contained dom elements with functionality - during the time of development, ideas and inspiration came from angular, react and vuejs. suggestions and feedback is mostly welcomed. The interesting challenges were finding ways for these topics: 1. create a component lib using dom and js only, without any 3rd party . 2. producing semantic html in dom . 3. allow template micro syntax (using…

    2018

  11. 11CJ
  12. 12WM

    Hey devs :) With 15+ years of UI kit building & design systems, my team is launching a platform that allows developers to build consistent & fully functional UI kits / web projects in days, instead of months. Giving you best practices with the most advanced system design/system design for reusing UI components, combined with access to 500+ open-source components that you can build anything with. Yes it’s open source tech with no vendor lock. Which means you can export any part of your UI kit / project at anytime. Our goal isn’t to enhance your tech stack, not to lock you in.…

    2024 · symbols-beta.framer.website

  13. 13IM

    Hi HN! Solo developer here. 10 days ago, I started building this after spending countless hours copying/pasting marketing sections and fighting to keep them consistent with our design system. I wondered: "What if AI could understand our design system and generate React components that actually match it?" Current progress (10 days in): - Can generate hero sections that follow your design tokens - Uses your actual component variants and styles - Works with Next.js, Tailwind, shadcn/ui It's very early days, but I'm excited to share it with other devs who: - Are tired of rebuilding…

    2024 · robustlaunch.com

  14. 14LR

    Hi there, I built a React code editor component that also compiles, executes and returns the outputs of the program written in it (via pyodide/webassembly). I believe that this is a useful package for those building projects with web-based code editors. Expanding the library to be more flexible + have greater language support is a goal for the future. Hope it helps someone out there - please feel free to reach out if I can assist. Feedback and suggestions are always welcome.

    2024 · npmjs.com

  15. 15RR
  16. 16AO

    Hi HF, I'm Terrell, and we built an open-source app that lets developers create their own Operator with a Next.js/React front-end and a flask back-end. The purpose is to simplify spinning up virtual desktops (Xfce, VNC) and automate desktop-based interactions using computer use models like OpenAI’s There are already various cool tools out there that allow you to build your own operator-like experience but they usually only automate web browser actions, or aren’t open sourced/cost a lot to get started. Spongecake allows you to automate desktop-based interactions, and is fully open…

    2025 · github.com

  17. 17
    Projly16

    Build apps just by chatting - no code needed

    Jan 2026

  18. 18BA

    I've been specializing in UI for over a decade. Using code for UI is great but I always wished there was a more visual code to build apps and sites. So I went ahead and built it. Decided to build it with Compose Multiplatform since I work a lot with Kotlin. Currently exports to CMP as it was simpler due to the context switch. You can try it for free and export some apps

    2025 · license.builtwithpaper.com

  19. 19MO

    2016 · monod.lelab.tailordev.fr

  20. 20CA
  21. 21ND

    Greetings HN, I'm Nikita. I created a platform https://welovenocode.com where, at 1/10th of the cost, you can employ a no-code developer to create an MVP for your startup. The idea came from my experience four years ago with outsourcing firms. I tried to order a few designs, but they still took far more time and money than I had ever expected. Possibly because benefits have been messed up and agencies make more money for longer to suck up my project. No-code tools such as Airtable, Webflow, and Bubble began showing up at that time. I played with them, but since both…

    2021

  22. 22AN

    Hey friends, I've been tinkering with a project and wanted to get some feedback from you all. It's a React-based no-code test case workflow editor aimed at making API testing easier for both QA folks and developers. What It Does: No-Code Testing: Makes it easy for QA people who aren’t into coding and helps developers collaborate. Supports Complex Workflows: Can handle sophisticated environments and workflows. Easy Result Sharing: Makes it simple to share test results and troubleshoot. I've put together a playground where you can mess around with it without signing up:…

    2024 · reapi.com

  23. 23EJ
  24. 24OO

    Hey all, I'm a big fan of the HTML-first + Progressive Enhancement approach to UI development! For a background: 1. I like to be able to write HTML by default and progressively add JavaScript (and, in the same way, progressively involve tooling) instead of go ahead of the problem by going the other way around! 2. Also turns out that UIs are more resilient when built on the same principles: - given how browsers process web pages: HTML initially, then JavaScript eventually; with the bulk of the page being best done at the initial phase - and given how, on a more general note, performance is a…

    2024 · github.com

Ranked by how close each launch is in meaning, then by votes. Refine with a description →