Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/versecafe/logwatch

NextJS & React port of Logspot
https://github.com/versecafe/logwatch

app-router-nextjs markdown nextjs react tailwindcss

Last synced: 21 days ago
JSON representation

NextJS & React port of Logspot

Awesome Lists containing this project

README

        

Logwatch is a lightweight, free and open source template for your changelog made with [React](https://react.dev),
[NextJS](https://nextjs.org) and [Tailwindcss](https://tailwindcss.com). It leverages [contentlayer](https://www.npmjs.com/package/contentlayer)
for your feed which allows you to use mdx files stored inside the repo as a CMS.

### Features

- Markdown support
- Code highlighting with [rehypePrettyCode](https://www.npmjs.com/package/rehype-pretty-code)
- Completely static pages
- Displays releases newest to oldest

### Acknowledgement

This project is a port of [logspot](https://logspot.vercel.app/), made by [Fayazara](https://github.com/fayazara) from
Vue with Nuxt, to React with Next 14 & the App Router, This is meant not only to provide a NextJS template but also a
good comparison of react to vue code for those looking to port from one, or trying to see what they'd prefer for their
first project.