CRM / Admin Dashboard?

I’ve been looking for a while for a proper CRM that can integrate Meteor without a ton of development, or a simple meteor admin dashboard that works (ideally) with a modern React stack. I found this old repo that uses iron-router/blaze but appears not to be maintained anymore.

Has everyone in production here built their own admin interface?

1 Like

planoplycms https://github.com/DeligenceTechnologies/Panoplycms

2 Likes

Hello @florianbienefelt

We are the developer of PanoplyCMS and in next week - we are going to release it’s next version which uses Redux and Meteor 1.4 Standards and has a beautiful frontend.

@ericl - Thanks for recommending PanoplyCMS.

1 Like

Looking forward to that :slight_smile:

1 Like

@deligence1 that’s super cool! Your demo is down, though, I’d love to see what it looks like.

I’ve used Scorpius CRM recently, and overall it was very nice to use (based on the now defunct Orion).

@buishi - the demo is working now. Thanks for reporting this to me.

I’m about to launch something that might fit your needs, would be great to hear what you think of it.

1 Like

That looks pretty cool, but 5k is way to expensive

its not launched yet - its to prevent sales :smiley:

Haha ok that’s much better

@msavin sounds promising!

Do you already have a date in mind for when you’re planning to ship it? What range is pricing going to be in?

Do you have an alpha/beta demo somewhere ?

Right now I am just trying to get it out of the door in good shape. I hope the video provides sufficient “proof” that it works. I am hearing a lot of people are asking for a real demo though, so I will work on that next.

Ah, didn’t see there was a video, somehow it doesn’t play on my iPhone (and I can’t start it otherwise). Might want to fix that :slight_smile:

Checked it again on desktop and it looks cool!

Please check the updated demo -

Frontend -
http://45.55.157.253/

Backend -
http://45.55.157.253/admin

Backend Login Details -
Email: info@deligence.com , Password: Pass@123

I found this https://github.com/marmelab/admin-on-rest : can work as a react component in your existing app, or just export your REST API using something like restivus or use GraphQL maybe someone could build a DDP client ?