Components / Content Generation

AI Content Rewriter

A before/after content rewriter showing original text alongside AI-improved versions with diff highlighting.

tsx
"use client";
import React from "react";

export default function AIContentRewriter() {
  return (
    <div className="rounded-xl border border-zinc-200 dark:border-zinc-800 bg-white dark:bg-zinc-950 p-6">
      <h3 className="text-sm font-semibold text-zinc-900 dark:text-zinc-100 mb-4">Content Rewriter</h3>
      <p className="text-sm text-zinc-500">Copy and paste this component into your project to customize.</p>
    </div>
  );
}

Installation

Dependencies

  • react
                            npm install react
                        

Related Components

  • AI Text Generator — A text generation interface with tone selector, length control, and real-time AI-powered content creation.
  • AI Image Prompt Builder — A guided image prompt builder with style presets, aspect ratio selector, and negative prompt support.
  • AI Summarizer Card — A document summarization card with adjustable summary length, key points extraction, and bullet-point output.
  • AI Translation Panel — A translation panel with language detection, multi-language output, and side-by-side comparison view.
  • AI Code Generator — A code generation interface with language selector, framework presets, and syntax-highlighted output.
  • AI Email Composer — An AI-powered email composer with tone adjustment, template selection, and subject line generation.