A lightweight, privacy-focused online notepad that lets anyone create and share notes instantly using a unique Pad ID. No accounts, no login, and no passwords required.
Website: https://corbon-pad-0d8u.onrender.com
- Instant note creation
- Unique Pad ID for every note
- No authentication required
- Automatic note saving
- Minimal and responsive interface
- Accessible from any device
- Fast loading
- Simple sharing using Pad IDs
- HTML5
- CSS3
- JavaScript (ES6)
- Node.js
- Express.js
- MongoDB
- Mongoose
- Render
carbonpad/
│
├── public/
│ ├── index.html
│ ├── style.css
│ ├── script.js
│ └── assets/
│
├── routes/
├── controllers/
├── models/
├── config/
├── server.js
├── package.json
└── README.md
Clone the repository.
git clone https://github.com/lukarthik67/full_stack_project.gitMove into the project.
cd full_stack_projectInstall dependencies.
npm installCreate a .env file.
PORT=5000
MONGODB_URI=your_mongodb_connection_stringStart the server.
npm startor
npm run devOpen your browser.
http://localhost:5000
- Open the website.
- Enter a unique Pad ID.
- Create or access your note.
- Changes are saved automatically.
- Share the Pad ID with others if needed.
Add screenshot here
Add screenshot here
- Custom domains
- Rich text editor
- Markdown support
- Dark mode
- Real-time collaboration
- File uploads
- Version history
- End-to-end encryption
- PWA support
- Offline mode
This project is licensed under the MIT License.
Karthik LU
GitHub: https://github.com/lukarthik67
⭐ If you found this project useful, consider starring the repository.