CMS and Blog
The features supported by Nexty.dev's CMS module are also unique among similar Next.js SaaS boilerplates. It's not only a tool for content management and publishing, but its advanced features can also support the needs of paid content platforms.
Blogs List
You can view core information of every article through the list, including title, language, whether pinned, status, access permissions, and more.
The action column supports editing, copying, and deletion. The Duplicate
feature can help you quickly create articles with similar content, especially when creating multilingual versions of articles, which can help you reduce many repetitive operations.

Create/Edit Page
On the create/edit page, you can not only set essential blog information (title, slug, description, tags, feature image), but also support advanced settings such as pinning, editing status (draft, published, archived), and access permissions (public, logged-in users, subscribed users). Content editing supports both Markdown and rich text modes, and also supports AI translation.


User-side Blog Module
On the user side, you can see a list of all published articles and filter them by tags.

If an article is set to be accessible by logged-in users or paid users, the article detail page will not display the body content.

With these features, Nexty's CMS module can easily implement different types of content websites, such as free blog websites, paid tutorial websites, or newsletters.