Skip to content
A Marvelous Open Source Status Page System
TypeScript JavaScript HTML CSS Vue XSLT Other
Branch: next
Clone or download

Latest commit

renovate and renovate-bot chore(deps): lock file maintenance (#564)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
1
Latest commit 8168805 Jun 8, 2020

Files

Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.github refactor: update parent company references May 2, 2020
docs chore(examples): cleanup examples May 22, 2020
examples chore(examples): cleanup examples May 22, 2020
packages chore(deps): update all non-major dependencies (#562) Jun 5, 2020
.editorconfig First commit Jul 25, 2018
.gitignore chore(pkg): remove yarn.lock files from examples Jul 11, 2019
.gitpod.yml fix: improve Gitpod port configuration Aug 9, 2019
.npmignore Update .npmignore Aug 21, 2018
.travis.yml chore: convert to typescript most of the important code Mar 28, 2020
CHANGELOG.md refactor: update parent company references May 2, 2020
CODE_OF_CONDUCT.md refactor: update parent company references May 2, 2020
CONTRIBUTING.md chore: create CONTRIBUTING.md Oct 30, 2018
LICENSE refactor: update parent company references May 2, 2020
README.md chore: update README.md May 22, 2020
appveyor.yml refactor: drop support for Node.js v8 Dec 18, 2019
babel.config.js chore: migrate to a monorepo Oct 12, 2018
commitlint.config.js chore: configure commitlint Sep 22, 2018
jest.config.js feat(cli): create the initial logic of the start command May 21, 2020
lerna.json chore: bump version to 1.0.0-alpha.0 May 20, 2020
package.json chore(deps): update devdependency eslint to v7.2.0 (#563) Jun 6, 2020
renovate.json refactor: update parent company references May 2, 2020
yarn.lock chore(deps): lock file maintenance (#564) Jun 8, 2020

README.md

⚠️ WARNING: This the branch for the next planned version (v1): it's unstable and under active development. For the latest stable version, go to the master branch

Aceforth Project Travis version License

Support us

Statusfy

Statusfy

A marvelous Open Source Status Page system

Statusfy is a Status Page System, easy to use and completely Open Source. You can easily create a fast System, Static Generated, and easily deploy it to a variety of hosting services.

A Statusfy site is a Web Application, created on top of Eleventy, Vue, Nuxt.js and Tailwind CSS. We use Eleventy to make a quick and useful abstraction of the system generation, Vue and Nuxt.js to dynamically define the System Editor, and Tailwind CSS to rapidly define the default themes.

Features

  • Systems Definition
  • Incidents Reports
  • Progressive Web App (PWA) Support
  • Google Analytics Integration
  • Multi-language support
  • A default theme with:
    • Responsive layout
    • Easy Customization
    • Beautiful Design
  • SEO Friendly
  • Hosting flexibility

Sponsoring

We love Open Source Projects, we use them every day and Statusfy is our contribution to the community. Statusfy is created and maintained by Aceforth, a Software Development Company, but our resources are limited. If you want to support our work and help us to continue developing this Amazing Project, please donate, we will appreciate it ❤️.

This is how we use the donations:

  • Allow the core team to work on Statusfy.
  • Support external projects in the ecosystem.
  • Cover any other expense.
  • Thank contributors if they invested a large amount of time in contributing.

Partners

Become a Partner and get your logo with a link to your site on our README on Github, every page of https://docs.statusfy.co and, the home page and each blog post of https://aceforth.com/products/statusfy. [Become a Partner]

Sponsors

Become a Sponsor and get your logo on our README on Github with a link to your site.. [Become a Sponsor]

Backers

Support us with a monthly donation and help us continue our activities. It means a lot to us ❤️. [Become a Backer]

Getting started

It’s pretty easy to get started with Statusfy. Install it globally with npm:

Make sure you have npx installed (npx is shipped by default since npm 5.2.0)

# change the working directory
cd existing_folder

# run the initialization command
npx @statusfy/cli init

# and install your local dependencies
npm install  # OR yarn install

Create a new incident with this command:

npm run new-incident # OR yarn new-incident

and launch the development server with:

npm run start # OR yarn start

You can later also generate the final Website with:

npm run generate # OR yarn generate

More information in the Documentation.

Development

⚠️ You must at least use node >= 10.

# install dependencies
yarn
# serves Statusfy's own demo
yarn demo:dev 
# make sure your code change passes the test
yarn test

More information in the Contributing Guide. You can also build and run Statusfy in a free online workspace using Gitpod:

Open in Gitpod

Demo

A Demo application is at https://demo.statusfy.co.

Documentation & Community Support

Professional Support

This project is sponsored by Aceforth, a software development company. If you require Professional Assistance on your project(s), please contact us at https://aceforth.com/products/statusfy#support.

Contributing

Please make sure to read the Contributing Guide before making a pull request.

Code of Conduct

Everyone participating in this project is expected to agree to abide by the Code of Conduct.

License

Code released under the Apache License 2.0.

You can’t perform that action at this time.