Gruzelectric is a Next.js landing page starter for a truck auto electrician business, combining NextUI components with Stitches CSS-in-JS. It is a ready-made web design scaffold that produces a one-page company website, configured with a code-quality toolchain so developers can start customizing immediately.
What is Gruzelectric?
Gruzelectric is an open-source boilerplate repository that provides a modern landing page for a truck auto electrician. It takes a Next.js project scaffold and layers on the NextUI component library, the Stitches styling system, and development tools including ESLint, Prettier, husky, and lint-staged. The project runs locally with npm run dev and serves the site at localhost:3000. It was released by Nikita Yudin, whose site is yudinikita.ru and whose GitHub handle is @yudinikita.
Key Features
- Next.js framework — a React-based production framework with file-system routing, API routes, and server-side rendering capabilities.
- NextUI components — a modern, accessible React UI library that provides styled buttons, forms, navigation, and other interface elements out of the box.
- Stitches CSS-in-JS — a near-zero-runtime styling library with typed variants, tokens, and responsive styles.
- ESLint configuration — static analysis for JavaScript and React code to catch errors and enforce consistent patterns.
- Prettier formatting — automatic code formatting for uniform style across the project.
- husky and lint-staged — Git hooks that run linting and formatting on staged files before each commit.
- Landing-page focus — the repository's GitHub topics list 'landing-page' and 'modern', and the included screenshots display a business website design for a truck auto electrician.
Who is it for?
- Truck auto electrician businesses — a ready-made website design they can populate with their services, prices, and contacts instead of starting from scratch.
- Next.js developers — a preconfigured starting point that wires NextUI and Stitches together, saving setup time on new projects.
- Freelance web designers — a base template they can reskin and hand off to small-business clients.
What can you do with Gruzelectric?
- With a local service business — replace the placeholder content with truck electrical repair details and publish the page on any Node.js hosting platform to get a web presence.
- As a developer — use the project as a reference implementation showing how NextUI components integrate with Next.js and Stitches theming.
- For a design experiment — modify the Stitches theme tokens and swap NextUI components to create a different visual style while keeping the linting and hook setup intact.
FAQ
What tech stack does Gruzelectric use?
Gruzelectric uses Next.js with React, the NextUI component library, and the Stitches CSS-in-JS library. The repository also configures ESLint for linting, Prettier for formatting, and husky with lint-staged for Git pre-commit checks.
How do I run Gruzelectric locally?
Clone the repository, install dependencies with a package manager such as npm or yarn, and run npm run dev. The development server will start and the site will be available at http://localhost:3000.
Is Gruzelectric free to use?
The repository is publicly accessible on GitHub under the @yudinikita account. No license information is provided in the repository description.
Who created Gruzelectric?
Gruzelectric was created by Nikita Yudin, as indicated by the site link yudinikita.ru, the email address [email protected], and the GitHub profile @yudinikita included in the repository metadata.








