logicspike/docs

Category

Blog Engine

Blog platform vision, editor specifications, and service architecture

Doc

Blog System — Developer Guide

The complete internal reference for the Vlozi blog system. Everything a developer needs — architecture, schema, deployment, editor internals, SDK — lives here or is one link away.

Doc

`@vlozi/blog` — AI Integration Prompt

Paste-ready prompt for AI coding assistants Claude / Cursor / Copilot / GPT to integrate @vlozi/blog into a React or Next.js application without losing styling, breaking SEO, or sh

Doc

Blog System — Architecture

How all the pieces fit together. Read this before touching any of the three codebases. --- mermaid flowchart LR subgraph Clients"Clients" Dashboard"🖥️ Seller Dashboard\nNext.js ·

Doc

Blog Service — Technical Documentation

--- mermaid graph LR subgraph "Seller Dashboard" FE"blog.admin.api.ts" end subgraph "Gateway :8788" GW_AUTH"authMiddleware JWT" GW_APIKEY"apiKeyMiddleware" GW_PROXY"blog.proxy.ts"

Workflow

Blog System — Complete Workflow & Debugging Guide

--- mermaid flowchart LR Browser"🌐 Browser" --> Dashboard"seller-dashboard\nNext.js Proxy\n:3000" Dashboard -->|"Bearer JWT"| Gateway"Gateway\nCF Worker :8788" Gateway -->|"x-gate

Doc

Blog System — API Cookbook

Runnable curl and fetch recipes for the most common admin and public operations. Pair this with blog-service.md./blog-service.md when you need the full schema for an endpoint. ---

Doc

Blog System — Database Reference

--- | Table | Rows represent | Multi-tenant | |-------|---------------|-------------| | blog_posts | Individual blog posts draft, published, scheduled | tenant_id NOT NULL | | blog

Doc

Blog System — Deployment Guide

How to run the blog system locally and deploy it to production. --- | Tool | Version | Purpose | |------|---------|---------| | Node.js | 18+ | Runtime for local dev | | pnpm | 8+

Doc

Blog Editor — Architecture & Extension Guide

Technical reference for the TipTap-based blog editor in apps/seller-dashboard/src/modules/blog/editor/. --- The editor is built on TipTap v2 a ProseMirror wrapper. The main files a

Doc

Blog Engine — Frontend & UI Specification

This document outlines the detailed user interface structure, page layouts, and component interactions for the Blog Engine within apps/seller-dashboard Next.js. It covers the admin

Doc

Blog System — Glossary

Single-page reference for every term used across the blog docs. If a doc uses a term you don't recognize, look here first. --- A workspace. Every blog row is owned by exactly one t

Doc

Plan — Publish‑to‑Live Hosted Blog (no redeploy)

--- Symptom: publishing a post via dashboard/MCP did nothing on vlozi.app until someone ran next build && wrangler pages deploy and a stale Next data cache even hid it after that.

Doc

Blog System — Markdown Import Pipeline

How the dashboard's "Import Markdown" feature turns a .md file or pasted text into a draft post. Lives entirely in apps/seller-dashboard/src/modules/blog/import/. --- mermaid flowc

Doc

Blog System — Permissions Reference

Authoritative map of every permission check in blog-service: what string controls what route, who can hold it, and what bypass logic applies. Source of truth: apps/blog-service/src

Doc

`@vlozi/blog` Backlog

Lives between sdk-reference.md./sdk-reference.md ground-truth reference and the forward-looking visions integration-friction-vision.md./vision/integration-friction-vision.md, layou

Ref

`@vlozi/blog` — SDK Reference

Ground-truth reference for every public API surface in @vlozi/blog. Generated by reading the source code, not the docs. Target version: @vlozi/blog@2.1.6+, last audited 2026-05-01.

Doc

`@vlozi/blog` — Content Security Model

SDK consumers and integrators who need to reason about the trust boundary between blog content and the rendered page. This document explains where sanitization actually happens, wh

Doc

Blog System — Testing Guide

Test inventory, how to run tests, patterns, and coverage gaps. --- | Package | Tests | Runner | Last known pass | |---------|-------|--------|----------------| | apps/blog-service

Journey

Blog Engine — User Journeys

This document maps the end-to-end user journeys for the Blog Engine, covering both the admin authoring experience Seller Dashboard and the public consumption experience customer we

Vision

Vlozi Blog Engine — Product Vision

--- Vlozi Blog Engine is a fully managed, multi-tenant, headless blog system that ships as a core feature of the Vlozi platform. It consists of three pillars: ┌────────────────────

Vision

Vlozi Books — Product Vision

--- Idea: extend the blog engine with a "book" content type. A book is an ordered collection of chapters each is a long-form post with a cover, table of contents, and a public read

Vision

Vlozi Hosted Blog — Future Surface Vision

--- Layouts ship to React/Next.js customers first. The hosted-blog surface unlocks everyone else — non-technical creators, Webflow / Framer / Carrd users, pre-launch founders witho

Vision

Blog Integration & Adoption — Friction-Reduction Vision

--- Layouts MVP gets a customer from "what should it look like?" to "picked." Still missing: most of the mechanical setup CLI, framework support, code generation, content migration

Vision

Vlozi Blog Layouts — Product Vision

--- Today the SDK gives customers React building blocks. They still have to design and compose /blog and /blog/slug pages themselves. Most vlozi customers aren't designers — they s

24 documents