Standalone Components
In addition to the Customer Portal and checkout flow, Schematic provides a standalone components that can be used through your application and other web applications.
The first standalone component we offer is a Pricing Table.
Built for public facing pages
Standalone components are designed for use on your marketing site or other public-facing pages and thus load much more quickly than the Customer Portal. They load your configured plans, not customer specific data, so they operate in a much lower security context. Because of this, they only require a Schematic public key (the same one used by the React or Javascript SDK), instead of a temporary access token.
Additionally, standalone components are not configured through the Schematic component builder, but via code where they are used. This requires much less data from Schematic and supports a much more performant experience.
Example
An example of a standalone component in use is the Pricing Table component from the Schematic Weather Demo App
A sample of the Pricing Table component in use is below:
Details of the styling options available for the Pricing Table are available on the Pricing Table page.