blinkx BLINK X

Design experiences faster, connect any framework.

                                       

Dislpay your content
import { blink } from 'blinkx.io'
  
blink.init('YOUR_KEY');
  
async function getBlinkPages() {
  const blinkContent = await blink.getContentItem('PAGE_URL','html');
 
  return{
    content:{
       html: blinkContent.body.html,
       css: blinkContent.body.css,
       seo: blinkContent.seo_fields
    }
  }
}

Table of contents

Get started

  • Create a free account on blinkx.io and start visually designing your page or app.

  • Install the SDK with npm:

    npm i blinkx.io
    
  • Or Integrate the Blink REST API to your site or app

Key Features

Developer Experience

Join the community!

Questions? Chat with us in our official forum!

Want to contribute?

Found a bug, or want to contribute code? Pull requests and issues are most welcome.

Troubleshooting and feedback

Open an issue.

License

Blink X is available under the MIT License

Top categories

Loading Svelte Themes