diff --git a/src/css/custom.css b/src/css/custom.css index bab1c4f..e7ff133 100644 --- a/src/css/custom.css +++ b/src/css/custom.css @@ -1,5 +1,5 @@ /* ── Rug Munch Media — Dark Theme ─────────────────────────────── */ -/* Colors: bg=#0A0A0F, card=#111118, text=#E8E8ED, yellow=#FFD600, green=#00FF88, red=#FF3355 */ +/* Colors: bg=#0A0A0F, card=#111118, text=#E8E8ED, green=#00FF88, alt=#00FF88, red=#FF3355 */ @import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=JetBrains+Mono:wght@400;700&display=swap'); @@ -11,7 +11,7 @@ --rmi-text-primary: #E8E8ED; --rmi-text-secondary: #888899; --rmi-text-muted: #555566; - --rmi-accent-yellow: #FFD600; + --rmi-accent-yellow: #00FF88; --rmi-accent-green: #00FF88; --rmi-accent-red: #FF3355; --rmi-accent-blue: #3399FF; @@ -67,7 +67,7 @@ a { transition: color 0.15s ease; } a:hover { - color: var(--rmi-accent-green); + color: var(--rmi-accent-yellow); } /* Headings */ @@ -98,7 +98,7 @@ code { border: 1px solid var(--rmi-border); border-radius: 4px; padding: 2px 6px; - color: var(--rmi-accent-green); + color: var(--rmi-accent-yellow); } /* Cards */ @@ -221,7 +221,7 @@ tbody tr:last-child td { position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: - radial-gradient(ellipse at 30% 20%, rgba(255,214,0,0.06) 0%, transparent 50%), + radial-gradient(ellipse at 30% 20%, rgba(0,255,136,0.06) 0%, transparent 50%), radial-gradient(ellipse at 70% 80%, rgba(0,255,136,0.04) 0%, transparent 50%); pointer-events: none; } @@ -271,7 +271,7 @@ tbody tr:last-child td { .rmi-product-card:hover { border-color: var(--rmi-accent-yellow); transform: translateY(-3px); - box-shadow: 0 8px 32px rgba(255,214,0,0.06); + box-shadow: 0 8px 32px rgba(0,255,136,0.06); } .rmi-product-card--coming-soon { @@ -298,15 +298,15 @@ tbody tr:last-child td { } .rmi-badge--live { - background: rgba(0,255,136,0.12); - color: var(--rmi-accent-green); - border: 1px solid rgba(0,255,136,0.25); + background: rgba(0,255,136,0.08); + color: var(--rmi-accent-yellow); + border: 1px solid rgba(0,255,136,0.20); } .rmi-badge--coming { - background: rgba(255,214,0,0.12); + background: rgba(0,255,136,0.08); color: var(--rmi-accent-yellow); - border: 1px solid rgba(255,214,0,0.25); + border: 1px solid rgba(0,255,136,0.20); } .rmi-product-card p { @@ -411,7 +411,7 @@ tbody tr:last-child td { display: inline-block; width: 8px; height: 8px; - background: var(--rmi-accent-green); + background: var(--rmi-accent-yellow); border-radius: 50%; margin-right: 6px; animation: pulse-green 2s ease-in-out infinite; diff --git a/src/pages/index.mdx b/src/pages/index.mdx new file mode 100644 index 0000000..b60da2b --- /dev/null +++ b/src/pages/index.mdx @@ -0,0 +1,188 @@ +--- +title: Rug Munch Media +description: Wyoming-built open-source AI + Web3 tools protecting retail crypto investors. +hide_table_of_contents: true +--- + +import Link from '@docusaurus/Link'; + +
+
+ +
+

+ cryptorugmunch@wyoming:~$ +

+

+ RUG MUNCH MEDIA +

+

+ Open-source tools that protect retail crypto investors. +

+

+ We build the scanner that catches rug pulls before you ape, the feed that + unifies every social protocol, the wallet engine that works across 55 chains — + and we give it all away. Open-source. Self-hostable. No catch. +

+ +
+ Rug Munch Intelligence → + Read Our Story +
+
+
+ +{/* ── Products ──────────────────────────────────────────────── */} +
+ +

+ What We Build +

+

+ Every product protects retail investors. Everything is open-source. Everything runs on your own hardware if you want. +

+ +
+ +{/* RMI */} + +
+
+ Delivering Soon +
+

Rug Munch Intelligence

+

+ The token scanner that tells you if a contract is a honeypot, rug pull, or slow bleed — BEFORE you invest. Honeypot detection, liquidity analysis, holder concentration, MEV alerts. Free. Forever. +

+

+ Learn more → +

+
+ + +{/* DegenFeed */} + +
+
+ Live ↗ +
+

DegenFeed

+

+ One feed for every social protocol. Nostr, Farcaster, Bluesky, Mastodon, Lens, Threads, RSS. Post once, reach everyone. Your keys. No algorithm. No platform can deplatform your community. +

+

+ degenfeed.xyz ↗ +

+
+
+ +{/* Pry */} + +
+
+ Live +
+

Pry

+

+ Open-source web scraping and browser automation. Cloudflare bypass. One `docker run` command. Self-hosted. No monthly SaaS bill. Powers the data pipeline behind RMI. +

+

+ Learn more → +

+
+ + +{/* WalletPress */} + +
+
+ Live +
+

WalletPress

+

+ Multi-chain wallet generation and management across 55 blockchains. BIP39 standard. AES-256 vault. MCP tools for AI agents. WordPress plugin. Your keys, your infrastructure. +

+

+ Learn more → +

+
+ + +
+ +{/* $CRM v2 Banner */} +
+

In Development

+

$CRM v2 — The DAO

+

+ Community-governed DAO. Wyoming DAO LLC. Anti-manipulation mechanics. Treasury funding the tools above. $CRM v1 holders on Solana and $cryptorugmunch holders on Zora — bridge details with DAO launch. +

+ Learn more → +
+ +{/* ── Our Sites ────────────────────────────────────────────── */} +
+

+ Our Network +

+

+ See what we're building across the web. +

+ +
+ {[ + { name: 'Forgejo', url: 'https://git.rugmunch.io/RugMunchMedia', desc: 'All source code. Every commit.', icon: '⊞' }, + { name: 'DegenFeed', url: 'https://degenfeed.xyz', desc: 'Social aggregator live site', icon: '◇' }, + { name: 'rugmunch.io', url: 'https://rugmunch.io', desc: 'Rug Munch Intelligence portal', icon: '◎' }, + { name: 'Telegram Bot', url: 'https://t.me/rugmunchbot', desc: 'Scan tokens from Telegram', icon: '✈' }, + { name: 'GitLab Mirror', url: 'https://gitlab.com/cryptorugmuncher', desc: 'External git mirror', icon: '⎔' }, + { name: 'Codeberg Mirror', url: 'https://codeberg.org/cryptorugmunch', desc: 'External git mirror', icon: '⛰' }, + ].map(site => ( + +
+
{site.icon}
+
{site.name}
+
{site.desc}
+
+
+ ))} +
+
+ +{/* ── Footer ────────────────────────────────────────────────── */} +
+

+ Rug Munch Media LLC · Cheyenne, Wyoming +

+

+ Open-source AI + Web3 infrastructure. Built in Wyoming. Deployed globally. +

+
+ Terms + Privacy + Legal + Security + X + Forgejo +
+
+ +
diff --git a/src/pages/index.tsx b/src/pages/index.tsx deleted file mode 100644 index fa6d139..0000000 --- a/src/pages/index.tsx +++ /dev/null @@ -1,252 +0,0 @@ -import Layout from '@theme/Layout'; -import Link from '@docusaurus/Link'; -import BrowserOnly from '@docusaurus/BrowserOnly'; - -function AnimatedBackground() { - return ( -
-
-
-
-
-
-
- ); -} - -const products = [ - { - title: 'Rug Munch Intelligence', - status: 'coming', - statusText: 'Delivering Soon', - desc: 'Token risk scanner and wallet forensics platform. Honeypot detection, liquidity analysis, holder concentration, MEV alerts, wallet labeling. Scan before you ape.', - link: '/products/rmi', - }, - { - title: 'DegenFeed', - status: 'live', - statusText: 'Live', - desc: 'One feed for every social protocol. Nostr, Farcaster, Bluesky, Mastodon, Lens, Threads, RSS. Post once, reach everyone. Your keys, your feed. No single platform controls your community.', - link: '/products/degenfeed', - }, - { - title: 'Pry', - status: 'live', - statusText: 'Live', - desc: 'Open-source web scraping and browser automation. Cloudflare bypass. One docker run command. Self-hosted. No monthly SaaS bill. No vendor lock-in. Your data, your infra.', - link: '/products/pry', - }, - { - title: 'WalletPress', - status: 'live', - statusText: 'Live', - desc: 'Non-custodial crypto payment infrastructure for WordPress. x402 protocol. No middleman taking 2%. Wallet to wallet. Accept crypto on your terms.', - link: '/products/walletpress', - }, -]; - -const repos = [ - { name: 'rmi-backend', desc: 'FastAPI + SQLAlchemy + Redis' }, - { name: 'rmi-frontend', desc: 'React 19 + Vite + Tailwind' }, - { name: 'degenfeed-web', desc: 'Next.js multi-protocol aggregator' }, - { name: 'pryscraper', desc: 'Python CLI + API' }, - { name: 'walletpress', desc: 'Python + WordPress plugin' }, - { name: 'fleet-infra', desc: 'Nginx, systemd, compose' }, - { name: 'fleet-template', desc: 'Scaffold for new repos' }, - { name: 'standards', desc: 'Fleet docs + conventions' }, -]; - -export default function Home() { - return ( - - {/* Hero */} -
- {() => } -
-

- Wyoming · Self-Funded · Open-Source -

-

- Protecting Retail Investors -

-

- RUG MUNCH MEDIA -

-

- We build open-source AI and Web3 tools that protect retail investors, - unify decentralized social media, and make crypto a better place to be. -

-
- - Explore RMI → - - - Read Our Story - -
-
-
- -
- - {/* Products */} -
-

Our Products

-

- Every tool we build serves one mission: protect retail investors and make - crypto a better place. Open-source. Self-hostable. No vendor lock-in. -

-
- {products.map((p) => ( - -
- - {p.status === 'live' && } - {p.statusText} - -

{p.title}

-

{p.desc}

- - {p.title} → - -
- - ))} -
-
- - {/* $CRM v2 */} -
-

In Development

-

$CRM v2 — The DAO

-

- Not a token relaunch. A community-governed DAO. Wyoming DAO LLC. Anti-manipulation - mechanics. Treasury funding the tools that protect retail investors. $CRM v1 holders - on Solana and $cryptorugmunch holders on Zora — early believers get a seat. -

- - Learn More - -
- - {/* Build With Us */} -
-

Built in the Open

-

- Every line of code is public. Audit it. Fork it. Run your own. Four-way decentralized - backup across Forgejo, GitLab, Codeberg, and Radicle P2P. -

-
- {repos.map((r) => ( - -

{r.name}

- {r.desc} -
- ))} -
-
- - Build With Us → - -
-
- -
-
- ); -} diff --git a/static/img/apple-touch-icon.png b/static/img/apple-touch-icon.png index 5562fbd..41e8ab2 100644 Binary files a/static/img/apple-touch-icon.png and b/static/img/apple-touch-icon.png differ diff --git a/static/img/favicon.ico b/static/img/favicon.ico index 1720710..de57506 100644 Binary files a/static/img/favicon.ico and b/static/img/favicon.ico differ diff --git a/static/img/favicon.png b/static/img/favicon.png index 29119ba..6e9c63a 100644 Binary files a/static/img/favicon.png and b/static/img/favicon.png differ diff --git a/static/img/logo-sm.png b/static/img/logo-sm.png index cc49e0b..fd0fcfc 100644 Binary files a/static/img/logo-sm.png and b/static/img/logo-sm.png differ diff --git a/static/img/logo.png b/static/img/logo.png index a667d29..39ef1ed 100644 Binary files a/static/img/logo.png and b/static/img/logo.png differ