Ever Teams Platform
💡 What's New
- 🔥🔥🔥 we just released Ever Works - An open agentic runtime that autonomously researches, ships, and maintains entire businesses, 24/7. Please grab it now from and make it ⭐⭐⭐ on GitHub!
- if you like Ever Teams, you should also check Ever Gauzy - Open Business Management Platform (ERP/CRM/HRM/ATS/PM). Please check and make it ⭐ on GitHub! Ever Teams actually utilize Ever Gauzy headless APIs, see Ever Gauzy Platform APIs.
⭐️ What is it?
Ever® Teams™ - Open Work and Project Management Platform.

NOTE: Platform currently is in active development stage / WIP, please use with caution!
✨ Features
Below is a list of the most important planned features:
- Work / Workforce Management
- Time Management / Time Tracking / Activity Tracking
- Productivity Tracking & Metrics
- Projects / Tasks & Issues Management
- Organizations / Teams
- Tags / Labels
- Integrations (GitHub, GitLab, Bitbucket, JIRA, etc.)
- Dark / Black / Light Themes
🌼 Screenshots
Show / Hide Screenshots
Web Platform

Mobile Apps (iOS/Android)

Browser Extension

Note: Currently WIP, the screenshot is just a temporary picture :)
📊 Activity
🔗 Links
For Everyone
- **** - Ever® Teams™ Platform Web Application.
- **** - Ever® Teams™ Platform Demo Web Application.
- **** - Ever® Teams™ Platform Stage / Test Web Application.
- **** - Ever® Teams™ Platform Documentation (WIP).
- **** - Check more information about the Ever® Teams™ platform at the official website (WIP).
For Developers
Main Links
- **** - Ever® Teams™ Platform Kit Storybook.
- **** - Ever® Teams™ Platform Visual Builders.
Examples
- **** - Ever® Teams™ base example
- **** - Ever® Teams™ NextJs example
- **** - Ever® Teams™ SaaS platform example
- **** - Ever® Teams™ example built with Vite
- **** - Ever® Teams™ example built with NextJs Boilerplate
- **** - Ever® Teams™ example built with Remix
Other Links
- **** - Check more information about the Ever® Gauzy™ Platform at the official website.
- **** - Get more information about our company products.
⚡️ Our Open Platforms
Ever® Teams™ Platform () is built on top of our Business Management Platform (ERP/CRM/HRM) - Ever® Gauzy™ Platform (), which itself is a part of our larger Open Platform for On-Demand and Sharing Economies - Ever®. You can get more information about all our products at .
🧱 Technology Stack and Requirements
Common
Below is a list of frameworks/libraries we are using across platform apps:
- Turborepo
- TypeScript
- Nx and Lerna
- NodeJs
- Next.js
- React
- React Native
- Expo
- Tailwind - CSS / Styles
- shadcn/ui, Radix and HeadlessUI - UI Component Libraries
- GitHub Actions
- Storybook - frontend workshop for building UI components and pages in isolation.
- DigitalOcean and Vercel - Hosting
Toolkit
- Next.js
- Headless UI
- Radix UI, e.g. Primitives, Themes, etc.
- Shadcn UI
- TailwindCSS
- Storybook - frontend workshop for building UI components and pages in isolation.
See also README.md and CREDITS.md files in relevant folders for lists of libraries and software included in the Platform, information about licenses, and other details
📄 Documentation
Please refer to our official Platform Documentation (WIP) and to our Wiki (WIP).
🚀 Getting Started
Super Quick Start
Run with Docker Compose
- Clone repo.
- Make sure you have the latest Docker Compose installed locally. Important: you need a minimum v2.20.
- Run
docker-compose -f docker-compose.demo.yml up, if you want to run the platform in basic configuration (e.g. for Demo / explore functionality / quick run) using our prebuilt Docker images. Check.env.demo.composefile for different settings (optionally). (Note: Docker Compose will use latest images pre-build automatically from head ofmasterbranch using GitHub CI/CD.) - Run
docker-compose up, if you want to run the platform in production configuration using our prebuilt Docker images. Check.env.composefile for different settings (optionally). (Note: Docker Compose will use latest images pre-build automatically from head ofmasterbranch using GitHub CI/CD.) - Run
docker-compose -f docker-compose.build.yml up, if you want to build everything (code and Docker images) locally. Check.env.composefile for different settings (optionally). (Note: this can be long process because it builds whole platform locally. Other options above are much faster!) - :coffee: time... It might take some time for the first Docker Compose run, even if you used prebuilt Docker images.
- Open in your browser, register a new account, and start using Ever Teams!
- Enjoy!
Notes:
- You can execute
docker-composecommand with-doption to run it in the "detached" mode (allows containers to run in the background, separate from the terminal). - By default, Ever Teams web frontend will be connected to our production Ever Gauzy API API endpoint . You can change it in the environment variables
GAUZY_API_SERVER_URLandNEXT_PUBLIC_GAUZY_API_SERVER_URL, see more in the Run with a Self-hosted Backend section.
Run with Docker
Docker build definitions are stored under .deploy/web/ to keep the repository root tidy. Docker Compose files stay at the root, so they are easy to discover and invoke (docker-compose -f ...).
Build & Run
Run with Public Images:
- You can pull our public docker image with
docker pull everco/ever-teams-webapp .command. - You can run docker image with the following command:
docker run -p 127.0.0.1:3030:3030/tcp everco/ever-teams-webapp. - Open in your browser, register a new account, and start using Ever Teams!
Note: To build such images on each release (push to our master branch), we are using relevant Github Action.
Build and Run Locally:
- If you want to build an image locally from our source code (after cloning the repo loc