{"id":13554838,"url":"https://github.com/maheshj01/pastelog","last_synced_at":"2025-04-14T22:40:54.534Z","repository":{"id":38693393,"uuid":"487299082","full_name":"maheshj01/pastelog","owner":"maheshj01","description":"PasteLog is a simple, fast, and powerful pastebin. It allows you to publish Rich Text logs/Notes, and access them with a unique link.","archived":false,"fork":false,"pushed_at":"2025-04-05T19:39:10.000Z","size":13484,"stargazers_count":16,"open_issues_count":31,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-06T01:37:07.025Z","etag":null,"topics":["firebase","firestore","hacktoberfest","nextjs","nextjs14","tailwindcss","typsecript","webapp"],"latest_commit_sha":null,"homepage":"https://pastelog.vercel.app/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/maheshj01.png","metadata":{"files":{"readme":"README.md","changelog":"Changelog.md","contributing":"Contributing.md","funding":null,"license":"LICENSE","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}},"created_at":"2022-04-30T14:30:56.000Z","updated_at":"2025-04-05T19:39:13.000Z","dependencies_parsed_at":"2024-01-07T11:43:58.761Z","dependency_job_id":"eb31a7a1-ebb7-4152-b371-f28998510d7c","html_url":"https://github.com/maheshj01/pastelog","commit_stats":null,"previous_names":["maheshj01/pastelog"],"tags_count":8,"template":false,"template_full_name":"maheshj01/flutter_create","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maheshj01%2Fpastelog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maheshj01%2Fpastelog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maheshj01%2Fpastelog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maheshj01%2Fpastelog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/maheshj01","download_url":"https://codeload.github.com/maheshj01/pastelog/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248975319,"owners_count":21192197,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["firebase","firestore","hacktoberfest","nextjs","nextjs14","tailwindcss","typsecript","webapp"],"created_at":"2024-08-01T12:02:55.909Z","updated_at":"2025-04-14T22:40:54.528Z","avatar_url":"https://github.com/maheshj01.png","language":"TypeScript","funding_links":[],"categories":["TypeScript"],"sub_categories":[],"readme":"![Banner (1)](https://github.com/maheshmnj/pastelog/assets/31410839/34127d75-f01d-47df-a223-033f1ed5379a)\n\n# Pastelog\n\nCreate Stunning AI Powered Rich notes with markdown Support and Code Highlighting and share it with a unique URL. The logs are publicly accessible and auto expire after the specified date. Powered By Next.js, Firebase and Gemini API.\n\n\u003ca href=\"https://www.producthunt.com/posts/pastelog?embed=true\u0026utm_source=badge-featured\u0026utm_medium=badge\u0026utm_souce=badge-pastelog\" target=\"_blank\"\u003e\u003cimg src=\"https://api.producthunt.com/widgets/embed-image/v1/featured.svg?post_id=466669\u0026theme=light\" alt=\"Pastelog - Create\u0026#0032;stunning\u0026#0032;rich\u0026#0032;text\u0026#0032;notes\u0026#0032;in\u0026#0032;minutes | Product Hunt\" style=\"width: 250px; height: 54px;\" width=\"250\" height=\"54\" /\u003e\u003c/a\u003e\n\n\u003cimg width=\"764\" alt=\"Screenshot 2025-04-07 at 14 15 41\" src=\"https://github.com/user-attachments/assets/4f8ffdc8-5d7f-4158-8aee-1f7293ed6616\" /\u003e\n\n\n### Features\n\n\n- The logs are publicly accessible, no SignIn required\n- The logs auto expire after the specified date\n- Stores logs locally for quick access\n- Supports rich text content with github falvoured markdown and code highlighting\n- Export logs as image and plain text\n- Import logs from Github gist or from Pastelog Url\n- Intelligent editor with Markdown Keyboard shortcuts support to help you write faster\n- Supports Darkmode for better readability\n- Share logs with a unique URL\n- Summarize logs using the Google Gemini API (Uses Ephemeral API key storage)\n\n### Building the project\n\n1. Clone the repository\n\n```bash\ngit clone\n```\n\n2. Install the dependencies\n\n```bash\n\nnpm install\n```\n\n3. Add the .env in the root with the following keys\n\n```bash\nNEXT_PUBLIC_FIREBASE_API_KEY=\nNEXT_PUBLIC_FIREBASE_AUTH_DOMAIN=\nNEXT_PUBLIC_FIREBASE_PROJECT_ID=\nNEXT_PUBLIC_FIREBASE_STORAGE_BUCKET=\nNEXT_PUBLIC_FIREBASE_MESSAGING_SENDER_ID=\nNEXT_PUBLIC_FIREBASE_APP_ID=\nNEXT_PUBLIC_FIREBASE_MEASUREMENT_ID=\nNEXT_PUBLIC_FIREBASE_COLLECTION=\nNEXT_PUBLIC_FIREBASE_CONFIG_COLLECTION=\nNEXT_PUBLIC_FIREBASE_FEATURE_BANNER=\nNEXT_PUBLIC_NEW_USER_VISITED=\nNEXT_PUBLIC_CONTACT_EMAIL=\nNEXT_PUBLIC_GITHUB_REPO=https://github.com/maheshmnj/pastelog\nNEXT_PUBLIC_PRIVACY_POLICY=/logs/publish/1R5Kx9fQRBHe85SUOG89\nNEXT_PUBLIC_BASE_URL=https://pastelog.vercel.app\nNEXT_PUBLIC_GITHUB_LOGO=https://upload.wikimedia.org/wikipedia/commons/thumb/c/c2/GitHub_Invertocat_Logo.svg/1200px-GitHub_Invertocat_Logo.svg.png\nNEXT_PUBLIC_GITHUB_GIST_API=https://api.github.com/gists\n```\n\n3. Run the project\n\n```bash\nnpm run dev\n```\n\n### Folder Structure\n\n\u003c!-- current folder structure --\u003e\n\n```\nroot /\n├──src\n│ ├── app /\n│ │ ├── (main)/\n│ │ │ │ ├── Log.ts\n│ │ │ ├── \\_services/\n│ │ │ │ ├── LogService.ts\n│ │ │ ├── \\_components/\n│ │ │ ├ ├──├── \\_Dialog/\n│ │ │ ├ |────   └── SearchDialog.tsx\n│ │ │ │ ├── Sidebar.tsx\n│ │ │ │ ├── Navbar.tsx\n│ │ │ │ ├── MainContent.tsx\n│ │ │ │ │\n│ │ │ ├── logs /\n│ │ │ │ ├──[id]\n│ │ │ │ │ └── page.tsx\n│ │ │ │ └── layout.tsx\n│ │ │ │ └── page.tsx\n│ │ ├── (publish)/\n│ │ │ ├── logs /\n│ │ │ │ ├── publish /\n│ │ │ │ │ ├──[id]/\n│ │ │ │ │ └── page.tsx\n│ │ │ └── layout.tsx\n│ │ │\n│ │ └── layout.tsx\n│ │ └── global.css\n│ │ └── page.tsx\n```\n\n### Summarize Logs with Gemini\n\n\u003cvideo src='https://github.com/maheshmnj/pastelog/assets/31410839/0eecf88c-a198-43ff-958a-47fb192fae73' width=180/\u003e\n\n### Demo\n\n\u003cvideo src='https://github.com/maheshmnj/pastelog/assets/31410839/c4e4469b-3acb-45e1-a258-0d8593d1e831' width=180/\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaheshj01%2Fpastelog","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmaheshj01%2Fpastelog","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaheshj01%2Fpastelog/lists"}