Skip to content

acobeatscodes/Virtualinstruments.ai

Repository files navigation

VirtualInstruments.ai - Government Solutions

✨ Clean, Modern Static Website

A fully static, production-ready government software and AI solutions website built with Next.js, React, and Tailwind CSS.

🚀 Features

Fully Static - Pure HTML/CSS/JS, no server needed
Modern Design - Clean, professional, enterprise-grade
Mobile Responsive - Works perfectly on all devices
Dark Mode - Full dark mode support
SEO Optimized - Meta tags and semantic HTML
Fast Loading - Static files serve instantly
No Dependencies - Minimal runtime dependencies

🏗️ Sections

  • Navigation - Fixed header with logo and links
  • Hero - Compelling headline with features and CTA
  • Solutions - 6 core services with icons
  • Industries - 6 target industries
  • Compliance - Certifications and NAICS codes
  • Contact - Lead capture form
  • Footer - Links and contact info

🛠️ Tech Stack

  • Next.js 14 (Static Export)
  • React 18
  • Tailwind CSS 3
  • React Icons
  • Zero JavaScript frameworks required

📋 Getting Started

Install

npm install

Development

npm run dev

Visit http://localhost:3000

Build Static

npm run build

Creates out/ folder with all static files

🌐 Deploy to GitHub Pages

  1. Push to GitHub
git add .
git commit -m "Clean static government website"
git push origin main
  1. GitHub Settings → Pages
  2. Set Source to GitHub Actions
  3. Wait for the deploy workflow to finish
  4. Live at virtualinstruments.ai!

📁 File Structure

Virtualinstruments.ai/
├── app/
│   ├── layout.tsx        # Root layout
│   ├── page.tsx          # All sections in one file
│   └── globals.css       # Global styles
├── package.json
├── next.config.js
├── tailwind.config.js
├── postcss.config.js
└── README.md

🎨 Customization

Update Content

Edit app/page.tsx - All content is inline and easy to modify

Change Colors

Edit tailwind.config.js - Modify the blue color palette

Update Contact Info

In app/page.tsx footer:

📤 Deployment Options

GitHub Pages (Free)

  1. Settings → Pages → Enable
  2. Select branch: main
  3. Update GoDaddy DNS

Vercel (Free)

  1. Connect repo
  2. Deploy automatically
  3. Point domain

Any Static Host

  1. Build: npm run build
  2. Upload out/ folder
  3. Done!

📊 Performance

  • Page loads in < 1 second
  • Lighthouse score: 95+
  • Mobile friendly
  • Zero CLS issues
  • Fully accessible

📞 Contact

Email: gov@virtualinstruments.ai Phone: +1 (347) 982-4354
Hours: Monday-Friday, 9AM-6PM EST

📄 License

MIT - Free to use and modify


Ready to push? All files are optimized and ready for production! 🚀

About

Virtualinstruments.ai (site)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors