npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2025 – Pkg Stats / Ryan Hefner

cc-mudjacking

v0.2.0

Published

A modern, responsive website for CC Mudjacking, a professional concrete lifting and foundation repair company. Built with Next.js 15 and Chakra UI.

Downloads

23

Readme

CC Mudjacking - Professional Concrete Lifting Services

A modern, responsive website for CC Mudjacking, a professional concrete lifting and foundation repair company. Built with Next.js 15 and Chakra UI.

🏗️ About

CC Mudjacking provides professional concrete lifting and foundation repair services including:

  • Residential Mudjacking: Driveways, sidewalks, patios, and garage floors
  • Commercial Services: Warehouse floors, parking lots, and loading docks
  • Foundation Repair: Slab jacking, void filling, and settlement issues

✨ Features

  • Modern UI/UX: Beautiful, responsive design with Chakra UI components
  • Contact Forms: Easy-to-use contact and quote request forms
  • Before/After Gallery: Showcase of completed projects
  • Mobile Responsive: Optimized for all device sizes
  • SEO Optimized: Built-in SEO features for better search visibility
  • Performance: Fast loading with Next.js optimization
  • Testing: Comprehensive test coverage with Vitest
  • Type Safety: Full TypeScript support

🛠️ Tech Stack

Frontend

  • Next.js 15 - React framework with App Router
  • React 19 - UI library
  • Chakra UI 3 - Component library and design system
  • TypeScript - Type safety
  • Framer Motion - Animations
  • React Icons - Icon library

Backend & Services

  • Formik - Form handling
  • Zod - Schema validation

Development Tools

  • Bun - Package manager and runtime
  • Vitest - Testing framework
  • Biome - Linting and formatting
  • Husky - Git hooks
  • Sentry - Error monitoring

Deployment

  • Docker - Containerization
  • Kubernetes - Orchestration
  • Nginx Ingress - Load balancing

🚀 Getting Started

Prerequisites

Installation

  1. Clone the repository

    git clone https://github.com/your-username/cc-mudjacking.git
    cd cc-mudjacking
  2. Install dependencies

    bun install
  3. Start the development server

    bun dev
  4. Open your browser Navigate to http://localhost:3000

📝 Available Scripts

| Script | Description | |--------|-------------| | bun dev | Start development server | | bun build | Build for production | | bun start | Start production server | | bun test | Run tests with coverage | | bun test:junit | Run tests with JUnit reporter | | bun check | Run Biome linting | | bun check:fix | Fix Biome linting issues |

🧪 Testing

The project uses Vitest for testing with comprehensive coverage:

# Run all tests
bun test

# Run tests with JUnit reporter
bun test:junit

# Run tests in watch mode
bun test --watch

🐳 Docker Deployment

Build the Docker image

docker build -t cc-mudjacking .

Run the container

docker run -p 3000:3000 cc-mudjacking

☸️ Kubernetes Deployment

The project includes Kubernetes manifests for production deployment:

Deploy to Kubernetes

# Install the Helm chart
helm install cc-mudjacking ./k8s

# Upgrade existing deployment
helm upgrade cc-mudjacking ./k8s

# Uninstall
helm uninstall cc-mudjacking

Configuration

Edit k8s/values.yaml to customize:

  • Replica count
  • Resource limits
  • Ingress settings
  • Image repository

📁 Project Structure

cc-mudjacking/
├── app/                    # Next.js App Router pages
│   ├── api/               # API routes
│   └── page.tsx           # Home page
├── components/            # Reusable UI components
│   └── ui/               # Base UI components
├── providers/            # App providers
├── k8s/                  # Kubernetes manifests
└── public/               # Static assets

🔧 Configuration

Chakra UI Theme

The project uses a custom Chakra UI theme with brand colors. Edit providers/ChakraProvider.tsx to customize the theme.

🤝 Contributing

  1. Fork the repository
  2. Create a feature branch (git checkout -b feature/amazing-feature)
  3. Commit your changes (git commit -m 'Add amazing feature')
  4. Push to the branch (git push origin feature/amazing-feature)
  5. Open a Pull Request!

Development Guidelines

  • Follow the existing code style
  • Write tests for new features
  • Update documentation as needed
  • Use conventional commit messages

📄 License

This project is licensed under the MIT License - see the LICENSE file for details.

🆘 Support

For support, email [email protected] or create an issue in this repository.

🔗 Links


Built with ❤️ by the Illustrious Online team