Skip to content

jackccrawford/mvllc-new

Repository files navigation

ManagedV Website

Windsurf Next.js TypeScript Tailwind CSS Framer Motion License ManagedV

Building AI-First Ventures - Turning visionary AI concepts into market-changing realities

Features

  • Lightning Fast: Built with Next.js 13.5 for optimal performance
  • Modern Design: Sleek UI powered by Tailwind CSS
  • Smooth Animations: Enhanced user experience with Framer Motion
  • Fully Responsive: Perfect display on all devices
  • Type-Safe: Written in TypeScript for reliability
  • SEO Optimized: Built-in SEO best practices

Quick Start

# Clone the repository
git clone git@github.com:jackccrawford/mvllc-new.git

# Navigate to the project
cd mvllc-new

# Install dependencies
npm install

# Start development server
npm run dev

The development server will start on http://localhost:3090

🛠 Tech Stack

Project Structure

mvllc-new/
├── app/                   # Next.js 14 app directory
│   ├── layout.tsx        # Root layout
│   └── page.tsx          # Home page with ManagedV content
├── components/           # React components
│   └── ui/              # UI components (Shadcn/ui)
├── public/              # Static assets
│   └── images/          # Image files including mVara logos
├── styles/              # Global styles
└── lib/                 # Utility functions

Configuration

The project uses several configuration files:

  • next.config.mjs - Next.js configuration
  • tailwind.config.ts - Tailwind CSS configuration
  • postcss.config.mjs - PostCSS configuration
  • tsconfig.json - TypeScript configuration

Deployment

The site is configured for deployment on Netlify:

# Build for production
npm run build

# Deploy to Netlify using Netlify CLI
npm install -g netlify-cli  # Install Netlify CLI if not already installed
netlify login             # Login to your Netlify account
netlify init              # Initialize a new Netlify site
netlify deploy --prod     # Deploy to production

Alternatively, you can connect your GitHub repository to Netlify for automatic deployments on push.

License

This project is proprietary. Copyright © 2025 Managed Ventures LLC. All rights reserved. See the LICENSE file for details.

Mobile-First Design

The site is optimized for all devices with special attention to mobile responsiveness:

  • Responsive typography and layout
  • Touch-friendly navigation
  • Optimized button sizing and spacing
  • Properly spaced sections for mobile viewing

SEO Optimization

Built with comprehensive SEO best practices:

  • Rich meta descriptions and Open Graph tags
  • Semantic HTML structure
  • Optimized content with relevant keywords
  • Dynamic sitemap generation
  • Mobile performance optimization

Copyright 2025 Managed Ventures LLC.
Scottsdale, AZ, USA

About

ManagedV Domain

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published