RSquaredNerds Store¶
This page outlines how users can support the project and purchase tools.
At this stage the site is static, so checkout is handled via external payment providers (such as PayPal or Stripe). Later, an ASP.NET Core application can provide a fully integrated account + purchase system.
Current Purchase Flow¶
- User visits this page and chooses a product.
- They click a Buy button which sends them to a secure payment page (e.g. PayPal / Stripe Payment Link).
- After payment, you deliver licenses or downloads manually, or via a simple automated email.
Example Layout¶
Custom Service Manager¶
- One-time purchase ("cup of coffee" model).
- Includes lifetime access to minor updates for this major version.
Custom Service Manager
Manage custom Windows services with a friendly UI and SQLite-backed configuration.
Resource Translator¶
Future ASP.NET Store
When you're ready, you can replace or augment this static store with an ASP.NET Core application that handles user accounts, purchase history, and license management.