
Statusfy Free StatusPage Software
Free And Open Source Status Page Software For Every Business
Develop static generated or server rendered system with self-Hosted status page system. Keep your users informed with simplicity and speed in any language.
Statusfy is a wonderful open source status page system and it's is easy to use. You can build and deploy a fast static generated or server rendered site to a range of hosting services. Using Markdown, you just create your incidents and Statusfy generates all the logic required for your Status Page System. You can create a web application from CLI, so it can be easily configured or tailored to your requirements.
Statusfy core feature is the Progressive Web App because page loading speed is important to gain trust of visitors. PWA enables fast page loading and initially loads only essential HTML, CSS, JavaScript and data. Use your own logo and customize the default theme, so you can retain the specifications of your brand. You can deploy static generated system to a variety of hosting services without costly server costs.
Features
- Beautiful and Responsive UI
- Progressive Web App
- Incidents Reports
- Markdown Support
- Modern Stack
- Multi-language Support
- Easy Customization
- Hosting Flexibility
- SEO Friendly
- Google Analytics
- Hosting Flexibility
- Web Push Notifications
Installation Instructions
Make sure you have installed npx.
Create directory for your project.
mkdir statusfy
change the working directory.
cd statusfy
Run the initialization by using below command.
npx statusfy init
Install local dependencies.
npm install
Basic structure for your project will be created.
Create new incident.
npm run new-incident
Launch development server.
npm run dev
Generate static generated website with below command.
npm run generate
Generate server rendered website by following below commands.
npm run build
npm run start