Sign inSign up

stemlen/fairlx

By stemlen

โ€ขUpdated 23 days ago

Open source enterprise agile project management platform built with Next.js 15 & Appwrite. ๐Ÿš€

Image
Integration & delivery
Developer tools
2

5.3K

stemlen/fairlx repository overview

โ Fairlx

Enterprise-grade agile project management for modern teams.

Fairlx is an open source platform combining organizations, workspaces, custom workflows, AI assistance, usage-based billing, and GitHub integration โ€” all built on Next.js 15, TypeScript, and Appwrite.


โ โœจ Features

  • 5-level hierarchy โ€” Organizations โ†’ Workspaces โ†’ Spaces โ†’ Projects โ†’ Tasks
  • Dual account system โ€” Personal accounts and Organization accounts with shared billing
  • Custom workflows โ€” Build custom status flows with AI-powered suggestions via Google Gemini
  • Enterprise RBAC โ€” Granular role-based permissions at every level
  • GitHub integration โ€” Repository linking, commit sync, auto documentation generation
  • Time tracking โ€” Estimates vs actuals, timesheets, capacity planning
  • Usage-based billing โ€” Metered traffic/storage/compute with Razorpay integration
  • Real-time โ€” Live updates via Socket.IO and Appwrite Realtime

โ ๐Ÿš€ Quick Start

โ Prerequisites
โ Run
docker run -p 3000:3000 --env-file .env.local stemlen/fairlx:latest
โ Run with Docker Compose
# Clone the repo to get docker-compose.yml and .env.example
git clone https://github.com/stemlen/fairlx.git
cd fairlx
cp .env.example .env.local
# Fill in .env.local with your Appwrite credentials
docker-compose up

Open http://localhost:3000โ 


โ ๐Ÿท๏ธ Tags

TagDescription
latestMost recent build from main branch
1.0.xVersioned releases โ€” full history preserved


โ ๐Ÿ› ๏ธ Tech Stack

Next.js 15 ยท TypeScript ยท Tailwind CSS ยท Appwrite ยท Socket.IO ยท Google Gemini ยท Razorpay

Tag summary

Content type

Image

Digest

sha256:e224862fcโ€ฆ

Size

611.4 MB

Last updated

23 days ago

docker pull stemlen/fairlx