wadsf
v1.0.0
Published
AI-first bundle generator with complete observability
Maintainers
Readme
WADSF - Web Application Development Super Framework
AI-first bundle generator that transforms PRDs into production-ready development environments with complete observability.
Features
- 🚀 One-command generation: PRD → production bundle in seconds
- 📊 Complete observability: Logging, metrics, and distributed tracing
- 🔌 Plugin system: Modular technology support (IOTA, Stellar, AI, etc.)
- 🛡️ Security-first: Automatic secret redaction and secure defaults
- ⚡ Performance monitoring: Built-in SLA tracking and optimization
- 🎯 Quality gates: Executable validation with confidence scoring
Quick Start
# Install globally
npm install -g wadsf
# Generate bundle from PRD
wadsf generate --prd=project.yaml --verboseExample
# project.yaml
project:
name: "my-saas"
type: "saas"
tech:
backend: { runtime: "node", framework: "express" }
frontend: { framework: "react", ui: "tailwind" }
blockchain: { networks: ["iota"] }wadsf generate --prd=project.yaml --output=my-saas-bundle
cd my-saas-bundle && just setup && just devObservability
Every generation includes:
- Structured logs with rotation and redaction
- Prometheus metrics with percentiles and histograms
- Distributed traces in Jaeger format
- Performance analytics and error classification
SLA Commitments
- ≤ 300ms p95 for bundle generation
- ≥ 99.9% success rate for valid PRDs
- Zero secrets leaked in logs (guaranteed by redaction filter)
- Full observability for every operation
Documentation
License
MIT © WADSF Contributors
