Socket
Book a DemoInstallSign in
Socket

@dropinblog/nextjs-rendered-starter-kit

Package Overview
Dependencies
Maintainers
3
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dropinblog/nextjs-rendered-starter-kit

This is a CLI tool to create a Next.js blog with DropInBlog integration.

1.0.8
latest
Source
npmnpm
Version published
Weekly downloads
355
338.27%
Maintainers
3
Weekly downloads
 
Created
Source

@dropinblog/nextjs-rendered-starter-kit

A CLI that scaffolds a DropInBlog‑powered /blog into an existing Next.js project. It adds a complete blog route along with a tiny helper library for fetching pre‑rendered content from DropInBlog’s API.

Features

  • Installs a ready-to-use /blog route with DropInBlog integration.
  • Includes main list, category list and author list routes with pagination.
  • Includes single post route.
  • Includes sitemap route.
  • Includes main RSS feed, category RSS feed and author RSS feed.

Installation

npm install @dropinblog/nextjs-rendered

Usage

Run the CLI in the root of your Next.js project:

npx @dropinblog/nextjs-rendered-starter-kit

You will be prompted to confirm if your project uses a src/ directory.

  • If yes, /blog and /dib-lib will be added to src/app and src/dib-lib.
  • If no, they will be added to app and dib-lib at the project root.

What’s Included

  • /blog: All the necessary pages for sitemap, posts, categories, authors, feeds, and pagination.
  • /dib-lib/api.ts: Pre-configured DropInBlog API helper.

Configuration

  • Add your DropInBlog API token and blog ID to your .env:

    DROPINBLOG_API_TOKEN=your_api_token_here
    DROPINBLOG_BLOG_ID=your_blog_id_here
    
  • Deploy or run your Next.js app. The /blog route is now live and powered by DropInBlog.

Requirements

  • Node.js 18+
  • Next.js 13+ (with App Router)

License

ISC

  • DropInBlog

Keywords

dropinblog

FAQs

Package last updated on 03 Sep 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.