Alternatives
Products that do what Oplim does
IFTTT but for webpage events: do X when Y happens in website
- 1

- 2

- 3

- 4

- 5

- 6

- 7

- 8

- 9IM
Just something I put together quickly: https://webcast.browserprotect.me/ I made this in one day, now I'm wondering if It's interesting enough to make it a real product (Add new features like setting the size, zoom, annotations, fix bugs, export, voice-over, etc..) Here is an example screencast I just did: https://webcast.browserprotect.me/view/2764aa94dcd855959819fd91881f0882baa61a0e-44646 Do you consider this a viable product? I'm thinking about offering it for free and then add some premium features.
2015
- 10PA
I've been working on a library for developing websites visually. There are many tools for building websites, but none that fit my workflow as a front-end developer, so I made my own! It is an open source library called ProductDiv and it lets you: - Drag and drop any HTML template into your site. - Change elements with utility classes you can customize - Export clean HTML elements and copy into your source code. - Use in any framework! ProductDiv is developer-first, meaning the configuration for the editor lives in your source code. You can evolve the configuration as your project grows (as…
2022 · awestbro.github.io
- 11IJ
Hey Guys, Would love some feedback on a javascript library that I am working on. It's designed to ease the pain with implementing touch support (and maintaining mouse support also) when implementing interactive web apps / demos. http://sidelab.github.com/interact/ I'm basically re-implementing (and improving in the process) the interaction handling I had built in Tile5 (HTML5 Mapping Library). For this reason, it has a slant towards interfaces that make use of panning and zoom, but you can definitely build applications that don't need these features. Thanks, Damon.
2011
- 12CS
Client Side Only Example, chat with this page. Because we don't use API keys we don't have any real need for a server. view the page source, it's _all_ there! The program doesn't take history into account & yet is has surprising coherence. View Source and start on line 258.
2024 · ai.unturf.com
- 13IM
It's dead simple. There's no fancy interface. Basic features are gone. That's all on purpose. If you're like me, you're always writing down ideas on pieces of paper. My webapp is like that, but for the internet. Let me know if you find it useful.
2012 · ideab.in
- 14TE
Hi HN. I've been working on an Elixir library for synchronising state, maintained by the server, to connected web clients. I found this was something I kept implementing for side-projects, so I've extracted it into a library. It solves a similar problem to Phoenix LiveView, but aimed at a different level of abstraction: rather than synchronising HTML and UI events, this just synchronises (JSON-serialisable) state. Topics can be shared between connected users, and each client can subscribe to multiple topics. The library takes care of starting topic instances (GenServer processes) as needed,…
2023 · github.com
- 15RI
Hi HN, We've been working on a product idea and would like your feedback. The product site and app can be found at: www.relatable.io The target consumer is small businesses that run their companies out of spreadsheets. Our web app turns those tables into simple grids and forms with validation. Users can then create new tables in the product and relate data to other tables. This is all done by users and doesn't require custom app development. We'd like to add a bunch more features, but would like to know what more people think. If you have any issues in the app and would like 1 on 1 support…
2013
- 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
- 17AS
http://az.ht/ui/build/curr/window.html http://az.ht/ui/build/curr/datatable.html http://az.ht/ui/build/curr/tabs.html http://az.ht/ui/build/curr/layout.html http://az.ht/ui/build/curr/accordion.html Github: https://github.com/elgs/azui I have been working on these web ui components in the past few months. Now they seem to start working. I was not a front end developer. The reason I was determined to write these components is…
2018
- 18CA
Hey HN, OpenReplay — the self-hosted session replay tool that helps developers troubleshoot web apps faster — now supports recording the element. What’s New? - Canvas Support: Easily reproduce bugs by replaying complex graphics and animations. - Co-browse via P2P: Co-browse with users while streaming canvas elements in real-time, and identify issues and frustrations as they happen. - Customize Recordings: Customize FPS and quality of canvas in session replay, for optimal network usage and replay detail. Why it matters? - Gain deep insights into graphics-intensive parts of web applications,…
2024
- 19OO
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
- 20BO
Hi HN, Sid here. I made Browserable, an open-source and self-hostable JS library (MIT license) for building agents that can execute web tasks, track status and fetch results: https://github.com/browserable/browserable. It allows you to build agents that can navigate sites, fill out forms, and extract information. It is currently at 90.4% on the Web Voyager benchmark. With this library, you can: - Run a browser agent suite in your local machine with one command- npx browserable. - Integrate into existing code with REST APIs/ SDKs. - Self-host the browser agent and…
2025 · github.com
- 21ET
Hey Hacker News community! I'm thrilled to introduce Excessibility, a library that I've developed to address a crucial aspect of web development - accessibility testing. With Excessibility, you can effortlessly test your Elixir/Phoenix applications for a11y issues and ensure compliance with WCAG (Web Content Accessibility Guidelines). Accessibility is a fundamental principle that should be at the core of every web application. It ensures that people with disabilities can access and use your website or application without any barriers. However, testing for accessibility issues can be a…
2023 · github.com
- 22MD
Hi HN, I'm Devin, formerly the first engineer at Cresta, an AI enterprise unicorn. My background was in melding complex systems like LivePerson and Citrix with AI-first applications, focusing on ensuring seamless information flow. This experience led me to create Glanceables, a tool that turns complex web pages into streamlined, instantly readable widgets. Glanceables is designed for anyone who's tired of the constant browser refresh. It allows users to select specific areas of a webpage to monitor through a simple, interactive interface. Once set, it captures and refreshes these snippets…
2024 · github.com
- 23RW
Its a simple widget that allows you to embed a very simple assistant on your website, you can easily train it on your docs and make it answer questions relevantely
2023 · npmjs.com
- 24IM
Recently I'm working on CopyUI which is an extension to copy UI element from websites and export html(or jsx) and css(or tailwind). I'm building this tool in order to create better landing pages because I'm really not good at layout and colors. So I hope to learn from others' design and innovate later, not to simply replicate.
2025 · copyui.online
Ranked by how close each launch is in meaning, then by votes. Refine with a description →