CoolFace
30 shown

datasets

Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.

Clear all
01gradio /frontend1 likes320k downloads3d agoHugging Face02israellaguan /frontend_dpo DPO JavaScript Dataset This repository contains a modified and expanded version of a closed-source JavaScript dataset. The dataset has been adapted to fit the DPO (Dynamic Programming Object) format, making it compatible with the LLaMA-Factory project. The dataset includes a variety of JavaScript code snippets with optimizations and best practices, generated using closed-source tools and expanded by me. License This dataset is licensed under the Apache 2.0 License.… See the full description on the dataset page: https://huggingface.co/datasets/israellaguan/frontend_dpo.text-generation1 likes543 downloads1y agoHugging Face03EDUrocks-G /EDUrocks-3.0-frontend0 likes394 downloads9mo agoHugging Face04Reubencf /frontend-html-tailwind-js This dataset is a remastered version of Reubencf/frontend-coding prepared using Adaption's Adaptive Data platform. frontend_html_tailwind_js This dataset contains pairs of user prompts and generated frontend code solutions using HTML, Tailwind CSS, and JavaScript. The samples cover a wide range of web development tasks, including landing pages, portfolios, ecommerce sites, and interactive components with smooth scrolling and animations. Each entry demonstrates practical… See the full description on the dataset page: https://huggingface.co/datasets/Reubencf/frontend-html-tailwind-js.textn<1K1 likes392 downloads5mo agoHugging Face05Reubencf /frontend-react-dataset Frontend React Dataset This dataset contains 1,000 matched examples for training and evaluating multimodal screenshot-to-code systems. Dataset structure The dataset has one train split and exactly three columns: screenshot: the source webpage screenshot as an embedded PNG image description: a detailed, section-by-section visual description generated with Gemini 3.6 Flash response: React/TSX implementation generated with GPT-5.6 Sol The response field contains… See the full description on the dataset page: https://huggingface.co/datasets/Reubencf/frontend-react-dataset.imageimage-to-text1K<n<10K1 likes143 downloads2mo agoHugging Face06Tensoic /FrontendCookbook Overview This dataset features a curated collection of questions and answers synthesized to cover key topics in Frontend development. Topics include HTML. CSS, JS, React JS, Next JS in a circullum manner. Caution This dataset was generated using Bard, please note that some content may not be entirely precise or reflect expert consensus. Users are encouraged to verify information independently for scholarly or critical purposes. texttext-generation10K<n<100K13 likes117 downloads3y agoHugging Face07Reubencf /frontend-coding Frontend Coding Dataset A small, hand-curated dataset of frontend web development prompts paired with generated HTML / TailwindCSS / JavaScript code, plus optional chain-of-thought reasoning. Covers landing pages, portfolios, dashboards, ecommerce, SaaS sites, and iterative edits on existing code. Fields Field Role Meaning prompt model input User's request / design brief previous_code model input Existing code the user provides for refinement (may be empty)… See the full description on the dataset page: https://huggingface.co/datasets/Reubencf/frontend-coding.texttext-generationn<1K0 likes74 downloads5mo agoHugging Face08lazos /frontend-agent-sft Generic RAG e-commerce tool-use SFT — v1.3.0 Synthetic supervised-fine-tuning data for a retriever-agnostic, tool-calling shopping assistant (target model: LiquidAI/LFM2.5-230M, 230M). Every grounded answer is written from search-tool results only (RAG-as-a-tool), and tool/argument names are procedurally randomized per example so the model learns to read the injected schema rather than memorize a fixed toolset. How it was generated Compositional generation:… See the full description on the dataset page: https://huggingface.co/datasets/lazos/frontend-agent-sft.texttext-generation10K<n<100K0 likes74 downloads2mo agoHugging Face09itryv /gwen-frontend-dataset Senior Frontend Dev Frontend Coding Agent Dataset A 5,000-example ChatML dataset for fine-tuning language models into frontend coding agents. Dataset Description Senior Frontend Dev is a frontend coding agent that helps developers plan, code, and debug web applications with expertise in: ⚛️ React (hooks, components, state, context) ▲ Next.js (App Router, SSR/SSG, Server Components) 📘 TypeScript (types, generics, strict config) 🎨 CSS & Tailwind (Grid, Flexbox… See the full description on the dataset page: https://huggingface.co/datasets/itryv/gwen-frontend-dataset.texttext-generation1K<n<10K0 likes70 downloads7mo agoHugging Face10glyphsoftware /opus-4.6-frontend-development CoT Code Debugging Dataset Synthetic code debugging examples with chain-of-thought (CoT) reasoning and solutions, built with a three-stage pipeline: seed problem → evolved problem → detailed solve. Topics emphasize frontend / UI engineering (CSS, React, accessibility, layout, design systems, SSR/hydration, and related product UI issues). Each line in dataset.jsonl is one JSON object (JSONL format). Data fields Field Description id 16-character hex id:… See the full description on the dataset page: https://huggingface.co/datasets/glyphsoftware/opus-4.6-frontend-development.textn<1K13 likes66 downloads6mo agoHugging Face11runanlab /gpt-5.4-frontend-development-11062026 GPT-5.4 Frontend Development Dataset (11062026) This dataset is a synthetic chat-formatted code dataset focused on frontend development tasks in React and TypeScript. It contains 1032 JSONL records collected on 2026-06-11 and generated with GPT-5.4 from frontend-oriented prompts covering reusable UI, compact feature units, forms, widgets, and related interface implementation tasks. Overview Each record contains: task_id - numeric task identifier category - task… See the full description on the dataset page: https://huggingface.co/datasets/runanlab/gpt-5.4-frontend-development-11062026.texttext-generation1K<n<10K1 likes60 downloads3mo agoHugging Face12mrpeski /frontend-docs0 likes46 downloads7mo agoHugging Face13Reubencf /frontend-react-dataset-no-images Frontend React Dataset — No Images Image-free derivative of Reubencf/frontend-react-dataset. This version preserves all 1,000 examples while completely removing the screenshot column and its embedded image bytes. Schema Column Type Description description string Description or prompt for the interface response string React/TSX implementation response from datasets import load_dataset ds = load_dataset("Reubencf/frontend-react-dataset-no-images")… See the full description on the dataset page: https://huggingface.co/datasets/Reubencf/frontend-react-dataset-no-images.texttext-generation1K<n<10K0 likes40 downloads2mo agoHugging Face14metaphilabs /frontend-figma-to-code CREW: Figma to Code A benchmark for evaluating AI coding agents on Figma-to-code generation — converting real-world Figma community designs into production-ready React + Tailwind CSS applications. Each task gives an agent full access to a Figma file via MCP tools. The agent must extract the design system, generate components, build successfully, and deploy a live preview. Outputs are evaluated through human preference (ELO) and automated verifiers. Benchmark… See the full description on the dataset page: https://huggingface.co/datasets/metaphilabs/frontend-figma-to-code.textn<1K0 likes39 downloads6mo agoHugging Face15suryaait /FrontendCookbook Overview This dataset features a curated collection of questions and answers synthesized to cover key topics in Frontend development. Topics include HTML. CSS, JS, React JS, Next JS in a circullum manner. Caution This dataset was generated using Bard, please note that some content may not be entirely precise or reflect expert consensus. Users are encouraged to verify information independently for scholarly or critical purposes. texttext-generation10K<n<100K0 likes33 downloads1mo agoHugging Face16runanlab /gpt-5.4-frontend-development-27052026 Site Coding Dataset Site Coding Dataset is a synthetic chat-formatted dataset for code generation, focused on frontend development, UI implementation, and instruction-following programming tasks. Site Coding Dataset — синтетический датасет в chat-формате для генерации кода, сфокусированный на frontend-разработке, UI-реализации и instruction-following задачах программирования. Overview This dataset contains 834 records in JSONL format.Each record includes: category — task… See the full description on the dataset page: https://huggingface.co/datasets/runanlab/gpt-5.4-frontend-development-27052026.texttext-generationn<1K1 likes28 downloads4mo agoHugging Face17jackiexiao /tts-frontend-datasettext100K<n<1M2 likes25 downloads3y agoHugging Face18realjackiexiao /tts-frontend-datasetSee: https://github.com/Jackiexiao/tts-frontend-dataset text100K<n<1M0 likes16 downloads3y agoHugging Face19marianna13 /frontend-instruction-tuningimagen<1K2 likes14 downloads3y agoHugging Face20gman9a /react_frontendtext1K<n<10K2 likes13 downloads2y agoHugging Face21dreamstickkkkk9090 /frontend-coding-dataset0 likes8 downloads2mo agoHugging Face22EDUrocks /EDUrocks-3.0-frontend-source-code0 likes7 downloads9mo agoHugging Face23pawan9761 /frontend-components0 likes6 downloads3y agoHugging Face24qa-02 /frontEnd-CodeTypescripttextn<1K1 likes6 downloads2y agoHugging Face25rugmunchmedia /rmi-frontend React + TypeScript + Vite This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules. Currently, two official plugins are available: @vitejs/plugin-react uses Oxc @vitejs/plugin-react-swc uses SWC React Compiler The React Compiler is not enabled on this template because of its impact on dev & build performances. To add it, see this documentation. Expanding the ESLint configuration If you are developing a… See the full description on the dataset page: https://huggingface.co/datasets/rugmunchmedia/rmi-frontend.0 likes6 downloads4mo agoHugging Face26Farhan45876 /cinematrix-frontend-snippetstextn<1K0 likes5 downloads2mo agoHugging Face27velost /velost-frontend1 likes3 downloads3mo agoHugging Face28alucent /creative-frontend-sftgatedtabularn<1K0 likes3 downloads2mo agoHugging Face29JohnGeiger8 /front-end-stack-id-data1 likes2 downloads11mo agoHugging Face30Effici /front-endimagen<1K0 likes2 downloads8mo agoHugging Face

Listings come live from the Hugging Face Hub API. CoolFace does not host these files.