Category: Deployment

Description: Codapi is a platform for embedding interactive code snippets directly into your product documentation, online course or blog post.
Codapi manages sandboxes (isolated execution environments) and provides an API to execute code in these sandboxes. It also provides a JavaScript widget codapi-js for easier integration.

Source: https://github.com/nalgeon/codapi

Description: Signing documents digitally should be fast and easy and should be the best practice for every document signed worldwide.

This is technically quite easy today, but it also introduces a new party to every signature: The signing tool providers. While this is not a problem in itself, it should make us think about how we want these providers of trust to work.

Documenso aims to be the world's most trusted document-signing tool. This trust is built by empowering you to self-host Documenso and review how it works under the hood.

Source: https://github.com/documenso/documenso/

Category: Documentation

Description: TSDocs.dev is a service that lets you browse type reference documentation for Javascript packages.
It works even with packages that aren't written in Typescript (sourced from DefinitelyTyped) or when packages re-export types from other packages.
Its depends heavily on a customized version of typedoc for generating API docs documentation.

Source: https://github.com/pastelsky/tsdocs

Category: Version Control

Description: A CLI for creating better commits following the conventional commit guidelines. Written with Typescript | ZOD | Clack.

Category: Version Control

Description: Fast and powerful Git hooks manager for any type of projects.

GQL
Category: Version Control

Description: Git Query language is a SQL like language to perform queries on .git files with supports of most of SQL features such as grouping, ordering and aggregations functions.

Source: https://github.com/amrdeveloper/GQL

Category: Documentation

Description: An open-source tool to turn swagger/openapi spec to stripe docs.

Category: Build Tools

Description: Super fast web building tool written in Rust.

Category: Project Management

Description: Kanboard is a free and open source project manageKanban ment software.

Category: Version Control
Tags: git cli

Description: Gut is a user-friendly Git CLI for Windows, Mac, and GNU/Linux. With intuitive commands and streamlined workflows, Gut simplifies the process of using Git's complex system, allowing you to focus on your code.

Category: Version Control

Description: A tasty, self-hostable Git server for the command line

Tags: scripting

Description: A website for writing and running scripts in the browser, including versioning, an API, scheduling and more.

Category: Documentation

Description: Create technical documentation your readers will love to learn from.

Category: Build Tools
Tags: bundler

Description: webpack is a module bundler. Its main purpose is to bundle JavaScript files for usage in a browser, yet it is also capable of transforming, bundling, or packaging just about any resource or asset.

Source: https://github.com/webpack/webpack

Category: Build Tools
Tags: bundler

Description: Blazing fast, zero configuration web application bundler

Source: https://github.com/parcel-bundler/parcel

Category: Build Tools
Tags: deno bundler

Description: Packup is web application bundler for Deno, inspired by parcel. Packup connects your assets such as html, css, javascript and bundles them into static files. It also serves them dynamically when in development.

Source: https://github.com/kt3k/packup

Category: Build Tools
Tags: aws cli

Description: Ness is a CLI tool that makes it easy to deploy web sites to your AWS account.

Source: https://github.com/nessjs/ness

Description: The most fun place to experiment with layouts using variable fonts, and export front-end code right from this little web app. Designed and developed by Wenting Zhang.

Description: PHP Sandbox is an online code sandbox for PHP that makes prototyping and sharing of PHP projects swift and painless!

Category: Version Control
Tags: git

Description: Magit is a complete text-based user interface to Git. It fills the glaring gap between the Git command-line interface and various GUIs, letting you perform trivial as well as elaborate version control tasks with just a couple of mnemonic key presses. Magit looks like a prettified version of what you get after running a few Git commands but in Magit every bit of visible information is also actionable to an extent that goes far beyond what any Git GUI provides and it takes care of automatically refreshing this output when it becomes outdated. In the background Magit just runs Git commands and if you wish you can see what exactly is being run, making it possible for you to learn the git command-line by using Magit.

Using Magit for a while will make you a more effective version control user. Magit supports and streamlines the use of Git features that most users and developers of other Git clients apparently thought could not be reasonably mapped to a non-command-line interface. Magit is both faster and more intuitive than either the command line or any GUI and these holds for both Git beginners and experts alike.