Lifetrek is an internal operations platform for Lifetrek Medical. This repository combines the admin application, Supabase backend, technical drawing flows, CRM, analytics, editorial tooling, and supporting automation.
Primary product areas:
- stakeholder approval by email
- blog generator/editor
- CRM and lead operations
- unified analytics
- technical drawing
- controlled social-content support
Image/video editing may still appear in legacy code paths, but it is not the main product story.
Technical commercial teams need one system for content approval, technical blogging, lead management, analytics, and engineering-support workflows.
This repository centralizes Lifetrek's admin app, backend functions, technical content workflows, CRM, analytics, and technical drawing support in a single codebase.
src/: core frontend applicationsupabase/: database, policies, migrations, and edge functionsscripts/: workflow and automation utilitiespublic/: site and media assetsdocs/: product, technical, and operational documentation
For agents and developers, start here:
docs/bmad-standard-documentation.md_bmad-output/project-context.md_bmad-output/planning-artifacts/- Relevant technical docs under
docs/
For stakeholder-facing, shareable Portuguese documentation, use:
docs/bmad-standard-documentation-pt.mddocs/sectors/
- React + TypeScript + Vite
- Supabase
- Remotion
- Playwright
- Install dependencies:
npm install - Configure environment:
cp .env.example .env - Start development:
npm run dev - Build:
npm run build - Run tests:
npm run test:e2e
- Unified codebase for approval, editorial, CRM, analytics, and technical workflows
- Better handoff between sales, operations, marketing, and engineering
- Shareable stakeholder documentation in Portuguese plus agent-facing BMAD docs in English
- The repository has broad operational scope, which increases maintenance complexity.
- Legacy media-heavy workflows still increase setup and maintenance complexity even though they are no longer central.
- Canonical public repository:
RafaellsAlmeida/lifetrek - Legacy repository archived:
RafaellsAlmeida/Lifetrek-App