Skip to content

Add Try It Yourself section for all content types#9

Merged
vinpatel merged 2 commits intomainfrom
vk/dd9b-we-have-a-try-yo
Feb 16, 2026
Merged

Add Try It Yourself section for all content types#9
vinpatel merged 2 commits intomainfrom
vk/dd9b-we-have-a-try-yo

Conversation

@vinpatel
Copy link
Copy Markdown
Owner

Summary

  • Add interactive "Try It Yourself" section to the landing page with tabbed support for text, image, audio, and video
  • Each tab shows side-by-side human vs AI sample cards with pre-loaded content from the benchmark dataset
  • Text analysis runs client-side using a simplified port of the Go text analyzer; image/audio/video use pre-computed results

Test plan

  • Verify all 4 tabs (Text, Image, Audio, Video) switch correctly
  • Click "Analyze" on text samples and confirm human sample shows low AI score, AI sample shows high AI score
  • Click "Analyze" on image/audio/video samples and confirm pre-computed results render
  • Verify audio players load and play the sample files
  • Check responsive layout on mobile viewport

🤖 Generated with Claude Code

mindtrades and others added 2 commits February 15, 2026 21:15
Add an interactive demo section to the landing page with tabbed support
for text, image, audio, and video content detection. Text analysis runs
entirely client-side using a simplified port of the Go text analyzer
with 8 weighted signals. Image, audio, and video tabs provide file
upload with drag-and-drop and guide users to the self-hosted API.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Replace the upload-based UI with a sample-based layout showing side-by-side
human vs AI cards for each content type (text, image, audio, video). Text
analysis runs client-side; image/audio/video show pre-computed results.
Add audio sample files for the demo.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@vinpatel vinpatel force-pushed the vk/dd9b-we-have-a-try-yo branch from 45c5f84 to d255193 Compare February 16, 2026 02:19
@vinpatel vinpatel merged commit 33ffd0b into main Feb 16, 2026
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.

2 participants