{"id":18439594,"url":"https://github.com/binaryshrey/blogosaurus","last_synced_at":"2026-04-10T13:30:58.931Z","repository":{"id":250891007,"uuid":"835747932","full_name":"binaryshrey/Blogosaurus","owner":"binaryshrey","description":"🔖 Publish blogs at the speed of light","archived":false,"fork":false,"pushed_at":"2024-08-01T12:56:37.000Z","size":46123,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-03T14:35:57.203Z","etag":null,"topics":["editorjs","fastapi","firebase","firebase-auth","firestore-database","javascript","jest","jest-tests","material-ui","python","react","react-helmet","tailwindcss","typescript","vercel","wysiwyg","wysiwyg-editor"],"latest_commit_sha":null,"homepage":"https://blogosaurus.vercel.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/binaryshrey.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}},"created_at":"2024-07-30T13:02:49.000Z","updated_at":"2025-01-11T10:51:26.000Z","dependencies_parsed_at":"2024-11-06T06:37:55.968Z","dependency_job_id":null,"html_url":"https://github.com/binaryshrey/Blogosaurus","commit_stats":null,"previous_names":["binaryshrey/blogosaurus"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/binaryshrey/Blogosaurus","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/binaryshrey%2FBlogosaurus","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/binaryshrey%2FBlogosaurus/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/binaryshrey%2FBlogosaurus/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/binaryshrey%2FBlogosaurus/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/binaryshrey","download_url":"https://codeload.github.com/binaryshrey/Blogosaurus/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/binaryshrey%2FBlogosaurus/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31645160,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-10T07:40:12.752Z","status":"ssl_error","status_checked_at":"2026-04-10T07:40:11.664Z","response_time":98,"last_error":"SSL_read: 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":["editorjs","fastapi","firebase","firebase-auth","firestore-database","javascript","jest","jest-tests","material-ui","python","react","react-helmet","tailwindcss","typescript","vercel","wysiwyg","wysiwyg-editor"],"created_at":"2024-11-06T06:25:40.545Z","updated_at":"2026-04-10T13:30:58.911Z","avatar_url":"https://github.com/binaryshrey.png","language":"JavaScript","readme":"# Blogosaurus ![GitHub deployments](https://img.shields.io/github/deployments/binaryshrey/blogosaurus/production?style=flat\u0026logo=vercel\u0026label=vercel)\n\nPublish blogs at the speed of light : Instantly share your thoughts with our blazing-fast blogging platform - [View](https://blogosaurus.vercel.app/)\n\n![Banner](https://raw.githubusercontent.com/binaryshrey/Blogosaurus/main/blogo-product.png)\n\n### Development setup\n\n```\ngit clone https://github.com/binaryshrey/Blogosaurus.git\ncd Blogosaurus\nnpm i\nnpm run start\n```\n\n#### Firebase configs\n- Create a .env file for Firebase\n```\nREACT_APP_FIREBASE_API_KEY=**********\nREACT_APP_FIREBASE_AUTHDOMAIN=**********.firebaseapp.com\nREACT_APP_FIREBASE_PROJECTID=**********\nREACT_APP_FIREBASE_STORAGE_BUCKET=**********.appspot.com\nREACT_APP_FIREBASE_MESSAGESENDER_ID=**********\nREACT_APP_FIREBASE_APPID=**********\nREACT_APP_FIREBASE_MEASUREMENTID=**********\n```\n\n- Include Google \u0026 Github Auth under Firebase Authentication\n- Include Firebase-Firestore with below prod db-rule:\n```\nrules_version = '2';\nservice cloud.firestore {\n  match /databases/{database}/documents {\n    match /users/{uid} {\n      allow create: if request.auth != null;\n      allow read;\n      allow update, delete: if request.auth != null \u0026\u0026 request.auth.uid == uid;\n    \t\n    }\n    match /blogs/{uid} {\n      allow create: if request.auth != null;\n      allow read \n      allow update, delete: if request.auth != null \u0026\u0026 request.auth.uid == uid;\n    \n    }\n  }\n}\n```\n\n\nDevelopment server runs at `http://localhost:3000`\n\n\n\n\n\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbinaryshrey%2Fblogosaurus","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbinaryshrey%2Fblogosaurus","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbinaryshrey%2Fblogosaurus/lists"}