cloudscribe Commercial Product Libraries

cloudscribe commercial libraries are published as nuget packages just like our open source libraries. You can find all of our libraries on nuget.org, the open source libraries have blue icons and the commercial libraries have green icons. The easiest way to get our products is by using our Project Template for Visual Studio, which can create an application configured with our open source and commercial libraries in various configurations based on the options you choose. We also have reference sample applications on github that show how to wire up the nuget packages in case you want to integrate our products with existing web applications. You can find links to the reference applications in the list below and in the product details listed in our store. All of our commercial products are released under our commercial product license, and an Enterprise licence is also available if you would like to obtain the source code to make further modifications for your own projects (please contact us for details).

Some of our commercial libraries can be used with any ASP.NET Core MVC application and do not require cloudscribe Core, but all of our commercial libraries work optimally when used with our open source libraries.

We put a lot of effort into all of our products both open source and commercial, but we depend on sales of our commercial products to support our continued work.

Forms and Surveys

Product Details

Github sample reference application

TalkAbout Comment System

Product Details

TalkAbout Forums 

Product Details

Newsletter

Product Details

Github sample reference application

Membership Paywall

Product Details

Github sample reference application

Email Templating

This is not a standalone product, it is used for email templates in the newsletter solution and for membership renewal reminders in the paywall solution

Email Queue

This is not a standalone product, it is used in the newsletter solution and in the paywall solution

Stripe Integration

This is not a standalone product, it is used in the paywall solution and will be used in other ecommerce solutions in the future

Trial Mode Limitations

Our commercial libraries are free to try, but typically have alert messages shown every few page requests or other limitations that can be removed by installing a license activation file. Activation files are sold per host name, so you need to purchase a separate activation file for each host name where you use the product in order to remove the trial mode limitations.

screen shot of a trial mode alert message

Clicking the link in the alert will take you to the cloudscribe store passing a token for the product and the current host name so that you can create a license activation and purchase the needed file to remove the alert or other product limitation.

You should get the product working locally, then deploy to your production environment before purchasing the activation file since the activation file is always for a specific host name. You generally should not purchase an activation file for localhost unless you don't mind buying a license just to get rid of the alerts in your development environment.

Installing the activation file

The activation file for each product and host name must be installed to remove the trial mode alerts and limitations. You need to create a folder named LicenseFiles in the root of your web application. You download the activation file and put it in that folder, or if you need to purchase activation files for more than one host name, you can organize them into sub folders corresponding to the host name. For example if you site is running at www.somedomain.com then you would create the folder structure /LicenseFiles/www.somedomain.com/ and put the activation file for that host name in the folder named the same as the host name. This is useful if you want to purchase activation files for different environments that use different host names and also useful if you are using host name based multi-tenancy. It is a good idea to check these files into your source code repository along with your application code.