PHPackages                             kozmozio/kirby-coming-soon - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. kozmozio/kirby-coming-soon

ActiveKirby-plugin[Utility &amp; Helpers](/categories/utility)

kozmozio/kirby-coming-soon
==========================

A Kirby CMS plugin that provides coming soon/maintenance mode functionality

1.0.0(3mo ago)411↓100%MITPHP

Since Mar 1Pushed 1mo agoCompare

[ Source](https://github.com/kozmozio/kirby-coming-soon)[ Packagist](https://packagist.org/packages/kozmozio/kirby-coming-soon)[ Docs](https://github.com/kozmozio/kirby-coming-soon#readme)[ RSS](/packages/kozmozio-kirby-coming-soon/feed)WikiDiscussions master Synced 1w ago

READMEChangelog (1)Dependencies (1)Versions (2)Used By (0)

Kirby Coming Soon
=================

[](#kirby-coming-soon)

A Kirby CMS plugin that provides coming soon/maintenance mode functionality, hiding the website from non-logged-in users when enabled.

[![Kirby Coming Soon](kirby-coming-soon.png)](kirby-coming-soon.png)

Installation
------------

[](#installation)

### Manual Installation

[](#manual-installation)

Download and copy this repository to `/site/plugins/kirby-coming-soon`.

### Composer

[](#composer)

```
composer require kozmozio/kirby-coming-soon
```

Configuration
-------------

[](#configuration)

### Config File

[](#config-file)

Add the following to your `site/config/config.php`:

```
'kozmozio.coming.soon' => [
    'enabled' => true,
    'ignore' => [],
    'title' => 'Coming Soon',
    'description' => 'This website is currently under maintenance and will be back online soon.',
    'redirect_url' => false
]
```

### Options

[](#options)

OptionTypeDefaultDescription`enabled``bool``false`Enable/disable coming soon mode`ignore``array``[]`Paths to ignore (always accessible)`title``string``'Coming Soon'`Title displayed on the coming soon page`description``string``'This website is...'`Description/message displayed to visitors`redirect_url``string|false``false`Redirect visitors to this URL instead### Panel Configuration

[](#panel-configuration)

You can also configure the plugin via the Kirby Panel by extending your site blueprint:

```
# site/blueprints/site.yml
tabs:
  comingsoon:
    extends: kozmoz/comingsoon
```

This adds a "Coming Soon" tab to your site settings with fields for:

- Enable/disable toggle
- Redirect URL
- Title
- Description (rich text)

Activation Methods
------------------

[](#activation-methods)

The plugin can be activated in several ways:

1. **Config option**: Set `'enabled' => true` in config
2. **Panel toggle**: Enable via the Panel UI
3. **File-based**: Create a `.comingsoon` file in your site root
4. **Global option**: Set `'maintenance' => true` in config

Ignored Paths
-------------

[](#ignored-paths)

By default, these paths are always accessible:

- `assets`
- `api`
- `media`
- `panel`

Add custom paths via the `ignore` option.

Logged-in Users
---------------

[](#logged-in-users)

Logged-in users (via Kirby Panel) can always access the full website, even when coming soon mode is enabled.

License
-------

[](#license)

MIT

Author
------

[](#author)

Kozmozio -

###  Health Score

36

—

LowBetter than 79% of packages

Maintenance86

Actively maintained with recent releases

Popularity11

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity34

Early-stage or recently created project

 Bus Factor1

Top contributor holds 71.4% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

100d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/9b1f4255f74d7cd6f6edd97e28c66d44640342bf0b5f935957c4e962fcf586b5?d=identicon)[kozmoz](/maintainers/kozmoz)

---

Top Contributors

[![inanolcer](https://avatars.githubusercontent.com/u/12511812?v=4)](https://github.com/inanolcer "inanolcer (5 commits)")[![andreasnymark](https://avatars.githubusercontent.com/u/1061909?v=4)](https://github.com/andreasnymark "andreasnymark (2 commits)")

---

Tags

coming-soon-pagekirby4kirby5kirbycmsmaintenance

### Embed Badge

![Health badge](/badges/kozmozio-kirby-coming-soon/health.svg)

```
[![Health](https://phpackages.com/badges/kozmozio-kirby-coming-soon/health.svg)](https://phpackages.com/packages/kozmozio-kirby-coming-soon)
```

###  Alternatives

[medienbaecker/kirby-modules

Easily add modules to your pages

885.4k1](/packages/medienbaecker-kirby-modules)[distantnative/retour-for-kirby

Manage redirects and track 404s right from the Kirby CMS Panel

14695.1k1](/packages/distantnative-retour-for-kirby)[arnoson/kirby-vite

Vite helper for Kirby CMS

9763.1k3](/packages/arnoson-kirby-vite)[belugadigital/kirby-navigation

Kirby 5 field for hierarchical menus with drag &amp; drop level indentation.

8613.8k](/packages/belugadigital-kirby-navigation)[bnomei/kirby3-dotenv

Kirby Plugin for environment variables from .env

4147.7k1](/packages/bnomei-kirby3-dotenv)[fabianmichael/kirby-meta

Your all-in-one powerhouse for any SEO and metadata needs imaginable.

7011.3k1](/packages/fabianmichael-kirby-meta)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
