SlopScore
00 crowd

sales-admin-agent

Full-stack Sales Admin Panel with an AI agent, built with NextJS, NestJS, PostgreSQL, Drizzle ORM, and TypeScript.
Open repo on GitHubgithub.com/Lucimad007/sales-admin-agent
TypeScript · ★ 1 · 0 forks · MIT · paperwork by the Cap'mmostly ai (inferred)light human (inferred)works-on-my-machine (inferred)other
listed 1 hour ago by Lucimad007 · last checked 1 hour ago
The owner didn't write this. This repo never submitted itself. The Cap'm found it on a truffle trawl and wrote its paperwork from what GitHub already shows. Picked by hand by the Cap'm on 2026-09-24: Full-stack Sales Admin Panel with an AI agent, built with NextJS, NestJS, PostgreSQL, Drizzle ORM, and TypeScr; its own README says "Built with Cursor for scaffolding". 1 stars; MIT license. The owner did not submit this. Votes count; awards don't until the owner claims it.

I'm not calling your project slop! Geeze, it's a joke... Do you own this repo?

Log in with GitHub as Lucimad007. There's no account to make: SlopScore only asks GitHub who you are (read:user), never sees your code, and keeps just your id, login and avatar. Then you can:

  • Keep it, on your terms. Commit your own slopscore.md (spec) and press Refresh. Your paperwork replaces the Cap'm's, and you can submit it for Slop of the Day.
  • Take it down. One click on Remove. It stays gone; the trawl never brings it back.

Log in with GitHub

Can't log in as the owner? Request a takedown. No login needed, and a trawled listing comes down right away.

GitHub says
Full-stack Sales Admin Panel with an AI agent, built with NextJS, NestJS, PostgreSQL, Drizzle ORM, and TypeScript.
created
2026-09-15 · pushed 2 days ago · 13 commits · 1 contributor
languages
TypeScript 78%Python 21%CSS 1%JavaScript 0%
paperwork
licensereadme 42% health
dependencies
no dependency graph (no manifest, or disabled) · OSV.dev, checked 1 hour ago

Disclosures, inferred by the Cap'm

slopbucket
vibe-coded
category
other
ai_generated
mostly
human_touch
light
status
works-on-my-machine
language (detected)
cssjavascriptpythontypescript
license (detected)
mit

The Cap'm's log

The Cap'm wrote this paperwork, not the owner. This repo never submitted itself to SlopScore. The Cap'm picked it by hand: Full-stack Sales Admin Panel with an AI agent, built with NextJS, NestJS, PostgreSQL, Drizzle ORM, and TypeScr; its own README says "Built with Cursor for scaffolding". It carries the MIT license. The disclosures above are his best guess from what GitHub shows.

Is this yours? Commit a real slopscore.md and press Refresh to replace this, or remove the listing in one click. There's no account to make: you log in with GitHub.

README — the repo's own words, folded up so the grading fits on one screen

Desk

Next.js React NestJS PostgreSQL Drizzle LangGraph Python pnpm License

Sales admin for one book of business, plus Tally — a LangGraph desk that reads live CRM data and answers with one UI widget, not a markdown dump.

Writes do not touch Nest until you press Approve.

Dashboard

Ask Tally

Question to one widget

You say Tally calls You see
What's our closed revenue? get_dashboard_stats KPI strip. Revenue is completed sales only.
Look up Ali Fatemi search_customers One CustomerCard, or a CustomerList if several match.
Pipeline by stage get_pipeline PipelineSummary — New, In Progress, Completed.
Which deals are in progress? search_sales SalesTable.
Create a sale for Amelia Chen, Hire demo kit, $250 search_customers, then create_sale Needs approval. Reject writes nothing.

Spoken reply stays one sentence. The widget holds the record.

Approve a new customer

Approve a new sale

Architecture

Runtime

The browser only talks to Next on :3000. /api/* rewrites to Nest on :3001, so the JWT cookie is first-party. Tally (:8100) is never a public origin. Its tools call Nest HTTP. The graph does not open CRM SQL. Checkpoints live in Postgres schema langgraph.

Trust boundary

Path Owns
apps/web Next.js UI, TanStack Query
apps/api Nest REST, Zod, auth, agent proxy
apps/agent FastAPI + LangGraph
packages/db Drizzle schema, migrations, seed
packages/shared Zod contracts for web and API

Deeper notes: specs/architecture.md · specs/decisions.md · specs/agent.md

Stack

Stack

UI Next.js 15, React 19, Tailwind, restyled shadcn primitives, dnd-kit Kanban
API NestJS, Zod DTOs, httpOnly JWT
Data Postgres 16, Drizzle, numeric prices as strings
Agent FastAPI, LangGraph, DeepSeek via OpenCode Go, SSE
Repo pnpm workspaces, Turborepo

Product

Sign in

Pipeline

Customers and a Tally card

  • Customers and sales: search, create, edit, delete
  • Pipeline: drag on desktop; one stage + Move-to on a phone. Cancelled stays off the board
  • Tally: tools, Postgres checkpointer, long-term agent_memories, closed genUI catalog

KpiStrip · CustomerCard · CustomerList · SalesTable · PipelineSummary · ConfirmAction

What I would defend

  • Cookie + same-origin rewrite, not a token in localStorage
  • CRM rules in Nest services. The graph routes and renders
  • interrupt() before every write
  • Closed widgets. The model does not emit HTML
  • Frozen evals. CI does not call the model

Run

Node 20+, pnpm 9, Docker. Postgres on localhost:55432.

cp .env.example .env
docker compose up -d
pnpm install
pnpm db:migrate
pnpm db:seed
pnpm dev

http://localhost:3000leo.a@example.org / demo1234

Tally needs OPENCODE_GO_API_KEY. The CRM works without it. Optional traces: LANGSMITH_API_KEY, project desk-tally.

pnpm test API e2e (needs the database) + agent evals
pnpm lint typecheck

Evals

apps/agent/evals/cases.json — frozen turns. Pytest checks the widget, not the model. Policy tests: interrupt before POST, reject skips the mutation, HTTP 500 stays an error dict, invented ids never hit Nest.

Built with

Cursor for scaffolding. I set the auth boundary, the revenue rule, Kanban scope, tool HTTP, one-widget genUI, HITL, and the eval suite.

Read the rest on GitHub

Scan report · 2026-09-24
  • Prohibited terms or links
  • Repository eligibility
  • slopscore.md paperwork
  • Content policy
  • Risk review

0 comments

log in to comment.

report this listinglog in to report