CV: Print-friendly, minimalist CV page
A web app that is designed to generate minimalist CVs with a print-friendly layout. It's built with Next.js and shadcn/ui, making it easy to use and navigate.
AI-Employe: GPT-4 Vision Powered browser automation
Tired of spending hours on tedious browser tasks? AI-Employe is here to save the day! This browser automation tool can handle everything from email-to-CRM/ERP transfers to understanding complex documents like emails, receipts, and invoices. Say goodbye to mundane chores and reclaim your valuable time with AI-Employe.
csv-to-sql-insert
Provide table data as a CSV (comma-separated values) file and output a SQL insert statement for a table with the same name as the file.
cron-atlas: A modern cron job scheduler for the serverless era
Cron Atlas is a modern and reliable job scheduler that lets you schedule tasks that call your API endpoints. It's flexible, easy to use, supports serverless functions, and is backed by a powerful database and temporal reliability.
axios-http2-adapter: HTTP/2 adapter for axios
Axios-http2-adapter is a cool library that adds native HTTP/2 support to Axios, even though Axios hasn't yet implemented it themselves. This library makes it easy to use HTTP/2 with Axios, so you can get all the benefits of HTTP/2 without having to wait for Axios to update.
const axios = require('axios');
const { createHTTP2Adapter } = require('axios-http2-adapter');
axios.defaults.adapter = createHTTP2Adapter();
opencodegraph: contextual info about code from your dev tools
OpenCodeGraph is an open standard that allows you to connect your code to other dev tools, providing contextual information about your code right in your editor and anywhere else you read it. This makes it easier to understand and debug your code, and to see how it fits into the larger ecosystem of your project.
keyshade: distribute your keys with ease
Keyshade is a secure and easy-to-use solution for integrating secrets into your codebase. It uses Public Key Encryption to protect your data and offers features like secret rotation, auto revocation, and collaboration to make secret management a breeze.
async-object-stack: A wrapper of AsyncLocalStorage for structural logging
This library is a wrapper of AsyncLocalStorage which allows you to keep a stack of objects. You can use the using
syntax to automatically remove objects from the stack when the current scope ends. The main purpose of this library is to create a convenient API for structural logging.
import { createAsyncObjectStack } from 'async-object-stack';
const stack = createAsyncObjectStack();
console.log(stack.render()); // {}
using guard = stack.push({ pika: "chu" });
console.log(stack.render()); // { pika: "chu" }
{
using guard2 = stack.push({ bulba: "saur" });
console.log(stack.render()); // { pika: "chu", bulba: "saur" }
}
console.log(stack.render()); // { pika: "chu" }
Load-Balancer: A simple load balancer
A straightforward load balancer built with NodeJS and ExpressJS. It effectively distributes incoming requests among multiple servers, ensuring optimal resource usage and enhanced system stability. Key features include load distribution, server health monitoring, simple CLI configuration for server setup, and comprehensive logging for monitoring purposes.
More tools to explore:
palm-proxy: Google PaLM API proxy on Vercel Edge
Cloudflare-Redirector: Just another C2 Redirector using CloudFlare.
vx.dev: An open-source alternative to v0.dev
remix-blog-mdx: A template uses Vite to process MDX files in your Remix app
nuxt-monorepo: Using Nuxt Layers to build a complete monorepo architecture
SvelteKit-Design-Pattern: SvelteKit MVC Design Pattern Template
eslint-config-biome: Disables ESLint rules that have a recommended and equivalent Biome rule
nuxt-glow: Add a mouse-tracing glow effect to Nuxt components
pinia-colada: The smart data fetching layer for Pinia
textmate-grammars-themes: Collection of TextMate grammars and themes in JSON
ngrx-toolkit: Various Extensions for the NgRx Signal Store
dubco: A CLI for easily shortening URLs
sirine: Export function as endpoint