{"id":29192256,"url":"https://github.com/jackccrawford/mvllc-new","last_synced_at":"2025-07-02T01:04:57.265Z","repository":{"id":300078499,"uuid":"927592444","full_name":"jackccrawford/mvllc-new","owner":"jackccrawford","description":"ManagedV Domain","archived":false,"fork":false,"pushed_at":"2025-06-19T19:11:56.000Z","size":284,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-19T19:39:07.755Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jackccrawford.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-02-05T08:04:22.000Z","updated_at":"2025-06-19T19:11:59.000Z","dependencies_parsed_at":"2025-06-19T19:50:23.459Z","dependency_job_id":null,"html_url":"https://github.com/jackccrawford/mvllc-new","commit_stats":null,"previous_names":["jackccrawford/mvllc-new"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jackccrawford/mvllc-new","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jackccrawford%2Fmvllc-new","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jackccrawford%2Fmvllc-new/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jackccrawford%2Fmvllc-new/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jackccrawford%2Fmvllc-new/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jackccrawford","download_url":"https://codeload.github.com/jackccrawford/mvllc-new/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jackccrawford%2Fmvllc-new/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263056760,"owners_count":23406817,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-07-02T01:04:56.610Z","updated_at":"2025-07-02T01:04:57.250Z","avatar_url":"https://github.com/jackccrawford.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ManagedV Website\n\n[![Windsurf](https://img.shields.io/badge/Built%20with-Windsurf-0066CC.svg?style=flat)](https://codeium.com/windsurf)\n[![Next.js](https://img.shields.io/badge/Next.js-14.2.30-black?style=flat\u0026logo=next.js\u0026logoColor=white)](https://nextjs.org/)\n[![TypeScript](https://img.shields.io/badge/TypeScript-5.4-3178C6?style=flat\u0026logo=typescript\u0026logoColor=white)](https://www.typescriptlang.org/)\n[![Tailwind CSS](https://img.shields.io/badge/Tailwind-3.4-38B2AC?style=flat\u0026logo=tailwindcss\u0026logoColor=white)](https://tailwindcss.com/)\n[![Framer Motion](https://img.shields.io/badge/Framer-11.0-0055FF?style=flat\u0026logo=framer\u0026logoColor=white)](https://www.framer.com/motion/)\n[![License](https://img.shields.io/badge/License-Proprietary-red?style=flat)](LICENSE)\n[![ManagedV](https://img.shields.io/badge/By-ManagedV-4DFFD2.svg?style=flat)](https://www.managedv.com)\n\n\u003e Building AI-First Ventures - Turning visionary AI concepts into market-changing realities\n\n## Features\n\n- **Lightning Fast**: Built with Next.js 13.5 for optimal performance\n- **Modern Design**: Sleek UI powered by Tailwind CSS\n- **Smooth Animations**: Enhanced user experience with Framer Motion\n- **Fully Responsive**: Perfect display on all devices\n- **Type-Safe**: Written in TypeScript for reliability\n- **SEO Optimized**: Built-in SEO best practices\n\n## Quick Start\n\n```bash\n# Clone the repository\ngit clone git@github.com:jackccrawford/mvllc-new.git\n\n# Navigate to the project\ncd mvllc-new\n\n# Install dependencies\nnpm install\n\n# Start development server\nnpm run dev\n```\n\nThe development server will start on `http://localhost:3090`\n\n## 🛠 Tech Stack\n\n- **Framework**: [Next.js 14.2.30](https://nextjs.org/)\n- **Language**: [TypeScript](https://www.typescriptlang.org/)\n- **Styling**: [Tailwind CSS](https://tailwindcss.com/)\n- **Animations**: [Framer Motion](https://www.framer.com/motion/)\n- **UI Components**: Custom components with Shadcn/ui\n- **Development**:\n  - ESLint for linting\n  - Prettier for code formatting\n  - PostCSS for CSS processing\n\n## Project Structure\n\n```\nmvllc-new/\n├── app/                   # Next.js 14 app directory\n│   ├── layout.tsx        # Root layout\n│   └── page.tsx          # Home page with ManagedV content\n├── components/           # React components\n│   └── ui/              # UI components (Shadcn/ui)\n├── public/              # Static assets\n│   └── images/          # Image files including mVara logos\n├── styles/              # Global styles\n└── lib/                 # Utility functions\n```\n\n## Configuration\n\nThe project uses several configuration files:\n\n- `next.config.mjs` - Next.js configuration\n- `tailwind.config.ts` - Tailwind CSS configuration\n- `postcss.config.mjs` - PostCSS configuration\n- `tsconfig.json` - TypeScript configuration\n\n## Deployment\n\nThe site is configured for deployment on Netlify:\n\n```bash\n# Build for production\nnpm run build\n\n# Deploy to Netlify using Netlify CLI\nnpm install -g netlify-cli  # Install Netlify CLI if not already installed\nnetlify login             # Login to your Netlify account\nnetlify init              # Initialize a new Netlify site\nnetlify deploy --prod     # Deploy to production\n```\n\nAlternatively, you can connect your GitHub repository to Netlify for automatic deployments on push.\n\n## License\n\nThis project is proprietary. Copyright © 2025 Managed Ventures LLC. All rights reserved. See the [LICENSE](LICENSE) file for details.\n\n## Mobile-First Design\n\nThe site is optimized for all devices with special attention to mobile responsiveness:\n- Responsive typography and layout\n- Touch-friendly navigation\n- Optimized button sizing and spacing\n- Properly spaced sections for mobile viewing\n\n\n## SEO Optimization\n\nBuilt with comprehensive SEO best practices:\n- Rich meta descriptions and Open Graph tags\n- Semantic HTML structure\n- Optimized content with relevant keywords\n- Dynamic sitemap generation\n- Mobile performance optimization\n\n\n\u003cp align=\"center\"\u003e\n  \u003ci\u003eCopyright 2025 Managed Ventures LLC.\u003c/i\u003e\u003cbr\u003e\n  \u003ci\u003eScottsdale, AZ, USA\u003c/i\u003e\n\u003c/p\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjackccrawford%2Fmvllc-new","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjackccrawford%2Fmvllc-new","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjackccrawford%2Fmvllc-new/lists"}