Framework Css
D 55 completed
Other
unknown / less · small
145
Files
15,450
LOC
1
Frameworks
7
Languages
Pipeline State
completedRun ID
#754268Phase
doneProgress
0%Started
2026-04-15 01:51:01Finished
2026-04-15 01:51:01LLM tokens
0Pipeline Metadata
Stage
CatalogedDecision
proceedNovelty
64.00Framework unique
—Isolation
—Last stage change
2026-05-10 03:34:23Deduplication group #60513
Member of a group with 1 similar repo(s) — this repo is canonical view group →
Repobility — the code-quality scanner for AI-generated software · https://repobility.com
AI Prompt
Create a web development tool that functions as a custom CSS framework builder. I need it to use LESS as the pre-processor, built with Node.js and Express for the backend API. The frontend should feature a main showcase page and a dedicated `/editor.html` for real-time variable editing and LESS compilation preview. The API must include endpoints to list LESS variables (`/api/variables`), compile LESS with custom variables (`/api/compile`), export the resulting `.less` file (`/api/export`), and handle SVG icons (`/api/icons`). Please ensure configuration uses environment variables instead of hardcoding values.
javascript node.js express less css frontend backend css-framework api web-tool
Generated by gemma4:latest
Catalog Information
Create a web development tool that functions as a custom CSS framework builder. I need it to use LESS as the pre-processor, built with Node.js and Express for the backend API. The frontend should feature a main showcase page and a dedicated /editor.html for real-time variable editing and LESS compilation preview. The API must include endpoints to list LESS variables (/api/variables), compile LESS with custom variables (/api/compile), export the resulting .less file (/api/export), and h
Tags
javascript node.js express less css frontend backend css-framework api web-tool
Quality Score
D
54.9/100
Structure
36
Code Quality
80
Documentation
55
Testing
0
Practices
62
Security
100
Dependencies
80
Strengths
- Good security practices — no major issues detected
Weaknesses
- No LICENSE file — legal ambiguity for contributors
- No tests found — high risk of regressions
- No CI/CD configuration — manual testing and deployment
Recommendations
- Add a test suite — start with critical path integration tests
- Set up CI/CD (GitHub Actions recommended) to automate testing and deployment
- Add a linter configuration to enforce code style consistency
- Add a LICENSE file (MIT recommended for open source)
Languages
Frameworks
Express
Symbols
variable53
function17
constant4
API Endpoints (5)
| Method | Path | Handler | Framework | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| All rows scored by the Repobility analyzer (https://repobility.com) | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| POST | /api/compile | app.post | Express/Koa | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| POST | /api/export | app.post | Express/Koa | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| GET | /api/icon/:name | app.get | Express/Koa | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| GET | /api/icons | app.get | Express/Koa | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| GET | /api/variables | app.get | Express/Koa | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Embed Badge
Add to your README:
