Need some help to find out if RadSystem is the way to go for me
1- My project is to build a SAAS multitenant: 1 app for the super admin and another for clients, do you have any provision for that? Any example? Tutorial? Help?
2- It will have all basic CRM features plus financials and other stuff related to production. Do you have any CRM templates or starter kits?
simple answer to this is if you can build code or rather write code rad can allow you to build anything you think of as long as you know how to do it! what you are suggesting requires more handson code than is currently available in rad but if you can do it with code rad will give you all the resources you need to get going! just make sure you keep a back up every time
Multi-tenant SaaS — Yes, it’s possible, but there isn’t a ready-made “one-click” multi-tenant solution. Typically you’d build a separate admin app and a client app, sharing the same database (or separate databases, depending on your architecture). Some of the implementation is still up to you, so expect a bit of custom development.
CRM templates — There are starter apps and sample projects, but I wouldn’t say there’s a complete CRM/ERP template with finance and production modules out of the box. The platform is good at generating CRUD, authentication, roles, reporting, etc., which can save a lot of time, but the business logic still needs to be implemented.
Using a .NET template — It depends on the template. If it’s mostly a frontend (Bootstrap, admin dashboard, Razor views, etc.), you can usually integrate its design. If it’s a full application with its own architecture and backend, merging it with a generated project may require quite a bit of manual work.
If your goal is a fairly large SaaS with CRM + financials + production, I’d recommend building a small proof of concept first. That will give you a much better idea of how well the platform fits your requirements before committing to the full project.