a-vershinin's Stars
minio/minio
MinIO is a high-performance, S3 compatible object store, open sourced under GNU AGPLv3 license.
colinhacks/zod
TypeScript-first schema validation with static type inference
cookpete/react-player
A React component for playing a variety of URLs, including file paths, YouTube, Facebook, Twitch, SoundCloud, Streamable, Vimeo, Wistia and DailyMotion
kognise/water.css
A drop-in collection of CSS styles to make simple websites just a little nicer
MichalLytek/type-graphql
Create GraphQL schema and resolvers with TypeScript, using classes and decorators!
total-typescript/ts-reset
A 'CSS reset' for TypeScript, improving types for common JavaScript API's
module-federation/module-federation-examples
Implementation examples of module federation , by the creators of module federation
scopsy/await-to-js
Async await wrapper for easy error handling without try-catch
theodorusclarence/ts-nextjs-tailwind-starter
🔋 Next.js + Tailwind CSS + TypeScript starter and boilerplate packed with useful development features
postaljs/postal.js
JavaScript pub/sub library supporting advanced subscription features, and several helpful add-ons.
prettier/pretty-quick
⚡ Get Pretty Quick
svg-sprite/svg-sprite
SVG sprites & stacks galore — A low-level Node.js module that takes a bunch of SVG files, optimizes them and bakes them into SVG sprites of several types along with suitable stylesheet resources (e.g. CSS, Sass, LESS, Stylus, etc.)
stemmlerjs/white-label
A Vinyl-Trading enterprise app built with Node.js + TypeScript using Domain-Driven Design
causaly/zod-validation-error
Wrap zod validation errors in user-friendly readable messages
astahmer/openapi-zod-client
Generate a zodios (typescript http client with zod validation) from an OpenAPI spec (json/yaml)
etroynov/typescript-book
:books: The definitive guide to TypeScript and possibly the best TypeScript book :book:. Free and Open Source 🌹
seasonedcc/domain-functions
Decouple your business logic from your framework. With first-class type inference from end to end.
MauricioRobayo/nextjs-google-analytics
Google Analytics for Next.js
expatfile/next-runtime-env
Next.js Runtime Environment Configuration - Populates your environment at runtime rather than build time.
microsoft/redux-micro-frontend
This is a library for using Redux to manage state for self-contained apps in a Micro-Frontend architecture. Each self-contained isolated app can have its own isolated and decoupled Redux store. The componentized stores interact with a global store for enabling cross-application communication.
tomwray13/nestjs-nextjs-trpc
Avansai/next-multilingual
An opinionated end-to-end solution for Next.js applications that requires multiple languages.
elrumordelaluz/svgsprit.es
Public endpoint to generate SVG Sprites using svg-spreact
ts-spec/tspec
Type-driven API Documentation library. Auto-generating REST API document based on TypeScript types.
jest-community/jest-runner-tsd
Jest runner to test TypeScript typings
ltienphat1307/nextjs-sequelize-typescript
alexrusin/nextjs-starter-sequelize
wpcodevo/node-react-trpc-crud-app
In this guide, you'll create a full-stack note application that follows the CRUD (Create, Read, Update, and Delete) architecture with tRPC and use Prisma ORM to store data in an SQLite database. We'll build the tRPC API with Node.js and the UI with React.js.
xnimorz/signal-middleware
Redux signal middleware. A place to store your business logic and async code
char0n/swagger-editor-validate
This GitHub Actions validates OpenAPI (OAS) definition file using Swagger Editor.