awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com

Open-Source Alternatives to Lattice

Ranking updated Aug 19, 2026

For an open source platform for employee performance management, the first results are frappe/erpnext (ERPNext is a comprehensive ERP suite that includes a robust human resources module supporting employee appraisals, feedback, and goal tracking, though it serves as a broad enterprise platform rather than a dedicated performance management tool), nestjsx/nest-access-control (This repository is a role-based access control framework for NestJS applications rather than a complete employee performance management platform with feedback and goal tracking) and marmotedu/iam (This project provides centralized identity and access management with role-based access control, but it focuses on authentication and security rather than employee performance management, feedback, and goal tracking). heeexy/springboot-shiro-vue and easycorp/easyadminbundle round out the shortlist. Compare the match explanations and check the project documentation against your requirements.

We curate open-source GitHub repositories matching “open source alternatives to lattice”. Results are ranked by relevance to your query — pick filters below to narrow, or refine with AI.

Open-Source Alternatives to Lattice

Find the best repos with AI.We'll search the best matching repositories with AI.
  • frappe/erpnextfrappe avatar

    frappe/erpnext

    35,726View on GitHub↗

    ERPNext is a comprehensive enterprise resource planning suite designed to integrate core organizational functions, including accounting, inventory, human resources, and project management, into a single unified platform. It operates as a metadata-driven business application, where data structures and application logic are defined through configuration rather than hard-coded programming to facilitate rapid customization. The system distinguishes itself through a robust security and governance framework that enforces granular, role-based access control across all document operations. It feature

    ERPNext is a comprehensive ERP suite that includes a robust human resources module supporting employee appraisals, feedback, and goal tracking, though it serves as a broad enterprise platform rather than a dedicated performance management tool.

    PythonRole-Based Access Control SystemsRole-Based Access Controls
    View on GitHub↗35,726
  • nestjsx/nest-access-controlnestjsx avatar

    nestjsx/nest-access-control

    1,156View on GitHub↗

    NestJS Access Control is a role-based and attribute-based authorization framework designed for the NestJS ecosystem. It provides a declarative system for securing application routes and resources, allowing developers to enforce granular access policies through metadata-driven decorators. The framework distinguishes itself by supporting hierarchical role inheritance, which enables the resolution of complex permission sets by traversing parent and child role relationships. It also facilitates dynamic authorization management, allowing security rules to be loaded asynchronously from external dat

    This repository is a role-based access control framework for NestJS applications rather than a complete employee performance management platform with feedback and goal tracking.

    TypeScriptRole-Based Access ControlRole-Based Access Control Systems
    View on GitHub↗1,156
  • marmotedu/iammarmotedu avatar

    marmotedu/iam

    4,194View on GitHub↗

    This project is a Go-based identity and access management system that functions as a centralized authentication and authorization server. It provides a framework for managing user identities and controlling access to resources within enterprise environments. The system implements a role-based access control model, where permissions are grouped into roles and mapped to specific user accounts to manage resource access levels. The codebase covers the implementation of user authentication systems, identity management, and backend security patterns. It utilizes a database-backed identity store an

    This project provides centralized identity and access management with role-based access control, but it focuses on authentication and security rather than employee performance management, feedback, and goal tracking.

    GoRole-Based Access ControlRole-Based Access Control Systems
    View on GitHub↗4,194
  • heeexy/springboot-shiro-vueHeeexy avatar

    Heeexy/SpringBoot-Shiro-Vue

    4,668View on GitHub↗

    SpringBoot-Shiro-Vue is a permission management framework and role-based access control system. It provides a backend implemented with Spring Boot and a frontend built with Vue.js to manage user roles and map them to specific interface and API access rights. The project utilizes a token-based authentication system to verify user identities and enable stateless communication between the frontend and backend. It implements granular UI permission control to show or hide specific buttons and interface elements based on the current user's assigned access rights. The framework covers API security

    This project is a permission management and role-based access control framework rather than an employee performance management platform, making it a security building block rather than the requested HR tool.

    JavaRole-Based Access ControlRole-Based Access Control Systems
    View on GitHub↗4,668
  • easycorp/easyadminbundleEasyCorp avatar

    EasyCorp/EasyAdminBundle

    4,282View on GitHub↗

    EasyAdminBundle is a tool for automatically generating backend management interfaces for Symfony applications. It builds administrative screens and forms by mapping database entity definitions to user interface components, providing a web-based system for managing database records through searchable lists and CRUD forms. The project supports the creation of separate administration backends tailored for different user roles or external collaborators. It includes a security layer for restricting dashboards, menus, and data fields based on role-based access control and user security tokens. The

    EasyAdminBundle is a generic Symfony administration panel generator rather than a dedicated employee performance management platform, meaning it lacks out-of-the-box features like goal tracking, 360 feedback, and HR analytics despite supporting role-based access control.

    PHPRole-Based Access ControlRole-Based Access Control Systems
    View on GitHub↗4,282
  • hs-web/hsweb-frameworkhs-web avatar

    hs-web/hsweb-framework

    8,404View on GitHub↗

    This project is a Spring Boot administrative framework and enterprise backend boilerplate designed for building management systems. It provides a foundation for enterprise-level applications using a reactive programming model and non-blocking data access patterns. The framework includes a reactive CRUD system for database operations and a role-based access control system to manage user accounts and administrative permissions. It further distinguishes itself with a centralized data dictionary for maintaining standardized labels and values across application modules. The system's broader capab

    This repository is a general-purpose Spring Boot enterprise backend boilerplate and admin framework rather than a dedicated employee performance management platform, though it does provide underlying role-based access control and CRUD features you could use to build one.

    JavaRole-Based Access ControlRole-Based Access Control Systems
    View on GitHub↗8,404
  • lanyulei/ferrylanyulei avatar

    lanyulei/ferry

    6,610View on GitHub↗

    Ferry is an open-source workflow engine designed to manage ticket-based processes across departments. It provides a platform for submitting, tracking, transferring, and closing tickets, with personal and all-ticket views for full lifecycle management. The system is built around a configurable process template designer that supports serial, parallel, and conditional node routing, enabling flexible approval sequences. The platform distinguishes itself through dynamic variable-based approver assignment, where task approvers can be determined by organizational variables such as direct supervisor,

    Ferry is an open-source workflow engine and ticketing system that manages cross-departmental approval processes, but it lacks the employee feedback, goal tracking, and HR analytics features required for performance management.

    JavaScriptRole-Based Access ControlRole-Based Access Control Systems
    View on GitHub↗6,610
  • duxianwei520/reactduxianwei520 avatar

    duxianwei520/react

    5,321View on GitHub↗

    This project is a React admin dashboard boilerplate designed for building backend administrative interfaces. It provides a pre-configured development stack that integrates a Redux state management framework, a role-based access control system, and a standardized Axios HTTP client wrapper. The system includes a mock API development environment that serves fake data through a local server to decouple frontend development from backend availability. It uses Vite for module bundling and provides a component-library based UI for constructing management interfaces. The platform covers a broad range

    This repository is a React admin dashboard boilerplate for building general administrative interfaces rather than a dedicated employee performance management platform with goal tracking and feedback features.

    JavaScriptRole-Based Access ControlRole-Based Access Control Systems
    View on GitHub↗5,321
  • spatie/laravel-permissionspatie avatar

    spatie/laravel-permission

    12,911View on GitHub↗

    This is a role-based access control system for Laravel applications that manages user permissions and roles within a database. It provides a database permissions manager to assign specific abilities to users and roles, utilizing authorization gates to restrict access to routes and interface elements. The project features a wildcard permission system that uses pattern matching to grant broad access across multiple related permissions. It also supports team-scoped access control, allowing users to maintain different roles and permission levels across separate organizational contexts or teams.

    This repository is a role-based access control library for Laravel applications rather than a complete employee performance management platform with feedback and goal tracking.

    PHPRole-Based Access ControlRole-Based Access Control Systems
    View on GitHub↗12,911
  • halseyspicy/geeker-adminHalseySpicy avatar

    HalseySpicy/Geeker-Admin

    8,038View on GitHub↗

    Geeker-Admin is a Vue.js admin dashboard framework designed for building backend management interfaces. It utilizes Vue 3, TypeScript, and Vite to provide a foundation for creating data-driven administration panels. The framework features a configurable data table engine that generates complex grids automatically from predefined configuration objects. It incorporates a role-based access control system to restrict access to specific pages and interface elements based on user permissions. The system includes a centralized state management store for persistent global data and page state preserv

    This repository is a general Vue.js admin dashboard framework rather than an employee performance management platform, meaning it provides UI building blocks and access control but lacks built-in goal tracking, 360 feedback, and HR analytics tools.

    VueRole-Based Access ControlRole-Based Access Control Systems
    View on GitHub↗8,038
  • logto-io/logtologto-io avatar

    logto-io/logto

    12,161View on GitHub↗

    Logto is an open-source identity provider that serves as a centralized authentication and authorization server for web, mobile, and command-line applications. It implements the OpenID Connect and OAuth 2.1 standards to handle secure user sign-in and the issuance of identity tokens. The platform is specifically designed as a multi-tenant authentication framework for software-as-a-service environments, featuring built-in organization management and tenant isolation. It includes an enterprise single sign-on gateway to integrate external identity providers and supports role-based access control t

    This is an identity provider and authentication server rather than an employee performance management platform, meaning it handles logins and access control instead of goals, feedback, and HR analytics.

    TypeScriptRole-Based Access ControlRole-Based Access Control Systems
    View on GitHub↗12,161
  • frappe/frappefrappe avatar

    frappe/frappe

    10,291View on GitHub↗

    Frappe is a Python-based low-code web framework used for building data-driven business applications. It functions as a full-stack meta-framework that integrates a Python backend with a JavaScript frontend, providing a development environment for rapid application prototyping and deployment. The framework employs a model-driven architecture that automatically generates database schemas, REST API endpoints, and administrative interfaces based on defined metadata. This system is complemented by a command-line scaffolding tool for creating standardized project directory structures and boilerplate

    This is a low-code web development framework rather than a ready-to-use performance management platform, though business software like HR systems can be built on top of it.

    PythonRole-Based Access ControlRole-Based Access Control Systems
    View on GitHub↗10,291
Compare the top 10 at a glance
RepositoryStarsLanguageLicenseLast push
frappe/erpnext35.7KPythonGPL-3.0Jun 16, 2026
nestjsx/nest-access-control1.2KTypeScriptMITDec 24, 2025
marmotedu/iam
4.2K
Go
NOASSERTION
Mar 20, 2025
heeexy/springboot-shiro-vue4.7KJavaMITMay 7, 2026
easycorp/easyadminbundle4.3KPHPMITJun 22, 2026
hs-web/hsweb-framework8.4KJavaApache-2.0Jun 18, 2026
lanyulei/ferry6.6KJavaScriptMITMar 21, 2025
duxianwei520/react5.3KJavaScriptMITMar 30, 2026
spatie/laravel-permission12.9KPHPMITJun 7, 2026
halseyspicy/geeker-admin8KVueMITSep 14, 2024

Related searches

  • an open source alternative to proprietary software
  • an open source alternative to Craft
  • an open source alternative to proprietary software
  • an open source desktop application for running large language models
  • an open source AI app builder
  • an open source alternative to Softr
  • an open source visual node based image generator
  • an open source llm proxy and gateway