https://github.com/lijialiang/kvdis-nextjs
Lightweight alternative to Disqus.
https://github.com/lijialiang/kvdis-nextjs
kv nextjs reactjs rsc vercel
Last synced: 2 months ago
JSON representation
Lightweight alternative to Disqus.
- Host: GitHub
- URL: https://github.com/lijialiang/kvdis-nextjs
- Owner: lijialiang
- Created: 2024-01-08T08:44:06.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-12T13:58:18.000Z (over 1 year ago)
- Last Synced: 2025-02-17T19:43:07.862Z (8 months ago)
- Topics: kv, nextjs, reactjs, rsc, vercel
- Language: TypeScript
- Homepage: https://kvdis-nextjs-demo.vercel.app
- Size: 55.7 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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