What projects are you guys working on?

Ive been working on https://www.superdatascience.com and https://www.datasciencego.com. We have a online Data Science education platform and we also have a very big event for Data Scientists in the USA (soon also Europe). All our websites run with Meteor and also Galaxy :slightly_smiling_face:.

3 Likes

Iā€™ve been working on a new car catalog for the mexican market, the nameā€™s going to be Autogenio and itā€™ll let you check all the cars, versions, prices, specifications etcā€¦ of ALL the new cars in Mexico.

I built it with a really cool theme from Themeforest, adapted it to Meteor, created the admin and ā€˜translatedā€™ it into React. Itā€™s coming out really cool, I just need to get the pictures from all the cars and later work around SSR to be ready!

You can check a preview of it here: http://167.71.120.160/

Any feedback is welcome!

3 Likes

Cool, but I generally buy cars within a few km of my city (i.e. I donā€™t care about cars anywhere else). If your marketing message was ā€œevery car within easy reachā€ and tools to limit my search to a specific area / radius I would be more interested.

1 Like

I did https://www.shillerz.com for a client in meteor/react itā€™s a social media platform for cryptocurrency when you can predict the evolution of crypto. The platform checks if you predictions is valid based on the exchanges API, using CRON jobs and if gives you point accordingly. It is a way to see who can make real cryptocurrency prediction.

Unfortunately the project didnā€™t take off but technically speaking it was a great project.

Also for another client I did a platform which optimises the quantity of concrete and steel in the building industry. Calculation were made on an external server using MatLab and their algorithms and I had to do the whole interface in Meteor/React including plenty of graphs and data visualization.

Now working on a third major project, this time for me, not a client, which will be out soon and I will keep the community posted. I just love Meteor for the ease of use, deployment and the capacities.

It seems that https://builtwithmeteor.com/ is not updated anymore. Itā€™s a shame it is a great way to show the world that Meteor has no real limitations.

2 Likes

Thanks for the feedback, my site at the moment is focused for the mexican market, and we normally have the same cars available country-wide, but good consideration to be prepared for expansion to other countries. :slight_smile:

My personal project (built with Meteor) is a homeschool planning, tracking, reporting app: aflexiblehomeschool.com.

The company I work for has a great suite of apps (one of which is built with Meteor) for Facility Managers: www.assetworks.com

2 Likes

Hi @thorus, I canā€™t detect any presence of Meteor on the landing page at https://www.attentto.com/ - I guess Meteor is introduced once youā€™re logging/logged in?

I checked because I was curious whether you were able to include only the Vuetify components you need rather than the full library, as per my question here: Vuetify-loader 'a-la-carte' imports without webpack ?

Hi @wildhart I use the full lib. but will look on howto do it on the other way when I have time. I use Vuetify like this https://github.com/Hernanm0g/meteor_vuetify/ (its not me)

1 Like

Hi wildhart.

I was also asking myself if its possible to use Vuetify a la carte and vue-loader without webpack, but its not. Butā€¦

What you can do is to replace Meteorā€™s legacy bundler with webpack. Now thats possible thanks to ardatanā€™s awesome package.

FYI, your app can become really lightweightā€¦ from 30MB to 1MB in the first page load. So i really recommend this, also to @thorus.

The new version @1.3 of meteor_vuetify boilerplate has webpack already configured as default so please check it out.

Hope this helps. cu

2 Likes

I absolutely agree with you. Very useful and correct thoughts.

Hi! Interesting thought about owning tech, can you please elaborate?

Thereā€™re a lot of interesting and promising projects. I have been working on creating a personal brand for a long time, but I still cannot rise to the global international level.

Iā€™m currently working to present my project in China. I have already done the localization and reversal, but I still needed to provide a personal statement of the residence, Iā€™m preparing it using this service https://residencypersonalstatements.net/our-services/pediatric-residency-personal-statement-writing-service/ This is the last preparatory stage before starting my project. Iā€™m very excited about this new experience for me, which will help bring my project to the world level.

1 Like

Weā€™re working on Marble AR. Itā€™s the first social network in Augmented Reality and allows people to drop memories and stories in the real world.

The frontend is written in Unity, using a native DDP connection to the Meteor backend. We built the first prototype within 6 weeks when we were part of Techstars in Los Angeles. This would not have been possible without Meteor. Itā€™s such a great tool for rapid prototyping (and beyond).

Weā€™re also part of the First Global 5G Consumer Entertainment Program run by Deutsche Telekom (parent company of T-Mobile) and RTL, a major European TV network.

Plus, weā€™ve just been selected as one of the 20 finalists of the Huawei Apps Up Innovation Competition. They currently run a public voting, so any vote would be highly appreciated :slight_smile: Once you enter your e-mail there, you have to tap on ā€œSendā€ in the verification code field which is a bit confusing. Each vote enters a lucky draw, with a max of 3 votes per day. Thanks for your support!

6 Likes

Weā€™re working on pingpong ā€“ the messaging app for remote teams. You can think of it as a mix between forums and chat.

We found that slack was stealing our time and attention. It made it difficult to do our best work with the barrage of notifications for things that arenā€™t urgent, inter-mixed conversations, fear of missing out on a conversation because youā€™re heads down, and the green, ā€œpresenceā€ dot (aka hey everyone, Iā€™m available to be interrupted). So we made pingpong to be the antidote.

We recently converted the frontend to Svelte. :slight_smile:

3 Likes

Iā€™m building https://updrafts.app, a design tool using tailwind css. It helps developers creating nice looking designs. And it helps designers creating something developer friendly. The design can be exported as html + css classNames, which are then directly usable by developers.

3 Likes

I think Meteor is one of the easiest and fastest ways to build full-stack web apps. I have built my own personal project https://whefi.com with Meteor and React,
in the application I use several APIs and I have implemented SSR.
Meteor provided me the opportunity to write server-side and client-side code without much complications, and also deploying with Galaxy or MeteorUp is super easy.

1 Like

Pretty cool app! If you want, you can fill out this quick form so we can feature it in our socials :slight_smile:

1 Like

Thanks a lot for your feedback :slightly_smiling_face:, I have also filled the form in the link above.

1 Like

Building an MMO :smiley:

5 Likes