Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/blinkx-io/blink
https://github.com/blinkx-io/blink
headless headless-cms javascript nextjs npm nuxtjs react svelte sveltekit typescript vue
Last synced: 25 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/blinkx-io/blink
- Owner: Blinkx-IO
- License: mit
- Created: 2021-11-09T03:33:29.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-01-24T00:32:38.000Z (10 months ago)
- Last Synced: 2024-05-09T06:54:14.712Z (6 months ago)
- Topics: headless, headless-cms, javascript, nextjs, npm, nuxtjs, react, svelte, sveltekit, typescript, vue
- Language: Svelte
- Homepage: https://blinkx.io
- Size: 123 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
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](#get-started)
- [Key Features](#key-features)
- [Blink X Core](#blink-x-core)
- [Developer experience](#developer-experience)
- [Join the community](#join-the-community)
- [Want to contribute?](#want-to-contribute)
- [License](#license)## Get started
- Create a free account on [blinkx.io](https://blinkx.io/signup) and start visually designing your page or app.
- Install the [SDK](https://www.npmjs.com/package/blinkx.io) with npm:
```bash
npm i blinkx.io
```- Or Integrate the [Blink REST API](https://blinkx.io/api-browser) to your site or app
## Key Features
![blink-sdk-components](https://user-images.githubusercontent.com/4421818/141836560-655a5f40-a1d3-498e-adec-1a2b2ad7a446.png)
### [Blink X Core](https://blinkx.io)
- Visual Experience Editor (VX Editor)
- Responsive Layouts
- [Headless Commerce](https://blinkx.io/coming-soon)
- [Headless CRM](https://blinkx.io/coming-soon)
- [App Marketplace](https://blinkx.io/coming-soon)### [Developer Experience](https://blinkx.io)
- [Custom Plug-ins](https://blinkx.io/coming-soon)
- [Custom Components](https://blinkx.io/coming-soon)
- [Use Javascript to enhance the VX Editor](https://blinkx.io/coming-soon)## Join the community!
Questions? Chat with us in our [official forum](https://discord.gg/Pt8sZJJP)!
## Want to contribute?
Found a bug, or want to contribute code? Pull requests and issues are most welcome.
## Troubleshooting and feedback
Open an [issue](https://github.com/Blinkx-IO/blink/issues).
## License
Blink X is available under the [_MIT License_](https://github.com/Blinkx-IO/blink/blob/main/LICENSE)