Self-hosted Open Source cool tools I've stumbled upon recently

Optimizely alternative:

2 Likes

Thanks Roberto. Unfortunately it’s not self-hosted and not Open Source.

1 Like

Sorry I will delete it. I was so enthusiast that I forget self hosted and open… :frowning:

No problems. It happens :slight_smile:

I just post OS and self-hosted tools because I think pushing commercial software can lead to an ugly place here in the forum.

2 Likes

100% agree with you. And really must says that this thread is really nice resource !!

2 Likes

Hi Jon,

Did you ever try the OhMyForm package? What is it like? It looks like a super interesting alternative to Typeform!

I am afraid I haven’t had the chance to test it.

I’ll try it out and report back :sunglasses:

1 Like

So I did try it out… It is still pretty alpha.

It’s fairly easy to setup locally. I had to downgrade node to v14 in order for it to work. The form editor right now seems very very basic. No conditional logic, as far as I can tell. Also no options to easily insert images in the questions or change the way to form is presented through the interface (other than some color and font changes).

So as it is right now, I wouldn’t say it is worth running this instead of making your survey in Wappler or Google Forms or whatever.

Another thing I’m going to try out is this repo here that makes a Typeform style form with some JQuery:
Link to codepen repo

I’ll share here if that works nicely with Wappler.

1 Like

Wow, the little snippet is pretty awesome! (proper front-end developers might not be very impressed, but I am :joy:)

So you have to make sure to run Jquery 3.2.1 and include scrollto. After that, it works and you have a typeform clone!

1 Like

It looks sleek.

Just found another interesting tool for managing logins and authorizations, directly in your reverse proxy as service:

It is great that it also integrates with Traefik, so you can manage all authorizations to all your servers.

So try it out @JonL, might be very useful as Wappler integration.

5 Likes

I actually use it for my homelab :slight_smile:
All the different self-hosted services are accessed via SSO with authelia.

I didn’t post it here as I don’t know if Wapplers are used to setups with multiple wappler apps that could take advantage of SSO.

1 Like

Well seems Authelia is still growing, when they also add OAuth and OpenID support for more services, it might become really interesting.

2 Likes

Postman alternative as a Visual Studio Code extension:

Great if you already use VSC.

4 Likes

Headless CMS + Internal Tools

Whenever Strapi was mentioned in the forum, Directus came after. I always promoted Strapi over Directus but I think with the latest release(v9) just launched recently Directus now comes ahead.

Why? Because they ditched PHP in favor of Nodejs and they are using Knex under the hood so this fits Wappler perfectly. I still need to do some figuring out but I’m confident I will be able to manage all the migrations and seeds from Wappler interface to keep all the project(including directus) in sync.

1 Like

Actually we work very closely together with the Directus maker on the Database schema introspection that we also use in Wappler :slight_smile:

They are doing indeed great job with Directus in NodeJS

1 Like

Really? I’m guessing you are talking about Rijk.That’s quite a ā€œdutchyā€ name. You guys met him?

Yes he is Dutch, so we talk dutch :slight_smile: - lives in NY thought. World is small :slight_smile:
Have to gather for a beer someday when the corona settles.

2 Likes

Isn’t it a cloud based SaaS? How does it compare with keystonejs for example?