{"id":31763398,"url":"https://github.com/hetshingala/shareable-notess","last_synced_at":"2026-04-05T23:02:52.797Z","repository":{"id":318226374,"uuid":"1070396368","full_name":"HetShingala/shareable-notess","owner":"HetShingala","description":"Shareable Notes — A modern, feature-rich notes web app built with React + Vite, offering AI-powered writing assistance, real-time Supabase storage, encryption, and a clean responsive interface. Create, edit, and share beautifully formatted notes from anywhere, securely and intelligently.","archived":false,"fork":false,"pushed_at":"2025-11-05T15:14:03.000Z","size":458,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-11-05T17:23:46.729Z","etag":null,"topics":["ai","decryption","encryption","markdown","notes-app","open-ai","productivity","react","rich-text-editor","shared","supabase","vite","webapp"],"latest_commit_sha":null,"homepage":"https://shareable-notess.netlify.app/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/HetShingala.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-10-05T20:50:22.000Z","updated_at":"2025-11-05T15:14:07.000Z","dependencies_parsed_at":null,"dependency_job_id":"2f786fe5-72ed-4726-8574-2766dad2649c","html_url":"https://github.com/HetShingala/shareable-notess","commit_stats":null,"previous_names":["hetshingala/shareable-notess"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/HetShingala/shareable-notess","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HetShingala%2Fshareable-notess","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HetShingala%2Fshareable-notess/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HetShingala%2Fshareable-notess/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HetShingala%2Fshareable-notess/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/HetShingala","download_url":"https://codeload.github.com/HetShingala/shareable-notess/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HetShingala%2Fshareable-notess/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31452901,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-05T21:22:52.476Z","status":"ssl_error","status_checked_at":"2026-04-05T21:22:51.943Z","response_time":75,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ai","decryption","encryption","markdown","notes-app","open-ai","productivity","react","rich-text-editor","shared","supabase","vite","webapp"],"created_at":"2025-10-09T23:20:26.055Z","updated_at":"2026-04-05T23:02:52.785Z","avatar_url":"https://github.com/HetShingala.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Shareable Notes Application\n\nThis is a browser-based notes application built with **React** and **Vite**, featuring Supabase cloud storage, note encryption, and AI-powered tools such as summarization, tag suggestions, and grammar checking.\n\n---\n\n## Live Demo\n\n**Deployed URL:** [[https://shareable-notess.netlify.app](https://shareable-notess.netlify.app/)/]\n\n---\n\n## Overview\n\nShareable Notes enables users to create, edit, and share notes seamlessly without requiring any sign-up or authentication.  \nIt is designed for students and professionals who need a lightweight, accessible note-sharing solution that runs entirely in the browser.\n\n---\n\n## Application Preview\n\n### Dark Mode\n![Dark Mode Screenshot](./assets/dark-mode.png)\n\n### Light Mode\n![Light Mode Screenshot](./assets/light-mode.png)\n\n---\n\n## Features\n\n- Rich text editor with formatting tools (bold, italic, underline, alignment, font size)\n- Full note management (create, edit, delete)\n- Pin notes to the top\n- Search by title or content\n- Persistent storage using Supabase (PostgreSQL)\n- Optional note encryption with password protection\n- AI-powered features:\n  - Note summarization\n  - Automatic tag suggestions\n  - Grammar correction\n- Word and character count\n- Export notes as `.txt`, `.pdf` and `.docx` files\n- Dark and light theme toggle\n- Responsive layout for all screen sizes\n\n---\n\n## Technology Stack\n\n| Layer | Technology |\n|--------|-------------|\n| Frontend | React + Vite |\n| Database | Supabase (PostgreSQL) |\n| AI Integration | OpenAI API |\n| Hosting | Netlify |\n| Styling | Custom CSS |\n\n---\n\n## Setup and Installation\n\nFollow these steps to run the project locally:\n\n1. **Clone the repository**\n   ```bash\n   git clone https://github.com/HetShingala/shareable-notess.git\n   cd shareable-notes\n\n2. **Install dependencies**\n\n   ```bash\n   npm install\n   ```\n\n3. **Add environment variables**\n\n   Create a `.env` file in the project root and add:\n\n   ```bash\n   VITE_SUPABASE_URL=your-supabase-url\n   VITE_SUPABASE_ANON_KEY=your-supabase-anon-key\n   VITE_OPENAI_API_KEY=your-openai-api-key\n   ```\n\n4. **Run the development server**\n\n   ```bash\n   npm run dev\n   ```\n\n5. **Build for production**\n\n   ```bash\n   npm run build\n   ```\n\n6. **Deploy**\n   The project can be deployed easily via Netlify:\n\n   ```bash\n   netlify deploy --prod\n   ```\n\n---\n\n## Database Schema (Supabase)\n\nThe application requires a table named `notes` with the following structure:\n\n| Column     | Type      | Default             | Description                        |\n| ---------- | --------- | ------------------- | ---------------------------------- |\n| id         | uuid      | `gen_random_uuid()` | Primary key                        |\n| user_id    | text      | —                   | User identifier                    |\n| title      | text      | —                   | Note title                         |\n| content    | text      | —                   | HTML content of the note           |\n| encrypted  | bool      | false               | Indicates if the note is encrypted |\n| iv         | text      | NULL                | Encryption IV (nullable)           |\n| meta       | jsonb     | NULL                | Metadata such as timestamps        |\n| pinned     | bool      | false               | Indicates if the note is pinned    |\n| created_at | timestamp | `now()`             | Creation timestamp                 |\n| updated_at | timestamp | `now()`             | Last updated timestamp             |\n\n\u003e **Row Level Security (RLS)** must be enabled with a permissive policy allowing all actions.\n\n---\n\n## AI Integration\n\nThe AI tools use the OpenAI API to enhance productivity:\n\n* **Summarization:** Generates concise summaries for long notes.\n* **Tag Suggestions:** Provides contextually relevant tags.\n* **Grammar Checking:** Improves writing quality automatically.\n\n---\n\n## Example Note\n\n\u003e *\"Hello! Welcome to my Shareable Notes site. This project is designed for students to easily create and share notes through their browser without requiring login or setup.\"*\n\n---\n\n## Security and Privacy\n\n* Environment variables securely stored on Netlify.\n* Row Level Security (RLS) enabled on Supabase.\n* No authentication required for basic usage.\n* Encrypted notes stored safely with optional password protection.\n\n---\n\n## Author\n\n**Het Shingala**\n\nMade with care for students and note-takers everywhere.\n\n---\n\n## License\n\nThis project is licensed under the **MIT License**.\nYou are free to use, modify, and distribute it with attribution.\n\n---\n\nIf you find this project useful, consider giving it a ⭐ on GitHub.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhetshingala%2Fshareable-notess","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhetshingala%2Fshareable-notess","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhetshingala%2Fshareable-notess/lists"}