https://github.com/jackccrawford/mvllc-new
ManagedV Domain
https://github.com/jackccrawford/mvllc-new
Last synced: 12 months ago
JSON representation
ManagedV Domain
- Host: GitHub
- URL: https://github.com/jackccrawford/mvllc-new
- Owner: jackccrawford
- License: other
- Created: 2025-02-05T08:04:22.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-19T19:11:56.000Z (12 months ago)
- Last Synced: 2025-06-19T19:39:07.755Z (12 months ago)
- Language: TypeScript
- Size: 277 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ManagedV Website
[](https://codeium.com/windsurf)
[](https://nextjs.org/)
[](https://www.typescriptlang.org/)
[](https://tailwindcss.com/)
[](https://www.framer.com/motion/)
[](LICENSE)
[](https://www.managedv.com)
> 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
```bash
# 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
- **Framework**: [Next.js 14.2.30](https://nextjs.org/)
- **Language**: [TypeScript](https://www.typescriptlang.org/)
- **Styling**: [Tailwind CSS](https://tailwindcss.com/)
- **Animations**: [Framer Motion](https://www.framer.com/motion/)
- **UI Components**: Custom components with Shadcn/ui
- **Development**:
- ESLint for linting
- Prettier for code formatting
- PostCSS for CSS processing
## 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:
```bash
# 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](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