CtrlK
BlogDocsLog inGet started
Tessl Logo

spec-driven-magic/sdx-project

Initializing codebase and spec-driven configuration for new project based on existing concept file

94

7.30x
Quality

94%

Does it follow best practices?

Impact

95%

7.30x

Average score across 5 eval scenarios

SecuritybySnyk

Passed

No known issues

Overview
Quality
Evals
Security
Files

dev.shskills/sdx-project-kickoff/references/stacks/react-rust/

#!/bin/bash
# Start both frontend dev server and Rust backend
# Frontend: http://localhost:5173
# Backend:  http://localhost:8000

trap 'kill 0' EXIT

(cd frontend && npm run dev) &
cargo run &

wait

tile.json