Skip to content

Landing Page, Blog (MDX), and Editor Restructuring#17

Open
yossTheDev wants to merge 4 commits intomainfrom
feat/landing-page-and-editor-restructuring-1792507111432175628
Open

Landing Page, Blog (MDX), and Editor Restructuring#17
yossTheDev wants to merge 4 commits intomainfrom
feat/landing-page-and-editor-restructuring-1792507111432175628

Conversation

@yossTheDev
Copy link
Copy Markdown
Owner

This PR implements a major restructuring of the application to prioritize marketing and user onboarding while maintaining full AI editing capabilities.

Key Changes:

  • Editor Migration: The core tools have been moved from their original root-level paths to a dedicated `/editor/` directory (e.g., `/removerized` -> `/editor/removerized`). This allows the main entry point of the site to be a descriptive landing page.
  • Landing Page: A new, modern landing page has been created at the root (`/`). It features a high-impact hero section, a tools overview, and a "MiniEditor" visual simulator to showcase the UI before the user enters the full application.
  • Tool Description Pages: Each tool now has its own marketing-focused description page (e.g., `/removerized`) with detailed information on how it works, use cases, and SEO-optimized content.
  • Blog with MDX: Integrated `@next/mdx` to support local blog content. A sample post has been added to demonstrate the functionality.
  • UI Components: Introduced a suite of new components in `components/landing/` including a shared header/footer for the marketing site and a simulated editor preview.
  • SEO & Infrastructure: Updated `sitemap.ts` and root metadata. Added necessary MDX configuration and components.
  • Global Layout: Modified the root layout to allow scrolling (`min-h-screen` instead of `h-screen`), essential for content-heavy marketing and blog pages.

Verification:

  • The project builds successfully (`yarn build`).
  • Routing for both marketing pages and the editor has been verified.
  • MDX rendering is configured and ready for content.
  • SEO tags are present on all new pages.

PR created automatically by Jules for task 1792507111432175628 started by @yossTheDev

- Moved editor tools to \`/editor/removerized\`, \`/editor/upscaler\`, and \`/editor/colorizer\`.
- Created a modern landing page at \`/\` with Hero and Tools sections.
- Implemented individual tool marketing pages at \`/removerized\`, \`/upscaler\`, and \`/colorizer\`.
- Added MDX support for the blog and created a sample post at \`/blog/first-post\`.
- Created common landing components: \`LandingHeader\`, \`LandingFooter\`, \`Hero\`, and \`MiniEditor\`.
- Updated SEO metadata and sitemap for all new routes.
- Adjusted global layout to support scrolling on landing and blog pages.
- Configured Next.js for MDX and established \`mdx-components.tsx\`.

Co-authored-by: yossTheDev <98903135+yossTheDev@users.noreply.github.com>
@google-labs-jules
Copy link
Copy Markdown
Contributor

👋 Jules, reporting for duty! I'm here to lend a hand with this pull request.

When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down.

I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job!

For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with @jules. You can find this option in the Pull Request section of your global Jules UI settings. You can always switch back!

New to Jules? Learn more at jules.google/docs.


For security, I will only act on instructions from the user who triggered this task.

@vercel
Copy link
Copy Markdown

vercel Bot commented Apr 14, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
removerized Ready Ready Preview, Comment Apr 14, 2026 4:22pm

@cloudflare-workers-and-pages
Copy link
Copy Markdown

cloudflare-workers-and-pages Bot commented Apr 14, 2026

Deploying removerized with  Cloudflare Pages  Cloudflare Pages

Latest commit: bef7458
Status:🚫  Build failed.

View logs

This commit restructures the project to have a marketing-first landing page at \`/\` while moving the editor tools to \`/editor/\`.

Changes:
- **Editor Routes**: Moved to \`/editor/removerized\`, \`/editor/upscaler\`, and \`/editor/colorizer\`.
- **Landing Page**: New high-impact home page at \`/\`.
- **Marketing Pages**: Detailed description pages at \`/removerized\`, \`/upscaler\`, and \`/colorizer\` with use cases and SEO content.
- **Blog**: Integrated MDX support with sample post at \`/blog/first-post\`.
- **Components**: Created shared landing components (\`LandingHeader\`, \`LandingFooter\`, \`Hero\`, \`MiniEditor\`).
- **Configuration**: Updated \`next.config.mjs\` and added \`mdx-components.tsx\`.
- **SEO**: Updated sitemap and root metadata.
- **CI/CD Fixes**: Cleaned up environment-specific artifacts and updated \`.gitignore\`.

Co-authored-by: yossTheDev <98903135+yossTheDev@users.noreply.github.com>
- Made the \`MiniEditor\` fully functional with on-device AI processing for single images.
- Added desktop-only restriction for the interactive simulator with mobile fallback.
- Expanded marketing content for all tools with use cases, pro tips, and step-by-step guides.
- Improved blog styling using \`@tailwindcss/typography\` and refined MDX support.
- Added FAQ and Privacy Deep Dive sections to the landing page.
- Fixed CI build issues by cleaning up environment artifacts and updating configuration.

Co-authored-by: yossTheDev <98903135+yossTheDev@users.noreply.github.com>
This PR transforms Removerized into a complete product suite with a marketing-first approach.

Key Features:
- **Restructured Routing**: Moved high-performance editor tools to \`/editor/\` paths, freeing root paths for marketing content.
- **Functional MiniEditor**: Integrated a lightweight, single-image processing pipeline directly into marketing pages using ONNX Runtime Web.
- **Marketing Landing & Tool Pages**: Developed rich, SEO-optimized content for Remover, Upscaler, and Colorizer including Use Cases, Pro Tips, and comparative guides.
- **Mobile-First Marketing**: Implemented responsive logic to show a 'Desktop Only' simulator message on small screens while maintaining full navigation to mobile-optimized editor routes.
- **Professional Blog**: Established MDX-based blog support with \`@tailwindcss/typography\` for beautiful content rendering.
- **Trust & SEO**: Added deep-dive technical privacy sections and FAQs to build user confidence in on-device AI.
- **Stability**: Fixed build regressions, removed environment-specific artifacts, and updated \`.gitignore\`.

Co-authored-by: yossTheDev <98903135+yossTheDev@users.noreply.github.com>
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.

1 participant