AI-powered editorial platform designed to streamline content creation and management. Using advanced AI models like Anthropic's Claude and Sonnet SDK, it automates the rewriting of articles and enhances the editing process. The platform supports user roles like reporters, editors, and admins, providing tools to manage content.
🚀 Integrated AI-driven article recommendations by fetching and scoring related content based on user data.
Added Zod validation schemas for article creation and updating:
schemaCreateArticle
: Validates the title, body, tags, and publication status when creating a new article.schemaUpdateArticle
: Validates the article ID and publication status when updating an article.Ensured strong type safety for the article management processes, preventing invalid data from being processed.
Improved data integrity by defining clear rules for the article structure in the application.