@mannshah24/solgate
v1.0.4
Published
Transparent Solana Proxy CLI for Windows
Readme
💡 What is SolGate?
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.
✨ Website Features
- 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.
🛠️ Technology Stack
- Framework: Vite + React + TypeScript
- Styles: Tailwind CSS
- Animations: Framer Motion
- Icons: Lucide Icons
🚀 Getting Started
Prerequisites
Installation & Local Setup
Clone the Repository:
git clone https://github.com/mannshah24/solgate.git cd solgateInstall Dependencies:
npm installStart Local Development Server:
npm run devOpen http://localhost:5173 in your browser to preview the site.
Build Production Bundle:
npm run buildThe static compilation bundle will be generated in the
/distdirectory.
⚖️ License
Distributed under the MIT License. See LICENSE for more details.
