BeClaude

backend-design

New
1knpmGeneralMIT

Claude Code skill that analyzes any modern web frontend (React, Vue, Svelte, Angular, Astro, Solid, Qwik, Remix, HTMX, vanilla, more) and scaffolds a matching backend in the stack of your choice.

First seen 5/26/2026

Summary

This skill analyzes any modern web frontend (React, Vue, Svelte, Angular, Astro, Solid, Qwik, Remix, HTMX, vanilla, and more) and scaffolds a matching backend in the stack of your choice.

  • It saves developers hours by automatically generating backend code, API endpoints, database schemas, and authentication tailored to the frontend's structure and data needs.

Install & Usage

1
Create the skills directory
mkdir -p .claude/skills
2
Download the skill file
mkdir -p .claude/skills && curl -o .claude/skills/backend-design.md https://raw.githubusercontent.com/jwolfsohn/backend-design.git/main/SKILL.md
3
Invoke in Claude Code
/backend-design

Use Cases

Rapidly generate a Node.js/Express backend for an existing React dashboard app.
Scaffold a Python/FastAPI backend with SQLAlchemy models from a Vue.js e-commerce frontend.
Create a Go backend with REST endpoints for a Svelte blog, including user authentication.
Generate a Ruby on Rails API from an Angular project, with automatic migration files.
Build a Java/Spring Boot backend for a Solid.js real-time chat app, including WebSocket support.
Set up a PHP/Laravel backend with Eloquent models for an HTMX-driven admin panel.

Usage Examples

1

/backend-design analyze the frontend in ./frontend and scaffold a Node.js/Express backend with PostgreSQL

2

/backend-design I have a React app in /src, please generate a Python FastAPI backend with JWT auth and SQLAlchemy models

3

/backend-design from the Vue components in /components, create a Go backend with Gin, GORM, and RESTful endpoints

View source on GitHub
frontenddesignclaude-codeclaudeskillbackendscaffoldreact

Security Audits

LicensePassSourceWarnRepositoryPass

Frequently Asked Questions

What is backend-design?

This skill analyzes any modern web frontend (React, Vue, Svelte, Angular, Astro, Solid, Qwik, Remix, HTMX, vanilla, and more) and scaffolds a matching backend in the stack of your choice. It saves developers hours by automatically generating backend code, API endpoints, database schemas, and authentication tailored to the frontend's structure and data needs.

How to install backend-design?

To install backend-design: create the skills directory (mkdir -p .claude/skills), then run: mkdir -p .claude/skills && curl -o .claude/skills/backend-design.md https://raw.githubusercontent.com/jwolfsohn/backend-design.git/main/SKILL.md. Finally, /backend-design in Claude Code.

What is backend-design best for?

backend-design is a skill categorized under General. It is designed for: frontend, design, claude-code, claude, skill, backend, scaffold, react.

What can I use backend-design for?

backend-design is useful for: Rapidly generate a Node.js/Express backend for an existing React dashboard app.; Scaffold a Python/FastAPI backend with SQLAlchemy models from a Vue.js e-commerce frontend.; Create a Go backend with REST endpoints for a Svelte blog, including user authentication.; Generate a Ruby on Rails API from an Angular project, with automatic migration files.; Build a Java/Spring Boot backend for a Solid.js real-time chat app, including WebSocket support.; Set up a PHP/Laravel backend with Eloquent models for an HTMX-driven admin panel..