ServPulse: Difference between revisions

From Nasqueron Agora
No edit summary
(Description)
 
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
'''ServPulse''' is a status page open source project.
'''ServPulse''' is an open-source status-page platform for publishing the status of services, components, and infrastructure. Its goal is to make it easy to communicate incidents, maintenance, and uptime metrics in a transparent way.
 
ServPulse is designed to be self-hostable, simple to deploy, and extensible. It provides a foundation for teams and communities to manage status pages, integrate with monitoring tools, and notify users automatically.
 
The project is community-driven: contributions to the code, documentation, themes, integrations, or translations are all welcome. ServPulse aims to remain open, reliable, and adaptable to different environments, while keeping the setup and use straightforward.


== Technology stack ==
== Technology stack ==
Line 10: Line 14:
** Vue.js
** Vue.js
** Unit tests in [https://vitest.dev/ Vitest]
** Unit tests in [https://vitest.dev/ Vitest]
** API queried through [https://v2.vuejs.org/v2/cookbook/using-axios-to-consume-apis.html Axios]
** API queried through [https://axios-http.com/docs/intro Axios]


== Team ==
== Team ==
* [https://devcentral.nasqueron.org/p/inidal/ Nidal] (lead developer)
* [https://devcentral.nasqueron.org/p/ieli/ Eli] (lead developer)
* [[User:Dereckson|Dereckson]] (technical advisory)
* [[User:Dereckson|Dereckson]] (technical advisory)


Line 22: Line 26:


== Activities ==
== Activities ==
; Analysis
* [[/Note of Intent]]
* [[/Other existing solutions]]
* [[/Development guide]]
* [[/Project identity]]: why ServPulse name
* [[/Domain]]: names used in the project
* [[/User stories]]
* [[/User stories]]


Line 27: Line 37:
* [https://devcentral.nasqueron.org/project/view/149/ DevCentral project board]
* [https://devcentral.nasqueron.org/project/view/149/ DevCentral project board]
* [https://devcentral.nasqueron.org/source/servpulse/ Repository]
* [https://devcentral.nasqueron.org/source/servpulse/ Repository]
[[Category:ServPulse]]

Latest revision as of 18:05, 25 October 2025

ServPulse is an open-source status-page platform for publishing the status of services, components, and infrastructure. Its goal is to make it easy to communicate incidents, maintenance, and uptime metrics in a transparent way.

ServPulse is designed to be self-hostable, simple to deploy, and extensible. It provides a foundation for teams and communities to manage status pages, integrate with monitoring tools, and notify users automatically.

The project is community-driven: contributions to the code, documentation, themes, integrations, or translations are all welcome. ServPulse aims to remain open, reliable, and adaptable to different environments, while keeping the setup and use straightforward.

Technology stack

  • Back-end
    • Express.js service
    • API documented according OpenAPI specification
    • PostgreSQL database
  • Front-end

Team

Thanks for help to map stories:

Activities

Analysis

Useful links