Frontend

screenshot of Frontend
nextjs
react
tanstack
styled-components
tailwind
ant-design
headless-ui
prisma

Dashboard, OBS overlay, settings, homepage and more for Dotabod

Overview

Dotabod is a dynamic platform specifically crafted to elevate the experience for both Dota 2 streamers and their viewers. With a commitment to providing real-time statistics, Twitch betting functionalities, and MMR tracking, Dotabod opens up new avenues for engagement during Dota 2 streams. The accompanying open-source UI enhances usability, featuring tools like an OBS overlay and a comprehensive settings dashboard.

This project not only enhances the streaming experience, but it also fosters a community-driven approach to improvement and innovation. Whether you’re a streamer aiming to provide more interactive content or a viewer wanting to engage deeply with the gameplay, Dotabod presents an all-inclusive suite of features to transform the experience.

Features

  • Real-Time Stats: Access live statistics about gameplay, elevating viewer insights during streams.
  • Twitch Bets Integration: Engage viewers with an interactive betting system tailored for Dota 2 streams.
  • MMR Tracking: Keep tabs on matchmaking ratings, adding depth to competitive play and viewer analysis.
  • OBS Overlay: Utilize a seamless overlay designed for OBS, enhancing the visual experience of the stream.
  • User-Friendly Dashboard: A dedicated dashboard to manage all settings with ease and efficiency.
  • Community Contributions: An open invitation for users to contribute code, report bugs, or suggest features, fostering a collaborative environment.
  • Open Source: As an open-source project, Dotabod encourages transparency and community involvement while being free to use and modify.
  • MIT License: The project is shared under the MIT License, allowing for broad permissions regarding the use and distribution of the software.
nextjs
Next.js

Next.js is a React-based web framework that enables server-side rendering, static site generation, and other powerful features for building modern web applications.

react
React

React is a widely used JavaScript library for building user interfaces and single-page applications. It follows a component-based architecture and uses a virtual DOM to efficiently update and render UI components

tanstack
TanStack

TanStack is a collection of high-quality, framework-agnostic libraries including TanStack Query for data fetching, TanStack Router for routing, TanStack Table for tables, and more. These tools provide powerful, type-safe solutions for common web development challenges.

styled-components
Styled Components

Styled Components is a popular library for styling React components using CSS syntax. It allows you to write CSS in your JavaScript code, making it easier to create dynamic styles that are specific to each component.

tailwind
Tailwind

Tailwind CSS is a utility-first CSS framework that provides pre-defined classes for building responsive and customizable user interfaces.

ant-design
Ant Design

Ant Design is a React UI library that provides a set of pre-designed components and design resources for building high-quality, responsive web applications.

headless-ui
Headless UI

Headless UI is a set of completely unstyled, fully accessible UI components for React, Vue, and Alpine.js that empower developers to build their own fully accessible custom UI components. Headless UI allows developers to focus on building accessible and highly functional user interfaces, without the need to worry about styling or layout.

prisma
Prisma

Prisma is a server-side library that helps developers read and write data to the database in an intuitive, efficient and safe way.

fullstack
Fullstack

A fullstack boilerplate provides a starter application that includes both frontend and backend. It should include database, auth, payments, user roles and other backend services to build a fully featured saas or webapps.

framer-motion
Framer Motion

Alpine.js is a lightweight JavaScript framework that simplifies the process of creating dynamic, reactive user interfaces on the web. It uses a declarative syntax that offers a higher level of abstraction compared to vanilla JavaScript, while being more performant and easier to use than jQuery.

postcss
Postcss

PostCSS is a popular open-source tool that enables web developers to transform CSS styles with JavaScript plugins. It allows for efficient processing of CSS styles, from applying vendor prefixes to improving browser compatibility, ultimately resulting in cleaner, faster, and more maintainable code.

Redux

Redux is a state management library for JavaScript apps that provides a predictable and centralized way to manage application state. It enables developers to write actions and reducers that update the state in response to user interactions, server responses, and other events, and can be used with a variety of front-end frameworks and back-end technologies.

typescript
Typescript

TypeScript is a superset of JavaScript, providing optional static typing, classes, interfaces, and other features that help developers write more maintainable and scalable code. TypeScript's static typing system can catch errors at compile-time, making it easier to build and maintain large applications.

zod
Zod

Zod is a TypeScript-first schema declaration and validation library. It allows you to define schemas that can validate data at runtime while providing excellent TypeScript inference, making it perfect for API validation, form validation, and type-safe data handling.