A modern, high-performance Text Encryption & Decryption Web Application with a futuristic UI and a secure backend.
Cipher-Web focuses on privacy, speed, and clean design, offering client-side encryption with a professional full-stack architecture.
🌐 Live Demo
- Frontend (Vercel): https://cipher-web-wheat.vercel.app
- Backend (Render): https://cipher-web-1.onrender.com
- 🔒 Secure text encryption & decryption
- ⚡ Fast backend powered by Express & TypeScript
- 🎨 Futuristic UI with smooth animations
- 🌌 Cyber-themed background & effects
- 🧠 Clean full-stack architecture
- 🌐 Deployed with modern cloud platforms
- React
- Vite
- Tailwind CSS
- Framer Motion
- TanStack Query
- Node.js
- Express
- TypeScript
- tsx
- Vercel (Frontend hosting)
- Render (Backend hosting)
Cipher-Web/
├── client/ # Frontend (Vite + React)
│ ├── public/ # Static assets
│ ├── src/
│ │ ├── components/
│ │ ├── pages/
│ │ ├── lib/
│ │ └── styles/
│ └── index.html
│
├── server/ # Backend (Express + TS)
│ ├── routes/
│ ├── static.ts
│ └── index.ts
│
├── shared/ # Shared types / utilities
├── vite.config.ts
├── package.json
├── MIT.License
└── README.mdgit clone https://github.com/divyam007142/Cipher-Web.git
cd Cipher-Web2️⃣ Install dependencies
npm install3️⃣ Run backend + frontend (development)
npm run dev🌍 Deployment Architecture
Browser
↓
Vercel (Frontend – Vite / React)
↓ API requests
Render (Backend – Express / TypeScript)
Backend runs on:
http://localhost:5000
If a frontend dev server is enabled:
http://localhost:5173
| Command | Description |
|---|---|
npm run dev |
Start development server |
npm run build |
Build the project |
npm start |
Run production server |
npm run check |
TypeScript type checking |
✔️ Already fixed using cross-env
No extra steps needed.
- 🔐 Multiple encryption algorithms
- 🌙 Dark / Light mode toggle
- 📱 PWA support
- 🔑 Password-based encryption
- ☁️ Cloud save feature
Contributions are welcome! Feel free to fork the repo and submit a pull request.
This project is licensed under the MIT License.
Lunar Vibes
Building modern, secure, and clean web experiences.


