lijialiang / kvdis-nextjs

Lightweight alternative to Disqus.

Home Page:https://kvdis-nextjs-demo.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

KvDis-Nextjs

Using Nextjs RSC as the rendering component and Vercel KV to store the comment data for the lightweight alternative to Disqus.

👉🏼 kvdis-nextjs-demo.vercel.app

Features

  • Github SSO
  • Comment management
  • More styles

Simple Use

  1. Install
$ npm i kvdis-nextjs
  1. Import into use
import KvDis from 'kvdis-nextjs'

export default function Comment() {
  return (
    <KvDis commentsKey="kvdist-nextjs-demo" />
  )
}

License

MIT

About

Lightweight alternative to Disqus.

https://kvdis-nextjs-demo.vercel.app


Languages

Language:TypeScript 60.5%Language:CSS 38.4%Language:JavaScript 1.1%