Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lijialiang/kvdis-nextjs

Lightweight alternative to Disqus.
https://github.com/lijialiang/kvdis-nextjs

kv nextjs reactjs rsc vercel

Last synced: 8 days ago
JSON representation

Lightweight alternative to Disqus.

Awesome Lists containing this project

README

        

# KvDis-Nextjs

Using [Nextjs RSC](https://nextjs.org/docs/app/building-your-application/rendering/server-components) as the rendering component and [Vercel KV](https://vercel.com/docs/storage/vercel-kv) to store the comment data for the lightweight alternative to Disqus.

👉🏼 [kvdis-nextjs-demo.vercel.app](https://kvdis-nextjs-demo.vercel.app/)

## Features

* [ ] Github SSO
* [ ] Comment management
* [ ] More styles

## Simple Use

1. Install

```bash
$ npm i kvdis-nextjs
```

2. Import into use

```ts
import KvDis from 'kvdis-nextjs'

export default function Comment() {
return (

)
}
```

## License

MIT