Skip to content

Redesign landing page with real maxc product content, SEO, and branding#24

Merged
PrasanthYT merged 1 commit intodevelopfrom
feature/egui-gui
Mar 26, 2026
Merged

Redesign landing page with real maxc product content, SEO, and branding#24
PrasanthYT merged 1 commit intodevelopfrom
feature/egui-gui

Conversation

@PrasanthYT
Copy link
Copy Markdown
Contributor

Replace all placeholder "Monochrome ASCII Hub" content with actual maxc product features across 8 sections (Terminal Engine, RPC & API, Browser Automation, CLI & Commands, Workspace Architecture, Agent System, Storage & Recovery, Security & Diagnostics). Add interactive browser automation demo with live action logs, animated agent heartbeat, terminal download command, Windows download CTA with logo, maxc SVG branding in header/footer, comprehensive SEO metadata, Open Graph, robots.txt, sitemap, and llms.txt. Fix Turbopack root resolution error. Exclude .claude/ and CLAUDE.md from git.

Replace all placeholder "Monochrome ASCII Hub" content with actual maxc
product features across 8 sections (Terminal Engine, RPC & API, Browser
Automation, CLI & Commands, Workspace Architecture, Agent System, Storage
& Recovery, Security & Diagnostics). Add interactive browser automation
demo with live action logs, animated agent heartbeat, terminal download
command, Windows download CTA with logo, maxc SVG branding in header/footer,
comprehensive SEO metadata, Open Graph, robots.txt, sitemap, and llms.txt.
Fix Turbopack root resolution error. Exclude .claude/ and CLAUDE.md from git.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@vercel
Copy link
Copy Markdown

vercel bot commented Mar 26, 2026

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

Project Deployment Actions Updated (UTC)
maxc-landing-page Ready Ready Preview, Comment Mar 26, 2026 6:31pm

@PrasanthYT PrasanthYT merged commit 258c492 into develop Mar 26, 2026
2 of 4 checks passed
Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: a43e2a8c76

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

# Common ignores
node_modules/
.next/
.env*.local
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Restore ignore rules for non-local .env files

This change narrows env-file ignores to .env*.local, which leaves .env, .env.development, .env.production, etc. eligible for accidental commits. In a Next.js app those files frequently contain secrets, so this creates a real credential-leak risk for normal developer workflows. Please restore broad env ignores (for example .env* with explicit exceptions for sample files).

Useful? React with 👍 / 👎.

Comment on lines 64 to +68
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "16.1.6",
"tailwindcss": "^4",
"typescript": "^5"
"@tailwindcss/postcss": "^4.1.13",
"@types/node": "^22",
"@types/react": "19.2.14",
"@types/react-dom": "19.2.3",
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Add ESLint packages back to devDependencies

The project still defines a lint script (eslint .) and keeps eslint.config.mjs that imports eslint-config-next/*, but this commit removes eslint and eslint-config-next from devDependencies. On a clean checkout, npm run lint will fail due to missing binary/modules, which breaks CI/pre-PR checks.

Useful? React with 👍 / 👎.

const nextConfig: NextConfig = {
/* config options here */
typescript: {
ignoreBuildErrors: true,
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Keep TypeScript errors blocking production builds

Setting typescript.ignoreBuildErrors to true allows next build to succeed even when there are type errors in the new TS/TSX code. That removes a core release guardrail and can push correctness issues from CI into runtime behavior, especially in a large UI-heavy change like this one.

Useful? React with 👍 / 👎.

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