Hi all, we are currently working (brainstorm) on a new saas CRM system.
We are looking to build a CRM that can do lead nuthering, creating offers, invoicing, planning of employees and building reports (using a app of The employees)
What would you recommend as the best framework?
It's less about the framework and more about how you design your CRM. So I would suggest maybe do some research and modelling around your architecture. Implementation then becomes less of an issue and can be done in a language/framework you are most comfortable with.
Also remember that frameworks can sometimes be limiting
The "best" framework is always relative to what your goals are and what you want to achieve. So the "best" answer is...it depends. 90% of the time you go with what you know best.
Some questions to ask yourself:
If this is the case then you need to consider the types of frameworks where you can get cost-effective resources. In my experience, PHP is good for this
If it's not the case then I would firstly recommend you go with the framework you know best and look for boilerplates if the framework doesn't provide something out the box.
I have been in situations where I just want to get something out the door really quickly. Since I work mainly in AI I usually go with Django. You get a lot out of the box.
If I am focussed on an elegant solution with server-side rendering, advanced UI/UX then I recommend Node and React+NextJS/Angular/Vue (Use a boilerplate). Mainly because isomorphic platforms help you a lot in the long run from various aspects. Happy to dive into why
Which boilerplates you would recommend that has users, teams, ACL, billing, master management dashboard to manage clients, notification, etc.. to kick start things quickly?
What do you have experience in already? That is what I would use as a starting point, the choices are endless.
I dont have much experience. Only Some basic PHP. But we want to platform to be built :-)
If you have some PHP experience have a look at Laravel, it has a big community around it so lots of resources out there. Good luck
Hi, i have been a heavy python user. I suggest you to check Odoo or Flectra. They has ready made CRM platform with complete feature and relatively easy to customize.
Django Framework (Python)
This comment was deleted 4 years ago