git404hub

what is digital-fte fr?

mussaratshamsher/digital-fte — explained in plain English

Analysis updated 2026-05-18

1TypeScriptAudience · pm founderComplexity · 4/5Setup · hard

tl;dr

A platform for autonomous AI agents that handle CRM data entry and business workflows instead of a human employee.

vibe map

mindmap
  root((Digital FTE))
    What it does
      Sales agent
      Project mgmt agent
      Support agent
    Tech stack
      Next.js
      FastAPI
      Groq Llama 3.3
      PostgreSQL
    Use cases
      CRM automation
      Workflow orchestration
    Audience
      PMs and founders
      Developers

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

what do people make with this?

VIBE 1

Automate CRM data entry and routine workflows with autonomous AI agents.

VIBE 2

Deploy specialized AI agents for sales, project management, and customer support tasks.

VIBE 3

Evaluate the cost of AI agent automation against hiring a human employee for the same tasks.

what's the stack?

Next.jsReactFastAPIPostgreSQLGroqDocker

how it stacks up fr

mussaratshamsher/digital-fte0xkinno/neuralvault0xmayurrr/ai-contractauditor
Stars111
LanguageTypeScriptTypeScriptTypeScript
Setup difficultyhardhardeasy
Complexity4/54/52/5
Audiencepm founderdeveloperdeveloper

Figures from each repo's GitHub metadata at analysis time.

how do i run it?

Difficulty · hard time til it works · 1h+

Requires a Groq API key, a database, and separate frontend/backend deployment via Docker or Kubernetes.

No license information is provided in the README.

in plain english

Digital FTE Factory is a platform for building autonomous AI agents meant to take over manual tasks like CRM data entry and other disconnected office workflows. The idea is that instead of a human repeating the same data entry and coordination tasks across separate tools, specialized AI agents for sales, project management, and support handle those tasks on their own, connected to a company's CRM and knowledge systems. The frontend is built with Next.js, React, TypeScript, and TailwindCSS, while the backend runs on FastAPI in Python with SQLAlchemy and either PostgreSQL or SQLite for the database, plus Supabase for authentication. User login is handled through JWT tokens with OAuth2. For the AI itself, the project uses Groq's cloud hosting to run the Llama 3.3 70B model, chosen by the authors for its fast response times and lower cost compared to models like GPT-4o or Claude. The system can be deployed with Docker and Kubernetes. When a user triggers a task, an orchestrator built on FastAPI breaks it into smaller sub-tasks, which are then handled by the specialized agents using their own tools, with results logged and saved to the database in real time. The README includes detailed cost estimates, claiming a typical task costs under a cent in token usage and that running the system at volume would cost around $41 a month in AI compute, alongside a comparison table contrasting AI agent costs against a mid-level human employee's salary. The documentation is written from a business and ROI perspective rather than a pure technical reference, with tables breaking down token usage per step and cost per task. It also links to separate documents for system architecture, a demo script, and a deployment guide, all located in a phase-05 folder, suggesting the project has been built and documented in stages.

prompts (copy fr)

prompt 1
Explain how the orchestrator in Digital FTE Factory breaks a task into sub-agent tasks.
prompt 2
Help me set up the FastAPI backend and PostgreSQL database for this project.
prompt 3
Walk me through deploying Digital FTE Factory with Docker and Kubernetes.
prompt 4
Show me how the Groq and Llama 3.3 integration works for the AI agents in this project.

Frequently asked questions

what is digital-fte fr?

A platform for autonomous AI agents that handle CRM data entry and business workflows instead of a human employee.

What language is digital-fte written in?

Mainly TypeScript. The stack also includes Next.js, React, FastAPI.

What license does digital-fte use?

No license information is provided in the README.

How hard is digital-fte to set up?

Setup difficulty is rated hard, with roughly 1h+ to a first successful run.

Who is digital-fte for?

Mainly pm founder.

peek the repo → explain another one

This repo across BitVibe Labs

double-check against the repo, no cap.