Quant UX - Open Source, Self Hosted Mck-up and Prototyping tool that can give you user feedback.

  Рет қаралды 16,396

Awesome Open Source

Awesome Open Source

Күн бұрын

Пікірлер: 44
@quant-ux8332
@quant-ux8332 2 жыл бұрын
Thanks for creating this video and the help!
@AwesomeOpenSource
@AwesomeOpenSource 2 жыл бұрын
My pleasure, and thank you for creating this amazing bit of software, and for making it open source!
@momodoubjallow2585
@momodoubjallow2585 2 жыл бұрын
We should be thanking you. This awesome and as a product manager this helps be to bring product idea to my management quite easy.
@AwesomeOpenSource
@AwesomeOpenSource 2 жыл бұрын
@@momodoubjallow2585 Super glad you like it. I agree, and as a PM, that's my goal as well.
@OstrichProduction
@OstrichProduction 2 жыл бұрын
Great Video! Just logged an issue on github with Code to get this running with a few clicks on Caprover. Thank you for the tool. Will be using this a lot!
@AwesomeOpenSource
@AwesomeOpenSource 2 жыл бұрын
Great to hear!
@kuzco7061
@kuzco7061 Жыл бұрын
Thank you for this video and for going through the docker installation with us!! Very helpful!
@AwesomeOpenSource
@AwesomeOpenSource Жыл бұрын
You are welcome!
@ilovesamosa
@ilovesamosa 2 жыл бұрын
Excellent work by Quant team and you. Thank you both.
@AwesomeOpenSource
@AwesomeOpenSource 2 жыл бұрын
Thank you too!
@saito4422
@saito4422 Жыл бұрын
Thx Looks great, I will try it for my next project to mockup.
@AwesomeOpenSource
@AwesomeOpenSource Жыл бұрын
I use it a lot for quick mock ups, kind of sad I don't get to use all of the features for it though.
@godarayudhvir
@godarayudhvir 2 жыл бұрын
Just Signed up, saved it for later really gonna come in handy soon
@AwesomeOpenSource
@AwesomeOpenSource 2 жыл бұрын
Awesome!
@robinklaiss
@robinklaiss 2 жыл бұрын
QuantUX is amazing I love it!
@AwesomeOpenSource
@AwesomeOpenSource 2 жыл бұрын
Me too. I need to pull the latest stuff so I can get a new Docker image created.
@closetgeek
@closetgeek 2 жыл бұрын
I've been looking for open source prototyping tools lately, I'm a huge fan of Axure and use it in my daily use for work. But one thing I hate is that it's so rarely cited in videos and articles about the topic. I almost immediately dismiss them as "not serious" or at least, not serious enough for the level of detail and interaction I require. Citing it as one of your examples right at the beginning told me that your opinion on this is something I can trust.
@AwesomeOpenSource
@AwesomeOpenSource 2 жыл бұрын
I appreciate it. Azure is some amazing stuff for prototyping, and while Quant isn’t there yet, it’s still really great, and the developer has been adding some really great stuff coming soon to give a power boost for sure.
@benjamink7311
@benjamink7311 2 жыл бұрын
Awesome job brother
@AwesomeOpenSource
@AwesomeOpenSource 2 жыл бұрын
Thank you! Cheers!
@AverageJoe928
@AverageJoe928 2 жыл бұрын
Great video and software! Given that you do prototyping for your day job, any thoughts on how this stacks up to more established software? Are there specific features or use cases where this might be lacking compared to paid options? Also, have you checked out Inventree? It's a general use inventory manager that's had some impressive development. I'm surprised how little visibility its gotten given how good it is.
@AwesomeOpenSource
@AwesomeOpenSource 2 жыл бұрын
I fully believe that for mock-ups and prototyping, this could easily replace any needs I've had with paid alternatives. Additionally, many of those alternatives don't have the testing stats I showed near the end of the video, whereas this has it built in. On a lot of paid platforms, you have a separate application for the stats, that you then also pay more to use.
@chaysx177
@chaysx177 2 жыл бұрын
will you do a vid on portmaster (safing)? , thanks.
@AwesomeOpenSource
@AwesomeOpenSource 2 жыл бұрын
I actually checked out portmaster a while back and no matter what I did, it blocked everything. I had to uninstall it completely to get any connectivity back. I'll try to tackle it again when I have a bit more time. It looked really great, but maybe worked too well, hahaha.
@chaysx177
@chaysx177 2 жыл бұрын
@@AwesomeOpenSource Thanks a lot for replying, It has been getting many updates lately and has a really nice GUI so I thought you might like it, As other alternatives looks complicated and outdated.
@Equilibrier
@Equilibrier 2 жыл бұрын
Hi ! Very nice, and I tried this and it worked, just before the mongo server started to crash, will try with other versions like you do in this video, but ONE question, please: How do I modify the fe docker image to retrieve the source code from another repo, cloned from the official quantux repo ? I'm a newbie in docker, but I cloned Klaus's repo and made another version of quantux with my features in it, and I would like to benefit from your docker integration work. Thanks!
@AwesomeOpenSource
@AwesomeOpenSource 2 жыл бұрын
On my github site, where I keep this project, you can clone down the dockerfile, then change the source it clones, and rebuild the qux-fe image. github.com/bmcgonag/quant-ux-docker
@Equilibrier
@Equilibrier 2 жыл бұрын
@@AwesomeOpenSource Succeeded that. Many thanks !
@phainesthai
@phainesthai 2 жыл бұрын
I got it running the other day, but wanted it on a different server of mine, did exactly the same followed your setup, get to the login page, but does not want to register me as a user, when I check the mongo db database folder, there is absolutely nothing in it. When I try to login with the username & password I created is says password too short. I has something to do with the db volumes folder.
@AwesomeOpenSource
@AwesomeOpenSource 2 жыл бұрын
Hmmm. Not sure why it would be doing that. Did you try to move the db folder over from the original install?
@eeevans
@eeevans 2 жыл бұрын
Awsome video! I had it up and running in a few seconds with your instructions. My next question is how can I add my self-signed cert so that I get SSL? I'm only running it visible in my local network and one could argue it's not needed but it would be nice. It's internal so I can't use Let's Encrypt thus the self-signed. I have seen instructions how to do this for nginx but I'm not sure how this is published. Any ideas?
@AwesomeOpenSource
@AwesomeOpenSource 2 жыл бұрын
I would personally setup NGinX Proxy Manager, and then upload your self signed certs to that, and apply them to your site with a local URL. Proxying the URL to the IP and port.
@eeevans
@eeevans 2 жыл бұрын
@@AwesomeOpenSource is there a video on how to do that?
@slimshaddycoetzee5146
@slimshaddycoetzee5146 2 жыл бұрын
it would be easier if there was a deb file or appimage for a newbie this wont make sense two different install guides its kind confusing
@AwesomeOpenSource
@AwesomeOpenSource 2 жыл бұрын
I don't think I have 2 guides here. You need to setup docker and docker-compose, but those can then be used to run many applications. After than, you run the install for Quant UX. It's a web based application, and there is a lot more than just local access available in it. You can provide access to others to do user experience testing and get information through the Quant-UX system.
@benjamink7311
@benjamink7311 2 жыл бұрын
Bro i am unable to signup because it says too short password even my password is long and secure. please help
@AwesomeOpenSource
@AwesomeOpenSource 2 жыл бұрын
I'm not sure why you're hitting that issue. I just download the latest version, on a fresh machine, and started it up, and created an account with a 10 character password. I'm not sure what the minimum is...but 10 worked for me. Are there any logs in docker? You can use the command docker-compose logs to see any logs that are created, and see if there are any errors or issues.
@benjamink7311
@benjamink7311 2 жыл бұрын
@@AwesomeOpenSource 11:50:34.092 [vert.x-worker-thread-14] ERROR com.qux.bus.VMHeater - touchMongo() > error > Count tables com.mongodb.MongoTimeoutException: Timed out after 30000 ms while waiting for a server that matches ReadPreferenceServerSelector{readPreference=primary}. Client view of cluster state is {type=UNKNOWN, servers=[{address=quant-ux-mongo:27017, type=UNKNOWN, state=CONNECTING, exception={com.mongodb.MongoSocketException: quant-ux-mongo}, caused by {java.net.UnknownHostException: quant-ux-mongo}}] at com.mongodb.internal.connection.BaseCluster.createTimeoutException(BaseCluster.java:408) ~[qux-server.jar:?] at com.mongodb.internal.connection.BaseCluster.handleServerSelectionRequest(BaseCluster.java:316) ~[qux-server.jar:?] at com.mongodb.internal.connection.BaseCluster.access$800(BaseCluster.java:66) ~[qux-server.jar:?] at com.mongodb.internal.connection.BaseCluster$WaitQueueHandler.run(BaseCluster.java:491) ~[qux-server.jar:?] at java.lang.Thread.run(Thread.java:828) [?:?] 11:51:34.118 [vert.x-worker-thread-17] ERROR com.qux.bu
@benjamink7311
@benjamink7311 2 жыл бұрын
this is the error im getting in backend server
@ashwin372
@ashwin372 2 жыл бұрын
Penpot?
@AwesomeOpenSource
@AwesomeOpenSource 2 жыл бұрын
I’ll get to it in the future.
@arnabkundu7186
@arnabkundu7186 2 жыл бұрын
Try penpot.. it's also open source and free...
@AwesomeOpenSource
@AwesomeOpenSource 2 жыл бұрын
It's on my list of software to try out.
🍉😋 #shorts
00:24
Денис Кукояка
Рет қаралды 3,7 МЛН
The Problem With Microservices
17:47
Continuous Delivery
Рет қаралды 434 М.
Draw.io - an open source, self hosted, diagramming tool with a ton of power!
20:01
Self hosted, open source password manager built for teams!
25:01
Christian Lempa
Рет қаралды 73 М.
🍉😋 #shorts
00:24
Денис Кукояка
Рет қаралды 3,7 МЛН