rebrand-to-raise-company Feature Specification

Date: 2025-10-26 Feature: rebrand-to-raise-company Status: Complete

Overview

Complete rebrand from “Arqi” (AI-powered Investor Relations platform) to “The Raise Company” (stealth fintech startup). Transformed the website from a feature-rich marketing page with email signup to an ultra-minimalist dark landing page with just company name and contact button.

User Requirements

User requested:

  1. Rebrand from Arqi to The Raise Company
  2. Update positioning to stealth fintech (from investor relations)
  3. Dark website design with white text
  4. Minimalistic layout with logo/name and contact button only
  5. Contact button should link to beste@theraisecompany.ai
  6. Simple landing page suitable for Y Combinator application
  7. Domain is www.theraisecompany.ai

Technical Specifications

Implementation Details

Design Approach: Complete visual redesign from colorful gradient to minimalist dark theme

Content Strategy: Stealth mode positioning

Files Modified/Created

Modified Files:

  1. _config.yml - Updated site metadata and configuration
  2. index.html - Completely simplified page structure
  3. assets/css/main.css - Complete visual redesign
  4. CNAME - Fixed typo
  5. CLAUDE.md - Updated project documentation

Key Decisions Made

  1. Complete Minimalism: Decided to hide rather than delete HTML elements (using CSS display: none) to make it easy to restore features later if needed

  2. No JavaScript: Removed dependency on form submission JavaScript since contact is now a simple mailto: link

  3. Dark Theme: Chose pure black (#0a0a0a) rather than dark gray for maximum contrast and modern feel

  4. Contact Method: Used mailto: link instead of contact form to keep implementation simple and avoid email backend setup

  5. Typography: Maintained Inter font from original design for consistency with modern SaaS aesthetics

  6. Responsive Design: Kept existing responsive breakpoints but simplified rules to only adjust logo size and button padding

Testing Requirements

Manual testing recommended:

Dependencies

No new dependencies added. Existing Jekyll stack maintained:

Future Considerations

Potential enhancements when coming out of stealth:

  1. Add company tagline or mission statement
  2. Implement email signup form for waitlist/launch notifications
  3. Add social media links (Twitter, LinkedIn)
  4. Include team photos or founder information
  5. Add “About” or “Careers” page
  6. Implement analytics tracking (placeholder exists in layout)
  7. Add favicon (referenced in layout but file doesn’t exist)

Implementation Notes

CSS Architecture: Used display: none strategy to hide elements:

This approach allows easy restoration of sections by removing the display rule.

Color Palette:

Layout Structure:

<div class="hero">
  <div class="container">
    <div class="hero-content">
      <div class="logo"><h1>The Raise Company</h1></div>
      <div class="cta-section">
        <a href="mailto:beste@theraisecompany.ai" class="contact-button">Contact</a>
      </div>
    </div>
  </div>
</div>

Domain Configuration: