Hyperapp: Who is using Hyperapp?

Created on 4 Jun 2018  路  13Comments  路  Source: jorgebucaran/hyperapp

Would be nice to see a list of some real world websites built with Hyperapp. This would improve the trust in the project for newcomers that want to use Hyperapp to ship production-ready code.

Maybe a section like Who is using Hyperapp? in the README.md is enough.

What do you think?

Community

Most helpful comment

All 13 comments

@aarongarciah I think that's a good idea. We also have https://github.com/hyperapp/awesome-hyperapp.

Has anyone built any "real world websites" with the latest API? I have a few hyperapp apps in the wild but most of them use an older build as I haven't had the time to refactor them all and am now waiting till 2.0 to build any more.

I'm guessing qiita uses > 1.0.0 right @jorgebucaran ? That would be a good start.

Yes it's true most devs are waiting for the 2.0 API implementation to start making production apps everywhere.

I am currently making something but it is not deployed.

Holding off until 2.0 as well though. Just JSX changes for the most part, as core logic has been ironed out.

Great question though!

@loteoo hyperapp.rocks looks great 馃槃

I am using it to send api calls to a go server for serial port communications.

Packaged as an executable (windows/mac/linux). Not a public facing website, but LAN facing 馃帀

https://github.com/selfup/hmrcmd

Example UI: https://user-images.githubusercontent.com/9837366/45041314-984cff80-b02d-11e8-97f7-1fbbeb2899d1.png

I'll grant that I haven't done anything practical with it... but at ~1kb, it seems to me like it'd make the perfect library for interactive widgets on static sites, usefulness as a general app framework aside. It at least got me interested enough to play around with it a bit. (TodoMVC, A dirty impure attempt at async components)

I'll admit I am kinda also waiting for the official release of V2 :P

We use hyperapp v1 in production (injectable widget, ~3000 installations)

We use it at Thankful.ai to build dynamic pages for end-users to provide information. We use v1 for our backend.

Just wanna share in case anyone is interested. I have recently used Hyperapp to create a local web app that allows you to visualize your repository.

It's my first time using _Hyperapp_ along with _d3js_, had a lot of fun. I honestly thought this is a great framework, but It'd probably need more documentation.

Personally (not in this but in a project I am currently working on) I had to read through the source code to know how to make a POST request to upload a file properly (boring, but necessary task). Cheers !

I built Another Writing Application, a writing workspace where you can gather sources, read, search for and write stuffs.

https://github.com/minhthanh3145/Another-Writing-Application

Shout out in Hyperapp for being such a great framework.

So we have two "websites" that we use in production. They are really hybrid mobile apps that run on android tablets in the cab of big rigs. One of them uses hyperapp 1 (Workflow), and one uses the latest version of hyperapp 2 (TripScan). When we started building Workflow, hyperapp 2 was nowhere near ready, and I am sure at some point we will migrate it.

We actually won best in show at Freight Waves this year with our two apps. They use hyperapp, ionic capacitor, and some custom plugins to hook into Platform Sciences android ecosystem. We also use pubnub with a REST fallback, local store and forward, and Scanbot for document scanning (in TripScan).

https://vimeo.com/415982372

Was this page helpful?
0 / 5 - 0 ratings

Related issues

rbiggs picture rbiggs  路  4Comments

Mytrill picture Mytrill  路  4Comments

jorgebucaran picture jorgebucaran  路  4Comments

VictorWinberg picture VictorWinberg  路  3Comments

ghost picture ghost  路  3Comments