Skip to content

An Open Source all-in-one application for the privacy, security, and compliance teams.

License

Notifications You must be signed in to change notification settings

akadawa/unicis-platform-ce

Β 
Β 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Unicis Platform Community Edition (free and open source)

GitHub followers GitHub Repo stars GitHub forks Mastodon Follow X (formerly Twitter) Follow Static Badge Discord

Unicis Platform Community Edition - an open core, enterprise-ready trust management platform for startups and SMEs. Learn how to get started with Unicis Platform Community Edition (Self-Hosted).

Note

Unicis Platform Community Edition is currently in BETA. We value your feedback as we progress towards a stable release.

Free and open source community edition - all-in-one tools for security, privacy and compliance team

unicis-platform-beta-poster

Please star ⭐ the repo if you want us to continue developing and improving the Unicis Platform and community support! πŸ˜€

Subscribe to our newsletter to stay informed.

πŸ“– Additional Resources

Applications

Frameworks Support

We support the following framework controls, international standards and benchmarking:

πŸ’³ Plans

Note

For self-hosted Unicis Platform Community Edition Premium and Ultimate plans please reach out to us directly and it is only available via private repository, please see pricing page.

Community Plan

Applications

  • Record of Processing Activities
  • Transfer Impact Assessment
  • Cybersecurity Controls: MVSP Features:
  • SSO & SAML
  • Community Support

Premium Plan

Everything in Community

Applications:

  • IA Chat (coming soon)
  • Interactive Awareness Program (coming soon)
  • Privacy Impact Assessment (coming soon)
  • Cybersecurity Controls: MVSP + ISO27001
  • Cybersecurity Risk Management (coming soon)

Features

From Community

  • Webhooks & API

Ultimate Plan

Everything in Premium

Applications:

  • Processor Questionnaire Checklist (coming soon)
  • Cybersecurity Controls + NIST CSF2.0 standard
  • Asset Inventory Management (coming soon)
  • Benchmark Report (coming soon)
  • Vendor Assessment Checklist (coming soon)
  • Vendor Report (coming soon)

Features

From Premium

  • Audit Logs

For more details please visit the pricing page.

πŸ₯‡ Features

  • Create account
  • Sign in with Email and Password
  • Sign in with Magic Link
  • Sign in with SAML SSO
  • Sign in with Google [Setting up Google OAuth]
  • Sign in with GitHub [Creating a Github OAuth App]
  • Directory Sync (SCIM)
  • Update account
  • Create team
  • Invite users to the team
  • Manage team members
  • Update team settings
  • Webhooks & Events
  • Internationalization
  • Audit logs
  • Roles and Permissions
  • Dark mode
  • Billing

πŸ› οΈ Built With

πŸš€ Deployment

How to self-host deployment documentation.

✨ Getting Started

Please follow these simple steps to get a local copy up and running.

Prerequisites

  • Node.js (Version: >=18.x)
  • PostgreSQL
  • NPM
  • Docker compose

Development

1. Setup

  • Fork the repository
  • Clone the repository by using this command:
git clone https://github.com/<your_github_username>/unicis-platform-ce.git

2. Go to the project folder

cd unicis-platform-ce

3. Install dependencies

npm install

4. Set up your .env file

Duplicate .env.example to .env.

cp .env.example .env

5. Create a database (Optional)

To make the process of installing dependencies easier, we offer a docker-compose.yml with a Postgres container.

docker-compose up -d

6. Set up database schema

npx prisma db push

7. Start the server

In a development environment:

npm run dev

8. Start the Prisma Studio

Prisma Studio is a visual editor for the data in your database.

npx prisma studio

9. Testing

We are using Playwright to execute E2E tests. Add all tests inside the /tests folder.

Update playwright.config.ts to change the playwright configuration.

Install Playwright dependencies
npm run playwright:update
Run E2E tests
npm run test:e2e

Note: HTML test report is generated inside the report folder. Currently supported browsers for test execution chromium and firefox

Changelog

Available on our website changelog and released.

✨ Contributing

Thanks for taking the time to contribute! Contributions make the open-source community a fantastic place to learn, inspire, and create. Any contributions you make are greatly appreciated.

Please try to create bug reports that are:

  • Reproducible. Include steps to reproduce the problem.
  • Specific. Include as much detail as possible: which version, what environment, etc.
  • Unique. Do not duplicate existing opened issues.
  • Scoped to a Single Bug. One bug per report.

Contributing Guide

πŸ’° Support and Sponsor Us

Financially support the project via GitHub Sponsors and Open Collective.

🀩 Community

πŸ›‘οΈ License

Apache 2.0 License

About

An Open Source all-in-one application for the privacy, security, and compliance teams.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 99.3%
  • Other 0.7%