Deploy to your account. Own your infrastructure. Open source by default. No lock-in.
Vib Tools is a dark-first, developer-first, and open-source-first technology ecosystem. Designed for high-performance CLI workflows, Git-native deployment orchestrators, and local-first privacy edge proxies.
To maximize repository discoverability on GitHub search and search engines, add these GitHub Repository Topics under your repository settings (About βοΈ -> Topics):
vibtools β’ ygit β’ developer-tools β’ open-source β’ dark-theme β’ cli β’ react19 β’ typescript β’ tailwindcss β’ vite β’ cloud-native β’ git-native β’ no-lock-in β’ coming-soon-page β’ landing-page β’ developer-hub β’ privacy-first β’ cloudflare-workers β’ waitlist-template β’ free-template β’ starter-kit β’ mit-license
Target Search Terms: free coming soon template, developer landing page starter, react 19 coming soon page, tailwind css v4 landing page, open source developer waitlist template, interactive bash terminal template, github tools landing page template, mit licensed dark mode website.
- β‘ Dark-First Design System: Engineered strictly around the official Vib Tools Brand Spec v1.0 (
#0D1117canvas,#161B22cards,#38BDF8cyan highlights,#2563EBelectric blue CTA). - π» Interactive Bash Terminal Shell: Live interactive CLI emulator in the browser with real commands (
help,status,ecosystem,ygit,specs,subscribe,star,version,clear). - π Privacy & Full Infrastructure Ownership: Built to promote YGIT engine deployment to user-owned Cloudflare or AWS accounts without SaaS vendor lock-in.
- π¨ Live Brand Specification Inspector: Built-in modal inspector to audit color tokens, accessibility contrast ratios (WCAG Pass), typography scale (Inter & JetBrains Mono), and AI handoff prompts.
- π Early Access Waitlist Engine: Interactive signup form assigning custom reserved developer tokens (
VIB-DEV-XXXX) backed by local persistence. - π§ Ecosystem Roadmap: Transparent milestone timeline detailing upcoming releases for Vib CLI, YGIT Engine, and Edge Privacy Sync.
| Repository | Description | Status | Tech Stack |
|---|---|---|---|
vibtools/ygit-engine |
Git-native deployment orchestrator with zero lock-in | In Development | Rust, Cloudflare Workers, TypeScript |
vibtools/vib-cli |
High-performance developer terminal CLI | Alpha | Node.js, Go, JetBrains Mono |
vibtools/vib-hub |
Ecosystem portal & entry point (vibtools.github.io) | In Development | React 19, Vite, Tailwind CSS v4 |
vibtools/vib-cloud-proxy |
Local-first zero-knowledge privacy proxy | Alpha | TypeScript, mTLS, AES-256-GCM |
Vib Tools adheres strictly to the Vib Tools β Brand Identity & UI Design Specification (v1.0).
:root {
/* Master Brand */
--vib-logo-blue: #0053FC;
--vib-logo-cyan: #00BFFD;
--vib-logo-gradient: linear-gradient(135deg, #0053FC 0%, #00BFFD 100%);
/* Interface Accents */
--vib-primary: #2563EB; /* Primary button fill & active states */
--vib-secondary: #38BDF8; /* Links, focus rings, technical highlights */
/* Backgrounds & Surfaces */
--vib-background: #0D1117; /* Main canvas background */
--vib-surface: #161B22; /* Cards, modals, code blocks */
--vib-border: #30363D; /* 1px card borders & input outlines */
/* Typography */
--vib-text-primary: #F8FAFC;/* Main headings & primary body */
--vib-text-secondary: #8B949E; /* Metadata & supporting copy */
}- 70β80%: Dark backgrounds & surfaces (
#0D1117,#161B22) - 15β20%: White & slate typography (
#F8FAFC,#8B949E) - 5β10%: Electric Blue & Cyan accents (
#2563EB,#38BDF8)
- Node.js: v18.0.0 or higher
- npm or pnpm / yarn
git clone https://github.com/vibtools/vibtools.git
cd vibtoolsnpm installnpm run devOpen http://localhost:3000 in your browser to view the live application.
npm run buildYou can run the following commands directly inside the embedded terminal:
$ help # List all available commands
$ status # Check ecosystem engine & node health
$ ecosystem # List open-source Vib Tools repositories
$ ygit # Inspect YGIT engine configuration & principles
$ subscribe <email> # Join early access waitlist & receive token
$ specs # Open the Brand Identity Inspector modal
$ star # Open GitHub repository to star
$ clear # Clear terminal output bufferβββ index.html # HTML entry point with Inter & JetBrains Mono Google Fonts
βββ metadata.json # Application metadata & frame permissions
βββ package.json # Node.js dependencies & dev scripts
βββ src/
β βββ App.tsx # Main layout wrapper & waitlist state manager
β βββ index.css # Tailwind v4 CSS imports & Vib Tools CSS variable tokens
β βββ main.tsx # React 19 root entry
β βββ types.ts # TypeScript interfaces for ecosystem & brand specs
β βββ components/
β βββ BrandSpecModal.tsx # Live Brand Spec v1.0 token inspector modal
β βββ EcosystemGrid.tsx # Open source products & YGIT architecture spotlight
β βββ Footer.tsx # Deep dark footer with specification links
β βββ HeroSection.tsx # Headline, waitlist signup form, command box
β βββ InteractiveTerminal.tsx # Bash shell CLI emulator
β βββ Navbar.tsx # Navigation header with version badge & GitHub stars
β βββ RoadmapSection.tsx # Quarterly release roadmap timeline
β βββ VibLogo.tsx # Official master V symbol with canonical gradient
We welcome contributions from developers worldwide!
- Fork the repository
- Create your feature branch (
git checkout -b feature/amazing-feature) - Commit your changes (
git commit -m 'Add amazing feature') - Push to the branch (
git push origin feature/amazing-feature) - Open a Pull Request
Please ensure your changes adhere to the Vib Tools Brand Specification v1.0 (dark-first, no gaudy gradients, WCAG contrast compliance).
Distributed under the MIT License. See LICENSE for details.
Vib Tools Open Source Project β’ Built for developers who demand complete infrastructure ownership.