Skip to content

ProcessAce/ProcessAce-Landing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ProcessAce - Landing Page

Status: Active Tech Stack: HTML/CSS/JS License: Sustainable Use

The official landing page for ProcessAce, the AI-powered process discovery and documentation engine.

This repository contains the static front-end assets (HTML, CSS, Vanilla JS) used to showcase the application's features, architecture, and deployment instructions.

🚀 Technical Philosophy

As a tool designed for enterprise process management, its landing page is built to reflect our engineering standards: fast, lightweight, and accessible.

  • Zero Heavy Frameworks: Built entirely with semantic HTML5, modern CSS3 (Flexbox/Grid), and Vanilla JavaScript. No React, Vue, or heavy dependencies.
  • High Performance: Optimized for fast First Contentful Paint (FCP) and near-instant interaction.
  • Responsive Design: Fluid layout that adapts seamlessly across mobile, tablet, and desktop viewports.
  • Native Animations: Scroll-triggered "fade-up" animations powered by the browser's native IntersectionObserver API for jank-free performance.
  • SEO & i18n: Fully optimized with Open Graph tags, canonical URLs, a sitemap, and static file duplication for English (/) and Spanish (/es/) to ensure perfect search engine indexing.

📁 Repository Structure

.
├── index.html          # Main landing page (English)
├── es/
│   └── index.html      # Spanish translation
├── robots.txt          # SEO crawler instructions
├── sitemap.xml         # Search engine sitemap
├── styles/
│   └── styles.css      # Shared CSS
└── assets/             # Logos, favicons, Open Graph image
    ├── favicon.ico
    ├── og-image.png
    ├── processace-logo-black.png
    └── processace-logo-white.png

🛠️ Local Development & Viewing

Because this project is completely static and uses no build steps or bundlers, getting it running locally is incredibly simple.

  1. Clone the repository:
git clone https://github.com/processace/processace-landing.git
cd processace-landing
  1. Serve the files: You can simply double-click index.html to open it in your browser. However, for the best experience (and to test the /es/ routing properly without CORS issues), it is recommended to use a local development server: Using Python:
python -m http.server 8000

Using Node.js (npx):

npx serve

Using VS Code: Right-click index.html and select "Open with Live Server". 3. View the site: Navigate to http://localhost:8000 (or the port provided by your server). You can test the localization by appending /es/ to the URL.

🔗 Related Repositories

  • ProcessAce Core Application: The main application repository containing the Node.js backend, SQLite/Redis architecture, and interactive frontend editor.

📄 License

The code in this repository is part of the ProcessAce project and is made available under the Sustainable Use License. It is free to use and modify for internal purposes, but cannot be offered as a multi-tenant SaaS or resold.

For full terms, see the LICENSE.md file in the core repository. For commercial/enterprise licensing, please contact us.

About

Landing page for ProcessAce. AI-powered process discovery and documentation engine – from recordings and docs to BPMN 2.0, SIPOC and RACI. Self-hosted with bring-your-own LLM.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors