Skip to content

B4DCATs/b4dcats.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🇷🇺

B4DCATs — Underground Developer Community

B4DCATs CLI-First Open Source

Community of developers creating independent tools for digital infrastructure

🖤 About the Project

B4DCATs is an underground community of developers who value simplicity, control, and hacker aesthetics. We create CLI-first tools for digital infrastructure, following the principles of minimalism and independence from corporations.

Core Principles

  • ⚡ Minimalism — simple and understandable tools
  • 🦅 Freedom — independence from corporations
  • 💻 CLI-first — terminal as the foundation
  • 🖤 Underground vibes — hacker aesthetics
  • 👥 Community-driven — community decides the direction
  • 🔓 Open Source — full transparency

🚀 Planned Projects

b4d-chat

IRC + CLI chat with bridges to Telegram/Discord

  • Uniting classic and modern platforms
  • CLI interface for all channels
  • Bridges between IRC, Telegram, Discord

b4d-utils

Set of utilities for monitoring and management

  • System and service monitoring
  • Infrastructure management
  • Unix philosophy: one utility — one task

b4d-infra

Infrastructure solutions

  • Service deployment
  • Process automation
  • Simplicity and reliability

🎯 Target Audience

  • Developers who value simplicity and control
  • DevOps engineers
  • Open source enthusiasts
  • People who appreciate underground culture

🌐 Landing Page

This repository contains the landing page for the B4DCATs community with modern design and underground aesthetics.

Features

  • Underground design — dark theme with neon accents
  • CLI aesthetics — terminal-style elements
  • Responsive — optimized for all devices
  • Animations — smooth transitions and effects
  • Performance — fast loading

Technologies

  • HTML5 + CSS3 + JavaScript
  • Modern CSS Grid/Flexbox
  • Intersection Observer API
  • Smooth animations
  • Mobile optimization

📦 Installation and Setup

Local Development

  1. Clone the repository:
git clone https://github.com/b4dcats/b4dcats.github.io.git
cd b4dcats.github.io
  1. Open index.html in a browser or use a local server:
# Python 3
python -m http.server 8000

# Node.js
npx serve .

# PHP
php -S localhost:8000
  1. Open http://localhost:8000 in your browser

Deployment on GitHub Pages

  1. Make sure the repository is named b4dcats.github.io
  2. Go to Settings → Pages
  3. Select Source: Deploy from a branch
  4. Select branch: main
  5. Click Save

The site will be available at: https://b4dcats.github.io

🎨 Customization

Color Scheme

Main colors are defined in CSS variables:

:root {
  --accent-primary: #00ff41;    /* Neon green */
  --accent-secondary: #ff006e;  /* Neon pink */
  --accent-tertiary: #00d4ff;   /* Neon blue */
  --bg-primary: #0a0a0a;        /* Main background */
  --bg-secondary: #111111;      /* Secondary background */
}

Fonts

  • JetBrains Mono — for terminal elements
  • Inter — for main text

🤝 Contributing

We welcome any contribution to the community development!

How to Join

  1. Join the chatTelegram
  2. Read documentation — follow updates
  3. Contribute — create issues and pull requests

Contacts

📄 License

This project is distributed under the MIT License. See the LICENSE file for details.

🖤 Support

If you like the project, give it a star ⭐ on GitHub and share with friends!


B4DCATs — Underground Developer Community
CLI-first • Open Source • Underground Aesthetics

Contributors