https://github.com/bdbch/naest
Next.js based documentation template
https://github.com/bdbch/naest
Last synced: about 1 year ago
JSON representation
Next.js based documentation template
- Host: GitHub
- URL: https://github.com/bdbch/naest
- Owner: bdbch
- Created: 2024-04-26T18:06:21.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-22T09:04:53.000Z (over 1 year ago)
- Last Synced: 2025-02-12T18:22:11.594Z (over 1 year ago)
- Language: TypeScript
- Homepage: https://naest.vercel.app
- Size: 1.56 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# Welcome to Naest
Naest is a simple, Next.js-based `static site generator` that uses MDX for content. It's designed to be a simple, flexible, and fast way to create a static site documentations.
## Motivation
I created Naest because I wanted a simple but flexible way to create static site documentations with Next. I know there are many other static site generators out there (for example [Nextra](https://nextra.vercel.app/)),
but I wanted to create my own to learn more about Next.js and MDX and play around with ways to parse data around in an Next application.
### What is the difference to Nextra?
Nextra is a great Next template for documentations and blogs. I think the biggest difference to Naest is, that Nextra is using the page router and is a lot more opionionated in terms of design and structure.
I think Naest is a bit more flexible in terms of design and structure, but can also a bit more complex to use.
## Who are the maintainers of Naest?
- **[bdbch](https://github.com/bdbch)** - Currently sole maintainer of Naest.