Coming Soon
+Getting Started with ODOO Community
+Your first walkthrough — install, configure, and run your first module on ODOO Community Edition.
+diff --git a/.hermes/surfaces/homepage-brief.md b/.hermes/surfaces/homepage-brief.md new file mode 100644 index 0000000..38c4210 --- /dev/null +++ b/.hermes/surfaces/homepage-brief.md @@ -0,0 +1,100 @@ +# Shape Brief: oc-guy.com Homepage + +## 1. Job and Audience + +**Audience:** Small companies and startups searching for an affordable, battle-proven ERP to run their business in the AI era. They're founders, ops leads, or technical decision-makers — tired of expensive enterprise licenses, curious about ODOO but unsure if it's "for them." + +**Visitor mode: Persuade** — earn attention, build credibility, and drive action (watch content, get in touch). + +**Success:** The visitor leaves believing ODOO Community + AI is the smartest move they could make for their business stack. + +## 2. Outcome and Proof + +**Primary action:** Watch a tutorial/video / Contact Oliver for consultation. + +**Product truth:** ODOO Community is cheap but battle-proven — the perfect ERP foundation to bolt AI on top. The OC Guy (Oliver Arnold / 安雷威) is the alter ego advocate making this case. + +**Evidence on hand:** Video scenes (s1.mp4–s4.mp4), title screen/end card PNGs, ODOO login screenshot. No testimonials or case studies — none should be fabricated. + +## 3. Visual Direction + +**Reference:** `https://impeccable.style/neo-mirai/` — warm, sophisticated, artistic design language with generous typography, illustrated atmosphere, and refined texture. Not ODOO-like (no enterprise blue/white functionalism). + +**Palette (The OC Guy's existing identity):** Dark backgrounds (`#0a0a0f`), purple (`#9C27B0`), cyan (`#00E6FF`), with neo-mirai's warmth blended in — think deep night backgrounds with glowing purple/cyan accents and amber/gold warmth for approachability. + +**Feeling:** Classy, confident, forward-looking. Cyberpunk warmth — "systems with warmth, machines with a human horizon." + +## 4. Scope and Boundaries + +**Fidelity:** Production-ready single HTML page. Static HTML/CSS — no framework, no build step. + +**Breadth:** One page — the homepage. Internal sections anchor-scrolled on the same page. + +**What is in scope:** +- Hero section (strong, simple, classy) +- Mission / Positioning section (ODOO Community + AI) +- Blog section (news, tips & tricks, tutorials) +- About The OC Guy / Oliver section +- 6 fixed always-visible focal points (persistent navigation/feature anchors) +- Footer with contact/social info +- Responsive design (desktop + mobile) + +**What is out of scope:** +- Individual blog/article pages (future) +- Contact form (for now — link/email is fine) +- Newsletter integration (undecided) +- ODOO instance embedding/iframe (undecided) +- Multi-page navigation + +## 5. States and Ranges + +- **Content range:** Minimal (launch) to growing (several blog posts). Hero has at most 3 lines of copy. Blog section starts with 1–6 placeholder entries. +- **Responsive breakpoints:** Desktop (1200px+), tablet (761–1199px), mobile (<=760px). +- **Animations:** Scroll-triggered reveals, subtle entrance animations on hero elements (like neo-mirai's `data-reveal` pattern). +- **Empty/first-run:** No blog posts? Show a "Coming soon" placeholder. No videos? Show a placeholder or link to YouTube. + +## 6. Interaction and Layout + +**Page topology (top to bottom):** + +1. **Sticky header** — brand logo, 6 focal-point navigation items, minimal +2. **Hero** — full-viewport, strong visual impact. "THE OC GUY" title, tagline "ODOO Community Advocate", CTA link. Background: cyberpunk illustration or gradient with particle/glow effects (existing brand aesthetic from title screen). +3. **The Mission** — 2-column layout: copy explaining ODOO Community + AI positioning, with a visual (frame from a video or stylized diagram). +4. **Blog / Content** — card grid showing latest posts/videos. Each card: thumbnail, title, excerpt, date. Filterable or simply chronological. "Tips & Tricks", "Tutorials", "News" as categories. +5. **About** — Who is The OC Guy / Oliver Arnold. Photo or avatar, bio, alter ego story. Call to action. +6. **CTA / Contact** — Final push. "Get in touch" / "Start your ODOO AI journey" with email link. +7. **Footer** — copyright, social links, back to top. + +**6 focal points** (persistent nav items, always visible in header or as a floating nav): +1. Home +2. Mission +3. Blog / Content +4. About +5. Contact +6. Videos (or ODOO Community link) + +**Responsiveness:** Desktop — wide layout with generous spacing. Tablet — reduced margins, 2-column grids collapse. Mobile — single column, hamburger nav, stacked sections. + +**Animations (neo-mirai inspired):** +- Staggered reveal on scroll using intersection observer +- Hero title entrance animation (letters animate in) +- Subtle parallax or glow effects on hero +- Hover effects on cards (lift + shadow) + +## 7. Constraints and Open Decisions + +**Binding:** +- Static HTML/CSS only (confirmed) +- Push-to-deploy via git (no CI/CD pipeline) +- Must work without JavaScript frameworks (plain JS for scroll animations OK) +- Brand palette: dark bg, purple, cyan (from existing assets) +- Tagline: "ODOO Community Advocate" +- Creator name: Oliver Arnold / 安雷威 +- Blog section must accommodate news, tips & tricks, tutorials categories + +**Open:** +- Exact hero imagery — use video stills or CSS-generated effects? +- Blog content format — inline HTML or external markdown files? +- Contact link — mailto: or a simple form later? +- Social links — which platforms (YouTube, X/Twitter, LinkedIn)? +- Custom domain email for Oliver? \ No newline at end of file diff --git a/PRODUCT.md b/PRODUCT.md new file mode 100644 index 0000000..3faf999 --- /dev/null +++ b/PRODUCT.md @@ -0,0 +1,66 @@ +# Product + + + +## Platform + +web + +## Stack + +Plain static HTML/CSS. No framework. + +## Users + +Small companies and startups searching for a business solution in the AI era. They need an affordable, battle-proven ERP as a foundation — and The OC Guy shows them how ODOO Community + AI is the answer. The visitor should walk away seeing ODOO Community as the smart, cheap backbone for an AI-powered business. + +## Product Purpose + +oc-guy.com is the homepage and brand hub for The OC Guy — the alter ego of Oliver Arnold (安雷威), an advocate for using ODOO Community as the affordable, battle-proven ERP foundation for bolting AI on top. The site introduces The OC Guy, explains the mission, and drives engagement with video content and community resources. + +## Positioning + +ODOO Community is the best kept secret in business software — a full-featured, production-hardened ERP that costs fractions of the proprietary alternatives, and it's the perfect platform for the AI era. The OC Guy exists to wake up small companies and startups to this truth. The strong belief: you don't need expensive enterprise licenses to run a modern, AI-powered business — you need ODOO Community plus smart AI on top. + +## Operating Context + +- Site served as a static webpage at `https://oc-guy.com` +- Content is video-driven — scenes, title cards, and screen captures exist in `/root/workspace/40_assets/` +- ODOO instance used for demos: `https://005-003-9a9333fc-1f68-4786-a4fe-5c6d24d207ed.odoo4projects.com` +- Repo at `/root/oc-guy`, push-to-deploy via `git push origin main` + +## Capabilities and Constraints + +- Single-page or simple multi-page static site +- Must host/surface video content from the broader project +- Must communicate the ODOO Community + AI positioning clearly +- [OPEN] Email/newsletter signup? Not yet decided. +- [OPEN] Blog or changelog section? Not yet decided. + +## Brand Commitments + +- Name: **The OC Guy** +- Tagline: **ODOO Community Advocate** +- Creator: Oliver Arnold / 安雷威 +- Visual identity from existing video assets: dark background (`#0a0a0f`), purple (`#9C27B0`), cyan (`#00E6FF`), glitch/scanline effects, tech-cyberpunk aesthetic +- Domain: `oc-guy.com` + +## Evidence on Hand + +- Title screen HTML with brand styling: `/root/workspace/40_assets/title_screen_hyperframes.html` +- Frame renderer with palette and animations: `/root/workspace/40_assets/frame_renderer.html` +- Video scenes (s1.mp4 through s4.mp4) and PNG title/end cards in `/root/workspace/40_assets/` +- ODOO login page screenshot: `/root/workspace/40_assets/odoo_login_page.png` +- No testimonials, case studies, press mentions, or customer logos available. None should be fabricated. + +## Product Principles + +1. **Visual energy matches the mission** — The cyberpunk aesthetic signals this is forward-looking tech, not dusty enterprise software. +2. **Community first** — The OC Guy serves the ODOO Community. Value, advocacy, and connection over sales. +3. **Video as the primary medium** — The OC Guy communicates through video content. The site is a hub that leads there. +4. **Authenticity over hype** — Real ODOO features, real demonstrations, real positioning. No fabricated success stories. +5. **Keep it lean** — Static HTML/CSS, no build tooling, no framework overhead. Fast to load, simple to maintain. + +## Accessibility & Inclusion + +No specific accessibility requirements have been established. As a public website, WCAG 2.1 AA compliance should be targeted. Video content should include captions. \ No newline at end of file diff --git a/index.html b/index.html index c6dceed..a7e1948 100644 --- a/index.html +++ b/index.html @@ -1 +1,810 @@ --> HELLO OC GUY! + + +
+ + +ODOO Community Advocate
+Run your business with the best kept secret in ERP.
++ ODOO Community is battle-proven, affordable, and the perfect foundation for bolting AI on top. I'm here to show you how. +
+The Mission
++ Why pay for expensive enterprise licenses when ODOO Community gives you a full-featured, production-hardened ERP — and leaves you the freedom to bolt AI exactly where it matters? +
+CRM, sales, inventory, accounting, manufacturing — a complete business OS used by thousands, totally free.
+Chatbots, predictive analytics, document intelligence, automation agents. The AI era needs a solid data foundation — ODOO delivers it.
+You don't need Silicon Valley budgets. You need the right base. ODOO Community + AI is the cheapest, smartest path forward.
+Content
+Coming Soon
+Your first walkthrough — install, configure, and run your first module on ODOO Community Edition.
+Coming Soon
+Hidden gems in ODOO Community that save hours of manual work — from automation rules to custom dashboards.
+Coming Soon
+An analysis of ODOO's modular architecture and why it's uniquely suited for AI integration in 2025 and beyond.
+Upcoming
+Build an AI-powered customer service chatbot connected to your ODOO CRM — step by step.
+About
++ I'm Oliver Arnold (安雷威), and The OC Guy is my alter ego — the voice that cuts through the noise to show small companies and startups why ODOO Community is the smartest ERP decision they can make. +
+Get in Touch
++ Whether you're evaluating ODOO, looking for integration advice, or just want to follow along — reach out. Let's make ODOO Community the standard for modern business. +
+ +