Skip to content

feat: Next.js web UI for browsing prompt database#4

Merged
scthornton merged 1 commit into
mainfrom
feature/web-ui
Mar 30, 2026
Merged

feat: Next.js web UI for browsing prompt database#4
scthornton merged 1 commit into
mainfrom
feature/web-ui

Conversation

@scthornton

Copy link
Copy Markdown
Owner

Summary

  • Next.js 16 app in web/ with static export (zero server required)
  • Dark mode UI with zinc theme, Tailwind CSS
  • Search — client-side text search across all prompt content
  • Filters — technique, source, minimum sophistication score
  • Detail panel — click any prompt to see full content, tags, OWASP IDs
  • Pagination — 25 prompts per page
  • 1,282 curated prompts pre-exported as JSON data (2.1MB)
  • Deployable on Vercel as static site

Test plan

  • next build succeeds with static export
  • Search filtering works correctly
  • Data loads from pre-built JSON (1,282 prompts)
  • All prompts render with technique badges and scores

- Next.js 16 app with static export (deployable on Vercel)
- Dark mode UI with search, filter by technique/source/min-score
- Paginated list view with click-to-expand detail panel
- Shows tags, OWASP IDs, sophistication score, and full prompt content
- 1,282 curated prompts pre-exported as JSON (2.1MB)
- Tailwind CSS with dark zinc theme
@scthornton scthornton merged commit 13f4b9d into main Mar 30, 2026
0 of 3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant