Transparent Solana Proxy CLI for Windows — Native Linux Compile Speeds without WSL File-System Bottlenecks.
SolGate intercepts native Solana and Anchor commands on Windows and routes them to a hidden Linux Docker container. This bypasses the notoriously slow WSL boundary file system, giving developer operations (like Anchor compiles and Rust builds) native Linux compilation speeds directly from PowerShell or Windows Terminal.
This repository hosts the high-end, responsive dark-mode landing page website for the SolGate project, built using React, Vite, and Tailwind CSS.
- Vibrant Dark Mode Aesthetics: Sleek obsidian background (
#0A0A0A) with curated purple, green, and blue accents, customized scrollbars, and background radial glows. - Glassmorphism Panels: Reusable, responsive container cards with subtle borders, blurs, and hover glows.
- Interactive Windows Terminal Mockup:
- Windows Terminal styling (tabs, minimize/maximize, close control buttons with Windows Terminal hover states).
- Realistic typing speed (character-by-character) showing compilation and initialization commands.
- Interactive replay controls to re-run the animation cycle.
- Automatic success return terminal shell prompt
PS C:\dev\my-program>.
- Functional Code Boxes: Built-in CLI copy buttons that copy shell commands to the clipboard and display visual feedback checkmarks.
- Responsive Layouts: Designed to be fully compatible across mobile, tablet, and ultra-wide desktop viewports.
- SEO Best Practices: Customized title headers, meta descriptions, and structural semantic markup.
- Framework: Vite + React + TypeScript
- Styles: Tailwind CSS
- Animations: Framer Motion
- Icons: Lucide Icons
-
Clone the Repository:
git clone https://github.com/mannshah24/solgate.git cd solgate -
Install Dependencies:
npm install
-
Start Local Development Server:
npm run dev
Open http://localhost:5173 in your browser to preview the site.
-
Build Production Bundle:
npm run build
The static compilation bundle will be generated in the
/distdirectory.
Distributed under the MIT License. See LICENSE for more details.
