Add blogging to your nextjs project in a jiffy.
This package has been migrated to a Vite-based build system with Bun as the package manager.
# Install dependencies
bun install
# Build in watch mode
bun run dev
# Production build
bun run build
This package is intended to be used with Next.js applications. See the main project README for detailed usage instructions.
The package exports the following modules:
import nextBlog, {FileDBAdapter, MongoDBAdapter} from '@supergrowthai/next-blog';
import {FileDBAdapter, MongoDBAdapter} from '@supergrowthai/next-blog/adapters';
import type {Configuration} from '@supergrowthai/next-blog/types';
The UI module is reserved for future customizable components.
// Reserved for future use
// import { ... } from '@supergrowthai/next-blog/ui';