Overview

DoggoPaste

Fullstack REST App
Featured
Selfhosted
Education
Team Project

Drop your code, let Doggo fetch it! Combination of a Pastebin and CodeShare. Free and selfhostable

Languages
TypeScriptCSSJavaScriptDockerfileShell

Project Details

MIT License8 stars0 forks
Technologies

Case Study

Real-Time Code Collaboration Platform

  • Synchronized live editor state across multiple clients with WebSockets.
  • Added client-side AES-GCM encryption using the Web Crypto API.
  • Built REST and WebSocket backends with Hono and a custom proxy layer.
  • Packaged the application for self-hosted deployment with Docker.

Tech Stack

Backend: Node.js, Hono, WebSockets

Frontend: Next.js, TailwindCSS

Infra: PostgreSQL, Docker, Turborepo