{"id":20002814,"url":"https://github.com/codewithmide/weaveblog","last_synced_at":"2025-07-01T09:36:33.180Z","repository":{"id":253012675,"uuid":"785218863","full_name":"codewithmide/weaveblog","owner":"codewithmide","description":"A superfast lightweight blogging platform built on WeaveDB","archived":false,"fork":false,"pushed_at":"2024-08-13T19:48:32.000Z","size":3114,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-02T00:24:11.734Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://weaveblog.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/codewithmide.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-04-11T12:49:34.000Z","updated_at":"2024-08-13T20:36:17.000Z","dependencies_parsed_at":"2024-08-14T00:30:58.238Z","dependency_job_id":"2ebf8498-46f5-4607-876d-8655079ce382","html_url":"https://github.com/codewithmide/weaveblog","commit_stats":null,"previous_names":["codewithmide/weaveblog"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/codewithmide/weaveblog","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codewithmide%2Fweaveblog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codewithmide%2Fweaveblog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codewithmide%2Fweaveblog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codewithmide%2Fweaveblog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codewithmide","download_url":"https://codeload.github.com/codewithmide/weaveblog/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codewithmide%2Fweaveblog/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262937165,"owners_count":23387528,"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":[],"created_at":"2024-11-13T05:23:10.350Z","updated_at":"2025-07-01T09:36:32.240Z","avatar_url":"https://github.com/codewithmide.png","language":"JavaScript","readme":"# Weaveblog\n\n![Weaveblog Hero Section](public/hero.png)\n\nWeaveblog is a decentralized blogging platform that allows users to create, edit, and delete blog posts. Built with modern web technologies and integrated with blockchain capabilities, Weaveblog offers a secure and user-friendly experience for bloggers.\n\n## Features\n\n- Create new blog posts\n- Edit existing blog posts\n- Delete blog posts\n- View a list of all blogs\n- View individual blog details\n- User authentication with wallet integration\n\n## Tech Stack\n\n- Frontend: React.js with Next.js framework\n- Styling: TailwindCSS\n- State Management: React Context API\n- Image Upload: Opted for Cloudinary to provide a gasless transaction\n- Data Storage: WeaveDB\n\n## Project Structure\n\n```md\nWEAVEBLOG\n├── components\n│   ├── BlogCard.jsx\n│   ├── BlogDetailsModal.jsx\n│   ├── BlogList.jsx\n│   ├── CreateBlogForm.jsx\n│   ├── FileUpload.jsx\n│   ├── Layout.jsx\n│   └── NavBar.jsx\n├── context\n│   ├── walletContext.js\n│   ├── walletProvider.js\n│   └── walletProvider.jsx\n├── hooks\n│   └── useWallet.js\n├── pages\n│   ├── api\n│   ├── blogs\n│   │   ├── [id].jsx\n│   │   └── create.jsx\n│   ├── _app.js\n│   ├── _document.js\n│   ├── index.jsx\n│   └── my-blogs.jsx\n├── public\n│   ├── bg.png\n│   ├── favicon.ico\n│   ├── next.svg\n│   └── vercel.svg\n├── styles\n│   └── globals.css\n└── utils\n    ├── classnames.js\n    ├── cloudinary.js\n    ├── constants.js\n    └── uploadImage.js\n```\n\n## Setup and Installation\n\n1. Clone the repository:\n\n   ```bash\n   git clone https://github.com/codewithmide/weaveblog.git\n   cd weaveblog\n   ```\n\n2. Install dependencies:\n\n   ```bash\n   npm install\n   ```\n\n3. Set up environment variables:\n   Create a `.env` file in the root directory and add necessary environment variables (e.g., Cloudinary credentials).\n\n4. Run the development server:\n\n   ```bash\n   npm run dev\n   ```\n\n5. Open `http://localhost:3000` in your browser to view the application.\n\n## Usage\n\n1. Connect your wallet to authenticate.\n2. Navigate to the \"Create Blog\" page to write a new blog post.\n3. View all blogs on the home page or \"My Blogs\" for your own posts.\n4. Click on a blog card to view details, edit, or delete the post.\n\n## Contributing\n\nContributions are welcome! Please feel free to submit a Pull Request.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodewithmide%2Fweaveblog","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodewithmide%2Fweaveblog","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodewithmide%2Fweaveblog/lists"}