Devploy

Devploy is an on-demand platform for running temporary Docker environments in the browser. Users can create containers using Dockerfiles or Docker Compose, interact via a built-in terminal, and expose custom ports dynamically without manual configuration. It supports guest mode for quick access without an account and uses OPFS storage to save configurations locally for fast retrieval. Each session runs for up to 15 minutes before automatic cleanup.
- ➤ Build Docker configs
- ➤ Deploy them with 512MB RAM for 15 minutes
- ➤ Automatic cleanup using cronjob
- ➤ No need to make an account to build configs alone
- ➤ Uses origin private file system (OPFS) to save data locally
- ➤ Browser-based terminal access to container, without SSH
- ➤ Reverse proxy to access service running inside container
- ➤ AI support for building configs
Tech Stack
- ➤ Backend: Node.js with Express.js
- ➤ Frontend: React.js with Tailwind CSS
- ➤ Database: PostgreSQL
- ➤ Reverse Proxy: Caddy
Notable Implementations
- ➤ Dockerode: For managing Docker images and containers.
- ➤ WebSocket Server: For managing WebSocket connections.
- ➤ Resend: For sending verification emails.
- ➤ Xterm.js: For browser-based terminal.
- ➤ MindsDB AI integration: Codellama-70B LLM model with OpenAI Chat Completions API.
Credential Manager

Credential Manager is an application that lets you manager your digital credentials and signatures such as secrets, API keys, passwords in a familiar key-value pairs with sharing feature enabled using Relationship Based Access Control (ReBAC), along with storing images as well.
- ➤ Manage your credentials securely and privately with End-To-End Encryption
- ➤ Share and manage them with others while having full control over permissions
- ➤ Manage your image credentials with cloud storage (Cloudinary)
- ➤ Seamlessly authenticate yourself with Passkey (login with PIN), Single-Sign-On with Google, or via username-password
- ➤ Download all your credentials, including images, in beautiful Markdown format
- ➤ Manage credentials shared with you with the same level of privacy and security
- ➤ Import your crypto-keys and enjoy multi-platform functionality without compromising privacy
- ➤ Backend: Node.js, Express.js
- ➤ Frontend: HTML, CSS, JavaScript
- ➤ Database: MongoDB
- ➤ Cloudinary: For management of image credentials
- ➤ Nodemailer: For verifying users
- ➤ Permit.io: For decoupling authorization (available in Docker image, not in this repository)
- ➤ SimpleWebAuthn: For Passkey authentication
Adios: AI powered slack bot

Ask adios is a slack chatbot that uses AI to chat with users, primarily made to chat about anime, lifestyle and culture.
- ➤ Backend: Node.js
- ➤ OpenAI sdk for llama-3-70b model integration powered by Mindsdb
- ➤ Boltjs for slackbot development
Template Sculptor

A web app that provides editable webpage templates with real-time updates and code generation, offering a seamless UI and enhanced user interaction.
- ➤ Provides editable webpage templates with live preview
- ➤ Real-time updates for seamless user interaction
- ➤ Automatic code generation for customized designs
- ➤ Intuitive and smooth UI for an effortless editing experience
- ➤ Supports multiple frameworks and export options
Tech Stack
- ➤ Backend: Node.js with Express.js
- ➤ Frontend: HTML/CSS/JS