Live site: vnmsfx.com
VNMSFX Network is an AI-assisted media lab and portfolio system from New York. It presents video work, internet-native campaigns, creative experiments, and product demos through a site that feels built from the same world as the work itself.
This is the strongest umbrella project in my GitHub portfolio. It shows product direction, visual systems, content operations, AI-assisted creative production, and a public launch surface that ties separate experiments into one coherent network.
- Network homepage for VNMSFX projects and public work
- Work-card system for videos, campaigns, and experiments
- Social sharing metadata, icons, sitemap, robots, and manifest assets
- Mailchimp-ready subscribe route with
.env.example - Tailwind-based visual system using Archivo Black, Inter, and Times New Roman
- Vercel deployment flow for a custom domain
Mission-driven organizations often have valuable stories, services, and proof points scattered across tools. VNMSFX Network demonstrates the same organizing skill in a cultural context: gather the work, give it a memorable structure, and make it easy for people to understand what is happening.
- Next.js 14 App Router
- TypeScript
- Tailwind CSS
- Mailchimp API
- Vercel
npm install
npm run devOpen http://localhost:3000.
Auto-deploys to Vercel on push. Manual production deploy:
npx vercel --prod --yesWork card content lives in app/page.tsx under the WORKS constant. Poster frames live in public/work/. To swap a video's poster frame:
ffmpeg -ss 00:00:18 -i path/to/video.mp4 -vframes 1 -q:v 2 public/work/[slug].jpg