Alternatives
Products that do what Revopush – A Compatible, Faster Alternative to CodePush does
App Center CodePush is officially shut down. For many developers, CodePush has become the de facto standard for managing OTA updates in React Native applications. We at Revopush have been working hard over the last four months to build a platform that can reliably and with maximum compatibility help users migrate from App Center CodePush. Our service has already delivered more than 30k updates to 40 million users this month alone. Our goal is not only to support current users but also to continue developing the service. You can learn more about our roadmap here:…
- 1AC
Hello, AppZung CodePush is a drop-in replacement for AppCenter CodePush, born from our development consulting work with enterprise clients. Key features: * One-command migration from AppCenter (projects and deployment keys) * Full feature parity with original CodePush React Native module * EU hosting with fast global CDN * More affordable than Expo Updates while maintaining CodePush advantages * Production-tested with enterprise clients for some time now * Supports React Native 0.59+ (new features available from 0.71) and the New Architecture * Supports any other framework compatible with…
2025 · appzung.com
- 2

- 3

- 4

- 5

- 6NO
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
- 7

- 8

- 9

- 10HN
I made a Hacker News reader for iOS with React Native and Redux. It was mostly for me to learn more about React Native, but I'm really happy with the result. Let me know what you think! I'm hoping to add a lot more features, the first being a settings page with some color settings and dark mode. App: https://appsto.re/us/czg7hb.i Code: https://github.com/seanyesmunt/hackernews
2017
- 11CA
2020 · github.com
- 12OY
2015 · octobotapp.com
- 13IG
Hey HN, For years, my local development setup has been a fragile mess of tools that never quite played nicely together. On my mac, it was a constant battle with Homebrew services starting (or not starting) on boot, conflicting PHP and Node versions managed by `asdf` or `nvm`, and a collection of `docker-compose.yml` files that I'd copy-paste and tweak for every single project. The cognitive load was just too high. Setting up SSL was another chore involving `mkcert`. Sharing a quick demo with a colleague meant firing up ngrok. And if I wanted to run two projects that needed different versions…
Oct 2025 · servbay.com
- 14SB
2015 · getsiphon.com
- 15RN
2016 · npmjs.com
- 16HM
One year ago, I downloaded the news.arc code and decided that I would teach myself programming by building a better aggregator. At that time, I had some rudimentary HTML knowledge, and little FORTRAN under my belt. I knew that I wanted an aggregator that could support a wide range of submissions, and one that could scale without losing quality for the user. Hubski is what I have to show for my time and effort. The easiest way to describe Hubski is to say that it uses a commenting system akin to HN or Reddit, but uses a sharing scheme like Twitter. You have a personal feed comprised of the…
2011
- 17MA
Hey HN community, I'm Sebastian, a Product Manager/Designer/Maker. I'd like for anyone with an idea to build and validate something quickly. I got into the #nocode thing earlier last year and wanted to see what's possible with the tools out there today. Over the last few months, I spent a lot of late nights and weekends on my side project. I'm very proud to present the result today. Meet Memoly (https://memoly.app). It's built entirely without code. To achieve my goal, I used this tech stack: Adalo, Zapier, Airtable, and Carrd. Memoly is available for iOS and Android. I…
2020
- 18MT
Hi HN. I am not new to programming but very new to react-native. I thought I would share my first react-native application ever with HN for your comments. I have a day job as an enterprise developer and every day for 2 weeks I worked on my 60 minute bus ride in to work on this application from the front end to the back end. The biggest challenge was my relative inexperience with mobile development and my lack of design / ux creativity. The Android Play store submission was really easy however the Apple App Store submission took about 3 versions before it was accepted. Link to app on…
2015
- 19IM
Hello! I just made my first web app with Sinatra. It is a REST API that helps people add two-step verification to their websites or apps. I am a complete noob in web development so please criticize me and let me know how shitty this whole thing is. :) http://two-step.herokuapp.com/
2014
- 20TO
I built DevClaw, an OpenClaw plugin that turns each Telegram group into an isolated, autonomous dev team: planner/orchestrator, DEVs, and QA all running on their own. I use it for all my development now. Issues on GitLab/GitHub are the single source of truth, and three things compound to save around 70% on tokens: model tiering (Haiku for typos, Opus for architecture), session reuse across tasks, and token-free scheduling that burns zero LLM calls for orchestration. Please try it and give some feedback. Also keen to hear from anyone running autonomous coding agents, especially what…
Feb 2026 · github.com
- 21MF
Progressive Web App, "Finding Nora": https://nora.now.sh/ It was also my first attempt at TypeScript + React. Preliminary conclusion: Getting started is a bit slower and the code more verbose, but refactoring become sooo much easier. And: Almost no need to reload and debug anymore. Once TypeScript is satisfied with my code it generally just works. Source code and more information can be found here: https://github.com/vnglst/finding-nora
2018
- 22PT
Hi HN, My name is Ravi Sojitra and i'm working on a Dev Tool product named DhiWise, that let you generate production ready source code(For Node.js,Laravel,Flutter,Kotlin,Swift) in few mins with ready to get synced in your GitHub/GitLab or Download. Let me explain like you're five. Imagine you want to bake a cake and you have all the raw materials you need such as flour, baking powder, eggs. Now, you give us those materials and we will bake you the ready-to-serve cake of your choice. With this product's context, with just minimal technology specific inputs, this builder is going to…
2021
- 23FA
Hi HN, I'm a creator of Floww, a self-hostable workflow automation tool designed for developers who got frustrated by the limitations of visual builders like n8n. It's still a very early prototype, but the goal is to provide these same features in a code-first approach which allows for building and maintaining more complex workflows more easily. Example: import { Discord, GitHub } from "floww"; const discord = new Discord() const github = new GitHub() github.triggers.onPush({ branch: "main", owner: "usefloww", repository: "floww-dashboard", handler: async (ctx, event) => { const user =…
Dec 2025 · github.com
- 24BY
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…
2023 · reka.js.org
Ranked by how close each launch is in meaning, then by votes. Refine with a description →