Login with Subscripto
Let's discover Subscripto in less than 5 minutes.
Subscripto Login is a secure and fast way to have users connect with your app as a paid subscriber and to give permission for you to charge (credits) for usage.
Use Cases
Account Creation Subscripto Login lets people quicks and easily create an account in your application without have to set a password or reenter common details. Solutions already exist for this. However, the USP when adding subscripto, is that our accounts come with users that hold credits. They do not need to enter their credit
Pay as you go usage The other USP is that we enable users to pay for usage by the hour. This means, those users that may not have subscribed to your application due to the need to commit to a subscription, Subscripto enables you to charge on a minute, hourly, daily or weekly basis.
Offer pacakges If you have multiple application or partner with other app providers, it is possible to create credit bundles that offer credits for multple applications. You can bundle credits with your subscription plans.
Features
Single Account When users choose Subscripto for their means of signing up to applications, they are more willing to try out applications, due to low friction subscription. Our secure platform gives them confidence that their money is not at risk
-
Web, Mobile applicaitions Our button is agnostic and therefore works with Web and Mobile Applications. It is also possible to charge on-going costs and or charge for in-app items
-
Use trusted OAuth with added billing Buttons are already a trusted means of logging into our applications. Our USP is that we have billing and payments attached. Users can select their subscription plan via our platform which then changes their subscription level when they log into your own application.
-
Controlled permissions As we operate a centralised subscription hub, users can determine the account information that is shared with you when they intiially register with your application. Users trust us to look after their money and ensure they are not overcharged
-
Credit based usage Subscripto unit of billing is virtual credits. Users purchase credits and these are spent as users use your application (Pay As You Go) or as a fixed charge for on-going subscriptions. Credits are usable across all our partner apps. It is also possible to reward your users credits so they can use your application even more.
-
Subscripto Ecosystem With a common button, users trust us as a means of paying for subscriptions on your application. We are the only platform revolutionising subscription billing in the favour of customers, and we are improving each year.
Getting Started
Get started by creating a new site.
Or try Docusaurus immediately with docusaurus.new.
What you'll need
- Node.js version 20.0 or above:
- When installing Node.js, you are recommended to check all checkboxes related to dependencies.
Generate a new site
Generate a new Docusaurus site using the classic template.
The classic template will automatically be added to your project after you run the command:
npm init docusaurus@latest my-website classic
You can type this command into Command Prompt, Powershell, Terminal, or any other integrated terminal of your code editor.
The command also installs all necessary dependencies you need to run Docusaurus.
Start your site
Run the development server:
cd my-website
npm run start
The cd command changes the directory you're working with. In order to work with your newly created Docusaurus site, you'll need to navigate the terminal there.
The npm run start command builds your website locally and serves it through a development server, ready for you to view at http://localhost:3000/.
Open docs/intro.md (this page) and edit some lines: the site reloads automatically and displays your changes.