npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

@builder.io/plugin-kontent-ai

v0.0.2

Published

Connect your Kontent.ai project data to your Builder.io project!

Downloads

7

Readme

Builder.io Kontent.ai plugin

Connect your Kontent.ai project data to your Builder.io project!

Installation

Go to builder.io/account/space and type @builder.io/plugin-kontent-ai in the text input.

Installation screenshot

Then hit save, you'll be prompted for to enter your projectId, which you can get from your "Project Settings" > "API keys" in Kontent.ai application.

Configuration screenshot

Usage

When you have data that resides in Kontent.ai that you want to use in your Builder app, you can use Builder's data provider plugin to fetch and display it on your site.

For following showcase we are using tha sample project created in Kontent.ai for demonstration purposes - it's project ID is 975bf280-fd91-488c-994c-2f04416e5ee3.

Once you have your plugin configured, your Builder.io project allow you to select items you what to use on your site.

First, create a new page and insert a text block to your page.

Adding first text block

Now let's connect data from Kontent.ai with Builder's page. Select data tab and use "Connect data" button to select Kontent.ai.

Connect Kontent.ai with Builder.io's page

Then pick the content type you want to select item(s) based on (i.e. Article).

Picking content type

Pick a content item (entry) base on the content type you picked (i.e. Coffee processing techniques).

Picking content item

Edit text block properties (by double click on in) and select "Edit bindings".

Open text block bindings settings

Select the value of element (i.e. title's value) - you can use search box for easier selection.

Select title value to bindings

Now repeat for second text element (you don't need to pick an entry again) and set text clock binding to other element's value (i.e. body_copy).

Setting second text block bindings

Finally tune up a style a little - set heading fon size to 32px site and edit layout around of the article to have 640px width and center it horizontally and here we go:

Final article showcase