Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/lijialiang/kvdis-nextjs
- Owner: lijialiang
- Created: 2024-01-08T08:44:06.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-01-12T13:58:18.000Z (10 months ago)
- Last Synced: 2024-09-14T09:45:01.480Z (2 months ago)
- Topics: kv, nextjs, reactjs, rsc, vercel
- Language: TypeScript
- Homepage: https://kvdis-nextjs-demo.vercel.app
- Size: 55.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- 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