Backlink

Blog Claim System Test

Test and validate the blog post claiming system functionality

System Status

Authentication
Not Logged In
Database Schema
Ready
API Endpoints
Deployed

Claim Button Test

Test Claim Button:

Cleanup Function Test

Test the automated cleanup of expired unclaimed blog posts.

Implementation Summary

✅ Netlify cleanup function deployed with scheduled execution
✅ Frontend claim button with conditional UI logic
✅ Backend API route for post claiming
✅ Database schema verified (user_id, is_trial_post, expires_at)
✅ User dashboard to display claimed posts
✅ User feedback and toast notifications

📋 How It Works

  • • Users can claim up to 3 blog posts to make them permanent
  • • Claimed posts are removed from trial system (no expiration)
  • • Unclaimed trial posts expire and are cleaned up daily at midnight UTC
  • • Claim status is checked in real-time with proper user limits
  • • All actions provide immediate user feedback via toast notifications