Git Product home page Git Product logo

doc.uicheck.io's Introduction

description
UiCheck is a drop-in subscription management portal for your users. UiCheck works on top of Stripe Billing.

What is UiCheck ๐Ÿคทโ€โ™‚๏ธ

UiCheck website: https://uicheck.io/.

UiCheck app: https://dashboard.uicheck.io/

๐Ÿคทโ€โ™‚๏ธ Why would I use UiCheck?

To save time! Maybe you are creating the newest and wildest SaaS, filming some top of the line video tutorials or starting any kind of subscription based business.

In a business with subscription revenue, you need a page where your users can manage their billing information, upgrade plan, see their past invoices and update their credit cards.

{% hint style="info" %} Don't know what is Stripe? No problem! We can tell you all about it here. {% endhint %}

Programming a billing management page looks straightforward at first, however, the reality is very different. Stripe has a subscription product called Stripe Billing, but you have to get familiar with a lot of their APIs concept before getting productive. Once you get productive, their APIs get updated and you have to keep up with the changes. Finally, you must translate everything in term of UI and buttons, since Stripe does not provide any kind of hosted subscription management portal.

This is where UiCheck comes in to save the day. You embed the following snippet of code on your website:

<div id="uicheck-embed"></div>
<script>
    window.uicheckSettings = {
            uicheckId: 'uicheck_id',
            customerId: 'stripe_customer_id',
            signature: 'signature',
            livemode: false
    }
</script>
<script src="https://cdn.uicheck.io/uicheck.js" async></script>

And... you get a personalized subscription management portal for each of your customers ๐Ÿš€:

You can now focus on other part of your website. To goal of UiCheck is to save you precious time so you can instead develop the business logic that will bring the value to your subscription business.

But to see if it works for you there is no better way that trying it out. Follow the installation guide to see how it's easy and fast to integrate UiCheck into your website.

{% hint style="info" %} Need more help? Chat with us on Facebook! We will be happy to see how we can help you and improve our doc. If something is not clear we would love to hear about it ๐Ÿ˜ {% endhint %}

doc.uicheck.io's People

Contributors

philippegirard avatar gitbook-bot avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.