Underground Intel for Serious TCG Collectors - Premium market analysis, data-driven insights, and exclusive intelligence for the trading card community.
0
stars
2,464
commits
TypeScript
primary language
Sep 8, 2026
updated
A cyberpunk-themed TCG market intelligence platform built with Next.js 14, TypeScript, and Tailwind CSS.
npm install
npm run dev
http://localhost:3000/app/subscribe/page.tsx with your embed codehandleSubmit function for your backend integration/app/intel/page.tsx/app directory/tailwind.config.jsColors can be customized in tailwind.config.js:
neon-pink: #FF006Eneon-cyan: #00F5FFneon-purple: #B026FFcyber-dark: #0A0E27npm i -g vercel
vercel login
vercel
vercel --prod
npm run build.nextapexintelligence.ioapex-intelligence/
βββ app/
β βββ about/ # About page
β βββ intel/ # Intelligence archive
β βββ subscribe/ # Newsletter signup
β βββ layout.tsx # Root layout
β βββ page.tsx # Homepage
β βββ globals.css # Global styles
βββ components/
β βββ Navigation.tsx # Main navigation
β βββ ui/ # Reusable UI components
βββ public/ # Static assets
βββ data/ # Content data
βββ package.json
Edit the articles array in /app/intel/page.tsx:
{
slug: 'article-url-slug',
title: 'Article Title',
excerpt: 'Brief description...',
date: 'Oct 25, 2024',
readTime: '8 min read',
category: 'Market Analysis',
isPremium: false
}
/app/your-pagepage.tsx file/your-pageEdit the navItems array in /components/Navigation.tsx
Create a .env.local file for environment variables:
NEXT_PUBLIC_SITE_URL=https://apexintelligence.io
# Add your API keys and secrets here
npm run build
npm start
.next folder: rm -rf .nextrm -rf node_modules && npm installPrivate project - All rights reserved
For issues or questions:
Built with β€οΈ for the TCG community
TypeScript
75.9%
HTML
11.0%
MDX
7.6%
Python
1.8%
JavaScript
1.6%
Underground Intel for Serious TCG Collectors - Premium market analysis, data-driven insights, and exclusive intelligence for the trading card community.
0
stars
2,464
commits
TypeScript
primary language
Sep 8, 2026
updated
A cyberpunk-themed TCG market intelligence platform built with Next.js 14, TypeScript, and Tailwind CSS.
npm install
npm run dev
http://localhost:3000/app/subscribe/page.tsx with your embed codehandleSubmit function for your backend integration/app/intel/page.tsx/app directory/tailwind.config.jsColors can be customized in tailwind.config.js:
neon-pink: #FF006Eneon-cyan: #00F5FFneon-purple: #B026FFcyber-dark: #0A0E27npm i -g vercel
vercel login
vercel
vercel --prod
npm run build.nextapexintelligence.ioapex-intelligence/
βββ app/
β βββ about/ # About page
β βββ intel/ # Intelligence archive
β βββ subscribe/ # Newsletter signup
β βββ layout.tsx # Root layout
β βββ page.tsx # Homepage
β βββ globals.css # Global styles
βββ components/
β βββ Navigation.tsx # Main navigation
β βββ ui/ # Reusable UI components
βββ public/ # Static assets
βββ data/ # Content data
βββ package.json
Edit the articles array in /app/intel/page.tsx:
{
slug: 'article-url-slug',
title: 'Article Title',
excerpt: 'Brief description...',
date: 'Oct 25, 2024',
readTime: '8 min read',
category: 'Market Analysis',
isPremium: false
}
/app/your-pagepage.tsx file/your-pageEdit the navItems array in /components/Navigation.tsx
Create a .env.local file for environment variables:
NEXT_PUBLIC_SITE_URL=https://apexintelligence.io
# Add your API keys and secrets here
npm run build
npm start
.next folder: rm -rf .nextrm -rf node_modules && npm installPrivate project - All rights reserved
For issues or questions:
Built with β€οΈ for the TCG community
TypeScript
75.9%
HTML
11.0%
MDX
7.6%
Python
1.8%
JavaScript
1.6%