New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

vibelog

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vibelog

Bring your own content with some vibes ✨

latest
npmnpm
Version
0.3.4
Version published
Weekly downloads
1
Maintainers
1
Weekly downloads
 
Created
Source
VibeLog Logo

VibeLog

NPM Version NPM Downloads

Bring your own content with some vibes

Transform any content source into a production-ready blog with AI-powered styling.

Philosophy

  • Markdown as primitive - Everything is markdown, including content & structure
  • Modify, don't generate - Transform existing mature frameworks instead of generating UI from scratch
  • Pass the vibe check - Good enough is perfect

Quick Start

mkdir your-blog && cd your-blog

Preview your content

export OPENAI_API_KEY=<your_openai_api_key>

# Start dev server
npx vibelog dev --content hackmd@<your_username> --ai openai@gpt-4o-mini

# Go to http://localhost:5566 and try prompts like: "dark theme with pink"

Build prod-ready blog

# Build to `dist`
vibelog build --site-url https://your-blog.com

Deploy

npx surge dist

Commands

vibelog --help
vibelog dev --help
vibelog build --help

Requirements

  • Node.js v20+

Keywords

blog-builder

FAQs

Package last updated on 17 Jun 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