Z Cms

F 46 completed
Web App
web_app / typescript · small
337
Files
61,063
LOC
3
Frameworks
10
Languages

Pipeline State

completed
Run ID
#307092
Phase
done
Progress
1%
Started
Finished
2026-04-13 01:31:02
LLM tokens
0

Pipeline Metadata

Stage
Skipped
Decision
skip_scaffold_dup
Novelty
53.80
Framework unique
Isolation
Last stage change
2026-04-16 18:15:42
Deduplication group #47279
Member of a group with 3 similar repo(s) — canonical #6503 view group →
Top concepts (12)
RepositoryProject DescriptionMiddleware/PipelineObserver/Event EmitterLayered Architecturepresentationbusiness_logicinfrastructureWeb FrontendSearchTestingAPI Gateway
Citation: Repobility (2026). State of AI-Generated Code. https://repobility.com/research/

AI Prompt

Create a local development and deployment dashboard for AI Studio apps. I need a web application built using React, Vite, and styled with Tailwind CSS. The setup should guide the user through running the app locally, requiring Node.js and setting a `GEMINI_API_KEY` in a `.env.local` file. The structure should support viewing the app in AI Studio and include necessary setup steps like running `npm install` and `npm run dev`.
typescript react vite tailwindcss web-app dashboard ai-studio local-dev
Generated by gemma4:latest

Catalog Information

This project is a dashboard for AI Studio apps, providing a local environment for development and deployment.

Description

The z-cms-dashboard is an AI Studio app that allows users to run their applications locally. It includes all necessary dependencies and can be deployed using the provided instructions. The dashboard provides a central location for managing and viewing AI Studio apps. This project uses various technologies such as React, Tailwind, and Supabase to create a user-friendly interface.

الوصف

هذا المشروع هو لوحة التحكم لبرامج استوديو الذكاء الاصطناعي، مما يتيح للمستخدمين تشغيل تطبيقاتهم المحلية. يحتوي على جميع الاعتمادات اللازمة ويمكن نشرها باستخدام التعليمات المقدّمة. توفر اللوحة مكانًا مركزيًا لمراقبة وتحليل برامج استوديو الذكاء الاصطناعي. يستخدم هذا المشروع تقنيات متعددة مثل React، Tailwind، و Supabase لإنشاء واجهة مستخدم سهلة الاستخدام.

Novelty

5/10

Tags

ai-studio local-development deployment-tool dashboard app-management

Technologies

playwright radix-ui react recharts supabase tailwind vite

Claude Models

claude-opus-4.6

Quality Score

F
46.0/100
Structure
44
Code Quality
56
Documentation
63
Testing
0
Practices
54
Security
55
Dependencies
90

Strengths

  • Code linting configured (eslint)

Weaknesses

  • No LICENSE file \u2014 legal ambiguity for contributors
  • No tests found \u2014 high risk of regressions
  • No CI/CD configuration \u2014 manual testing and deployment
  • 9 files with critical complexity need refactoring
  • Potential hardcoded secrets in 2 files
  • 6583 duplicate lines detected \u2014 consider DRY refactoring
  • 17 'god files' with >500 LOC need decomposition

Recommendations

  • Add a test suite \u2014 start with critical path integration tests
  • Set up CI/CD (GitHub Actions recommended) to automate testing and deployment
  • Add a LICENSE file (MIT recommended for open source)
  • Move hardcoded secrets to environment variables or a secrets manager
  • Address 43 TODO/FIXME items \u2014 consider tracking them as issues

Security & Health

31.3h
Tech Debt (B)
Medium
DORA Rating
A
OWASP (100%)
Open data scored by Repobility · https://repobility.com
FAIL
Quality Gate
A
Risk (13)
Unknown
License
5.4%
Duplication
Full Security Report AI Fix Prompts SARIF SBOM

Languages

typescript
63.0%
json
19.8%
markdown
14.4%
javascript
1.4%
shell
0.8%
sql
0.5%
text
0.1%
css
0.0%
html
0.0%
toml
0.0%

Frameworks

React Tailwind CSS Vite

Symbols

variable2,857
function483
method357
interface299
constant108
type_alias42
class28
property7

API Endpoints (113)

Repobility · code-quality intelligence · https://repobility.com
MethodPathHandlerFramework
Repobility's GitHub App fixes findings like these · https://github.com/apps/repobility-bot
GET/router.getExpress
POST/router.postExpress
GET/router.getExpress
POST/router.postExpress
PUT/agent-state/:agentIdrouter.putExpress
GET/agent-state/:agentIdrouter.getExpress
POST/all-teamsrouter.postExpress
POST/analyzerouter.postExpress
GET/api/sheets/cost-dataapp.getExpress/Koa
GET/api/sheets/testapp.getExpress/Koa
GET/attendancerouter.getExpress
GET/bomrouter.getExpress
GET/bom-yieldrouter.getExpress
GET/budget-alertsrouter.getExpress
GET/budget-statusrouter.getExpress
GET/capabilitiesrouter.getExpress
GET/channel-profitabilityrouter.getExpress
POST/clearrouter.postExpress
GET/coaching/:agentIdrouter.getExpress
POST/compliance/reviewrouter.postExpress
POST/compliance/rulesrouter.postExpress
GET/compliance/statusrouter.getExpress
POST/configrouter.postExpress
GET/configrouter.getExpress
PUT/configrouter.putExpress
GET/configrouter.getExpress
POST/configrouter.postExpress
GET/connectionsrouter.getExpress
POST/cost-analysis/convenerouter.postExpress
POST/cost-management/analyzerouter.postExpress
GET/customersrouter.getExpress
GET/daily-performancerouter.getExpress
GET/daily-salesrouter.getExpress
POST/dashboard-planning/convenerouter.postExpress
GET/data/bomrouter.getExpress
GET/data/daily-salesrouter.getExpress
GET/data/healthrouter.getExpress
GET/data/inventoryrouter.getExpress
GET/data/laborrouter.getExpress
GET/data/material-masterrouter.getExpress
GET/data/productionrouter.getExpress
GET/data/purchasesrouter.getExpress
GET/data/sales-detailrouter.getExpress
GET/data/utilitiesrouter.getExpress
GET/data/validaterouter.getExpress
POST/drill-downrouter.postExpress
POST/escalaterouter.postExpress
GET/eventsrouter.getExpress
GET/expense-summaryrouter.getExpress
POST/fetch-all-configuredrouter.postExpress

Showing 50 of 113

Concepts (16)

Open data · scored by Repobility · https://repobility.com
CategoryNameDescriptionConfidence
Citation: Repobility (2026). State of AI-Generated Code. https://repobility.com/research/
design_patternRepositoryFound repository-named files80%
auto_descriptionProject DescriptionThis contains everything you need to run your app locally.80%
design_patternMiddleware/PipelineFound middleware-named files80%
design_patternObserver/Event EmitterFound event emission/subscription patterns70%
arch_patternLayered ArchitectureFound API/routes, service, and data layers70%
arch_layerpresentationDetected presentation layer70%
arch_layerbusiness_logicDetected business_logic layer70%
arch_layerinfrastructureDetected infrastructure layer70%
auto_categoryWeb Frontendweb-frontend70%
business_logicSearchDetected from 19 related files50%
business_logicTestingDetected from 3 related files50%
business_logicAPI GatewayDetected from 4 related files50%
business_logicAnalyticsDetected from 3 related files50%
business_logicCachingDetected from 2 related files50%
business_logicConfigurationDetected from 16 related files50%
business_logicDatabaseDetected from 4 related files50%
Repobility (the analyzer behind this table) · https://repobility.com

Quality Timeline

1 quality score recorded.

View File Metrics

Embed Badge

Add to your README:

![Quality](https://repos.aljefra.com/badge/30933.svg)
Quality BadgeSecurity Badge
Export Quality CSVDownload SBOMExport Findings CSV