Commit 49bf5be
feat: Add Memory-Enhanced Debugging Wizard to website
- Add debug wizard types mirroring Python implementation
- Add tier management (FREE, REGISTERED, PRO, LOCAL, ENTERPRISE)
- Add API route for bug analysis with pattern correlation
- Add DebugWizard React component with full UI
- Add page at /tools/debug-wizard with SEO metadata
- Update Dev.to article with debugging wizard examples
- Add Product Hunt assets planning document
Features:
- Error classification (null_ref, type_mismatch, async, import, api)
- Historical pattern matching with similarity scores
- Fix recommendations based on historical resolutions
- Level 4 predictions (recurring patterns, time estimates)
- Tier-based access control with upgrade CTAs
- Demo mode with quick-fill buttons
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>1 parent 19e3d55 commit 49bf5be
File tree
8 files changed
+2760
-12
lines changed- docs/marketing
- drafts
- website
- app
- api/debug-wizard/analyze
- tools/debug-wizard
- components/debug-wizard
- lib/debug-wizard
8 files changed
+2760
-12
lines changedLarge diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
45 | 67 | | |
46 | 68 | | |
47 | 69 | | |
| |||
55 | 77 | | |
56 | 78 | | |
57 | 79 | | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
65 | 87 | | |
66 | 88 | | |
67 | | - | |
| 89 | + | |
68 | 90 | | |
69 | 91 | | |
70 | 92 | | |
71 | | - | |
| 93 | + | |
72 | 94 | | |
73 | | - | |
| 95 | + | |
74 | 96 | | |
75 | 97 | | |
76 | 98 | | |
| |||
83 | 105 | | |
84 | 106 | | |
85 | 107 | | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
86 | 116 | | |
87 | 117 | | |
88 | 118 | | |
89 | 119 | | |
90 | 120 | | |
91 | 121 | | |
92 | 122 | | |
93 | | - | |
| 123 | + | |
94 | 124 | | |
95 | | - | |
| 125 | + | |
96 | 126 | | |
97 | 127 | | |
98 | 128 | | |
| |||
0 commit comments