Building AI-First Ventures - Turning visionary AI concepts into market-changing realities
- 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
# 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 devThe development server will start on http://localhost:3090
- Framework: Next.js 14.2.30
- Language: TypeScript
- Styling: Tailwind CSS
- Animations: Framer Motion
- UI Components: Custom components with Shadcn/ui
- Development:
- ESLint for linting
- Prettier for code formatting
- PostCSS for CSS processing
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
The project uses several configuration files:
next.config.mjs- Next.js configurationtailwind.config.ts- Tailwind CSS configurationpostcss.config.mjs- PostCSS configurationtsconfig.json- TypeScript configuration
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 productionAlternatively, you can connect your GitHub repository to Netlify for automatic deployments on push.
This project is proprietary. Copyright © 2025 Managed Ventures LLC. All rights reserved. See the LICENSE file for details.
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
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