Prompt Lab (Experimental)

This project is an experimental Prompt CRUD lab built to test real app patterns with Next.js API routes + NextAuth + MongoDB.

What it does: signed-in users can create prompts, browse/search community prompts, and edit/delete their own entries. All prompt data is persisted in MongoDB and served through internal API endpoints.

Why it exists: to validate auth-protected data flow, route handlers, and client/server integration in a compact feature sandbox before using the same architecture in larger apps.