~/sejal/projects

Personal Projects

xFunc

@github/xFunc | golang, docker, LLM, langchain, open-ai, rpc

xFunc is an RPC-based service designed to allow users to interact seamlessly using natural language. User input in the form of natural language statements is interpreted as executable code blocks. These code blocks are processed and executed by the service, and the corresponding results are returned to the user.

upweb.io

@github/upweb | golang, nodeJS, pgSQL, docker, nginx, lets-encrypt(cert-bot)

Developers can easily deploy static/dynamic dynamic-websites, restapi on upweb just by using a git push command and zero configurations, hosted app gets deployed on a upweb subdomain with SSL certificates. Developers can view/monitor real-time logs on upweb-dashboard.

zWorker

@github/zworker | nodeJS, pgSQL

zWorker is a lightweight publish-subscribe (pub-sub) service built on top of a PostgreSQL datastore. It efficiently leverages PostgreSQL's capabilities to handle thread-safe read/writes transactional queries, enabling reliable communication between publishers and subscribers.