Turborepo
Turborepo is a high-performance build system optimized for JavaScript and TypeScript codebases that dramatically speeds up development and continuous integration by optimizing workflows with parallel task execution, intelligent scheduling, incremental builds, and remote caching so you never do the same work twice. It works with any package manager (npm, yarn, pnpm) and integrates with any CI provider, letting you start a new repository or incrementally migrate an existing one with minimal setup using a single turbo.json configuration that builds on your existing package.json scripts. Turborepo understands the relationships between tasks and packages, runs only affected tasks, and can share cached results across machines and team members, reducing build times significantly. Its core concepts include remote caching, efficient task and package graphs, and support for multiple package types in a monorepo, while guides show how to integrate with favorite frameworks and tooling.
Learn more
Velite
Velite is a tool for building a type-safe data layer, transforming content files such as Markdown, MDX, YAML, JSON, or others into an application's data layer using Zod schemas. It offers out-of-the-box functionality, enabling developers to move content into a designated folder, define collection schemas, run Velite, and utilize the output data within their applications. By providing content field validation based on Zod schemas and auto-generating TypeScript types, Velite ensures type safety across the application. Its lightweight and efficient design leads to faster startup times and improved performance. Additionally, Velite includes built-in asset processing features, such as relative path resolving and image optimization, to streamline content management. Lightweight, high efficiency, still powerful, faster startup, and better performance. Built-in assets processing, such as relative path resolving, image optimization, etc.
Learn more
BlockNote
BlockNote is an open source, block-based rich text editor for React that offers a polished, Notion-style user experience with minimal setup. It comes with built-in UI components like menus and toolbars, which are fully customizable. It supports drag-and-drop functionality, allowing users to organize content into blocks that can be nested or rearranged. Developers can extend the editor with custom blocks, schemas, and plugins, benefiting from first-class TypeScript support for type safety and autocompletion. BlockNote enables real-time collaboration using Yjs, with support for providers like Liveblocks and PartyKit, allowing multiple users to edit documents simultaneously. It also supports theming, markdown, and HTML conversion, and can be used with vanilla JavaScript for non-React projects. Built on top of ProseMirror and TipTap, BlockNote simplifies the process of adding a rich text editor to applications, eliminating the need to build interface elements from scratch.
Learn more
Styleguidist
Supports JavaScript, TypeScript and Flow Works with Create React App out of the box. Share components with your team, including designers and developers. See how components react to different props and data right in the browser. Find the right combination of props and copy the code. React Styleguidist is a component development environment with hot reloaded dev server and a living style guide that you can share with your team. It lists component propTypes and shows live, editable usage examples based on Markdown files.
Learn more