@supergrowthai/next-blog
TypeScript icon, indicating that this package has built-in type declarations

2.0.0-beta.6 • Public • Published

Next-Blog Core

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.

Development

# Install dependencies
bun install

# Build in watch mode
bun run dev

# Production build
bun run build

Usage

This package is intended to be used with Next.js applications. See the main project README for detailed usage instructions.

Package Exports

The package exports the following modules:

Main module

import nextBlog, {FileDBAdapter, MongoDBAdapter} from '@supergrowthai/next-blog';

Adapters (alternative import path)

import {FileDBAdapter, MongoDBAdapter} from '@supergrowthai/next-blog/adapters';

Types

import type {Configuration} from '@supergrowthai/next-blog/types';

UI (future use)

The UI module is reserved for future customizable components.

// Reserved for future use
// import { ... } from '@supergrowthai/next-blog/ui';

Package Sidebar

Install

npm i @supergrowthai/next-blog

Weekly Downloads

3

Version

2.0.0-beta.6

License

ISC

Unpacked Size

670 kB

Total Files

52

Last publish

Collaborators

  • adexp