A fully static, production-ready government software and AI solutions website built with Next.js, React, and Tailwind CSS.
✅ 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
- 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
- Next.js 14 (Static Export)
- React 18
- Tailwind CSS 3
- React Icons
- Zero JavaScript frameworks required
npm installnpm run devVisit http://localhost:3000
npm run buildCreates out/ folder with all static files
- Push to GitHub
git add .
git commit -m "Clean static government website"
git push origin main- GitHub Settings → Pages
- Set Source to GitHub Actions
- Wait for the deploy workflow to finish
- Live at virtualinstruments.ai!
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
Edit app/page.tsx - All content is inline and easy to modify
Edit tailwind.config.js - Modify the blue color palette
In app/page.tsx footer:
- Email: gov@virtualinstruments.ai
- Phone: +1 (347) 982-4354
- Settings → Pages → Enable
- Select branch: main
- Update GoDaddy DNS
- Connect repo
- Deploy automatically
- Point domain
- Build:
npm run build - Upload
out/folder - Done!
- Page loads in < 1 second
- Lighthouse score: 95+
- Mobile friendly
- Zero CLS issues
- Fully accessible
Email: gov@virtualinstruments.ai
Phone: +1 (347) 982-4354
Hours: Monday-Friday, 9AM-6PM EST
MIT - Free to use and modify
Ready to push? All files are optimized and ready for production! 🚀