Skip to content
@zeropress-app

ZeroPress

Official repositories for the ZeroPress platform, including backend services, themes, APIs, and developer tooling.

ZeroPress

ZeroPress is a static-first publishing platform for Markdown sites, structured content, reusable themes, WordPress migration, and CMS-grade authoring workflows.

This organization contains the official repositories for the ZeroPress platform, including public sites, Build Pages, the WXR import bridge, theme tooling, runtime validators, Studio, Edge, and contract documentation.

Start Here

  • zeropress.app: product overview and public entry point for ZeroPress.
  • studio.zeropress.dev: product documentation for managed authoring, media, migration, and publishing with ZeroPress Studio.
  • build-pages.zeropress.dev: product documentation for turning a Markdown source directory into a static ZeroPress site.
  • zeropress.page: bundled theme previews and source examples for Build Pages sites.
  • zeropress.dev: technical documentation for preview-data, theme runtime, theme authoring, and CLI contracts.
  • schemas.zeropress.dev: canonical JSON Schema host for ZeroPress contract files.
  • @zeropress/wxr-import: WordPress migration CLI for producing canonical Preview Data.

Choose a publishing workflow:

  • Markdown document publishing with @zeropress/build-pages
  • WordPress migration from WXR exports with @zeropress/wxr-import, followed by @zeropress/build
  • Managed authoring, media management, WordPress import, and publishing with ZeroPress Studio
  • Direct static builds from preview-data.json and a ZeroPress theme with @zeropress/build

Project Status

All ZeroPress packages are currently in the beta stage.

During beta, the focus is validation, documentation, real-world testing, and defect correction. Public availability and release timing are announced separately after review.

Ecosystem & Build Flow

Publishing workflows share Preview Data and ZeroPress themes as build inputs. The build produces static files; deployment is handled separately by the hosting platform. Edge is an optional runtime service, not a requirement for static publishing.

flowchart TD
  markdown["Markdown + config<br/>and public files"] --> buildPages["@zeropress/build-pages"]
  wordpress["WordPress WXR export"] --> wxrImport["@zeropress/wxr-import"]
  studio["ZeroPress Studio<br/>Authoring, media, and imports"] --> previewData["preview-data.json"]

  buildPages --> previewData
  buildPages -->|Staged public files| build["@zeropress/build"]
  wxrImport --> previewData
  previewData --> build
  theme["ZeroPress theme"] --> build

  build --> output["Static output<br/>HTML + assets + public files"]
  output -->|Deploy| site["Published site<br/>Static hosting"]
  site -.->|Optional runtime requests| edge["ZeroPress Edge<br/>Comments, forms, and newsletters"]
Loading

Contribution Policy

ZeroPress is currently developed as a maintainer-led project.

At this stage, we are not accepting pull requests for code changes. This helps us keep the architecture consistent and maintain clear code provenance during early development.

Bug reports, feature requests, documentation feedback, and design discussions are welcome through Issues. We appreciate thoughtful feedback and real-world usage reports.

Core Repositories

  • zeropress-studio: Integrated authoring, import, media-management, and publishing product.
  • zeropress-edge: Optional runtime service for static ZeroPress sites, including comments, forms, and newsletters.

Theme Ecosystem

Build and Validation

Documentation

Links

Pinned Loading

  1. zeropress.dev zeropress.dev Public

    Public runtime documentation for ZeroPress

    XSLT

  2. build-pages.zeropress.dev build-pages.zeropress.dev Public

    Product documentation for turning a Markdown source directory into a static ZeroPress site.

    XSLT

  3. schemas.zeropress.dev schemas.zeropress.dev Public

    Canonical JSON schemas for ZeroPress.

    HTML

  4. zeropress-build-pages zeropress-build-pages Public

    GitHub Action and CLI for building Markdown-based ZeroPress sites for static hosting.

    JavaScript 1

Repositories

Showing 10 of 18 repositories
  • zeropress-edge Public

    Optional runtime service for static ZeroPress sites, including comments, forms, and newsletters.

    zeropress-app/zeropress-edge's past year of commit activity
    TypeScript 0 Apache-2.0 0 0 0 Updated Sep 10, 2026
  • build-pages.zeropress.dev Public

    Product documentation for turning a Markdown source directory into a static ZeroPress site.

    zeropress-app/build-pages.zeropress.dev's past year of commit activity
    XSLT 0 MIT 0 0 0 Updated Sep 5, 2026
  • zeropress.dev Public

    Public runtime documentation for ZeroPress

    zeropress-app/zeropress.dev's past year of commit activity
    XSLT 0 MIT 0 0 0 Updated Sep 5, 2026
  • .github Public

    Organization profile and shared GitHub community files for ZeroPress.

    zeropress-app/.github's past year of commit activity
    0 0 0 0 Updated Sep 4, 2026
  • zeropress-build-core Public

    Core library for the ZeroPress build system.

    zeropress-app/zeropress-build-core's past year of commit activity
    JavaScript 0 MIT 0 0 0 Updated Sep 3, 2026
  • zeropress-svg-hush Public

    ZeroPress WebAssembly distribution adapter for Cloudflare svg-hush

    zeropress-app/zeropress-svg-hush's past year of commit activity
    JavaScript 0 MIT 0 0 0 Updated Aug 21, 2026
  • zeropress-build-pages Public

    GitHub Action and CLI for building Markdown-based ZeroPress sites for static hosting.

    zeropress-app/zeropress-build-pages's past year of commit activity
    JavaScript 1 MIT 0 0 0 Updated Aug 17, 2026
  • zeropress-slug-policy Public

    Shared content slug normalization and validation policy for ZeroPress.

    zeropress-app/zeropress-slug-policy's past year of commit activity
    JavaScript 0 MIT 0 0 0 Updated Aug 17, 2026
  • zeropress-create-theme Public

    CLI for scaffolding ZeroPress themes.

    zeropress-app/zeropress-create-theme's past year of commit activity
    JavaScript 0 MIT 0 0 0 Updated Aug 17, 2026
  • zeropress-theme Public

    Developer toolkit for building ZeroPress themes.

    zeropress-app/zeropress-theme's past year of commit activity
    JavaScript 0 MIT 0 0 0 Updated Aug 17, 2026

Top languages

Loading…

Most used topics

Loading…