{"id":15723428,"url":"https://github.com/destructo570/neko-serverless-blogging-website","last_synced_at":"2025-05-13T04:36:58.977Z","repository":{"id":249143839,"uuid":"830571057","full_name":"destructo570/neko-serverless-blogging-website","owner":"destructo570","description":"Serverless blogging website with notion like editor. Made with Cloudflare workers, Hono and NextJs.","archived":false,"fork":false,"pushed_at":"2025-03-01T08:15:00.000Z","size":775,"stargazers_count":10,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-01T06:29:10.849Z","etag":null,"topics":["blogging","cloudflare-workers","hono","monorepo","nextjs","nextjs14","novelai","postgres","prisma-orm","shadcn-ui","tailwindcss","turborepo","typescript"],"latest_commit_sha":null,"homepage":"https://neko-serverless-blogging-website-frontend.vercel.app","language":"TypeScript","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/destructo570.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-18T14:22:12.000Z","updated_at":"2025-03-11T10:51:56.000Z","dependencies_parsed_at":"2024-07-28T10:41:26.174Z","dependency_job_id":"25220667-5197-4d43-9a57-2ea94f4f10ef","html_url":"https://github.com/destructo570/neko-serverless-blogging-website","commit_stats":null,"previous_names":["destructo570/kumo-serverless-blogging-website"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/destructo570%2Fneko-serverless-blogging-website","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/destructo570%2Fneko-serverless-blogging-website/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/destructo570%2Fneko-serverless-blogging-website/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/destructo570%2Fneko-serverless-blogging-website/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/destructo570","download_url":"https://codeload.github.com/destructo570/neko-serverless-blogging-website/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253877362,"owners_count":21977634,"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":["blogging","cloudflare-workers","hono","monorepo","nextjs","nextjs14","novelai","postgres","prisma-orm","shadcn-ui","tailwindcss","turborepo","typescript"],"created_at":"2024-10-03T22:11:36.489Z","updated_at":"2025-05-13T04:36:58.932Z","avatar_url":"https://github.com/destructo570.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ✒️ Neko - Serverless blog website\n\nServerless blogging website with notion like editor. Made with Cloudflare workers, Hono and NextJs.\n\n\u003cdetails\u003e\n  \u003csummary\u003e\u003ch3\u003e🌈Screenshots\u003c/h3\u003e\u003c/summary\u003e\n  \n\u003cimg src=\"https://imgur.com/GDx04RC.png\" width=40%\u003e\n\u003cimg src=\"https://imgur.com/A8CXDHJ.png\" width=40%\u003e\n\u003cimg src=\"https://imgur.com/NrZudj0.png\" width=40%\u003e\n\u003cimg src=\"https://imgur.com/c9ZgFIC.png\" width=40%\u003e\n\u003cimg src=\"https://imgur.com/T1QtXOe.png\" width=40%\u003e\n\u003cimg src=\"https://imgur.com/T6hR6WF.png\" width=40%\u003e\n\u003cimg src=\"https://imgur.com/r32e0zZ.png\" width=40%\u003e\n  \n\u003c/details\u003e\n\n[Live Demo](https://neko-serverless-blogging-website-frontend.vercel.app/)\n#### Test Creds\njohn@test.com : 123456\n\n## Features\n📝 Create, Read, Update and Delete blogs\\\n🔐 JWT auth handling with password salting using bcryptJs\\\n🎨 Notion like editor for writing blogs\\\n🔍 Search all relevant posts\\\n❤️ Like your favorite posts\\\n🌟 Code syntax highlighting support\\\n💬 Reddit like infinite nesting comment system for blog\n\n## Tech Stack\n- NextJs\n- Hono\n- Postgres\n- Cloudflare workers\n- ShadCN UI\n- Prisma ORM\n- Turbo repo\n- TypeScipt\n- Novel editor\n- Tailwind CSS\n- Tiptap text editor\n- Amazon s3 for file storage\n- Hono storage for handling multipart form data\n- TanStack Query v5\n\n## TODO\n- [x] Post like functionality\n- [x] Upload cover images to s3\n- [x] Add search functionality\n- [x] Comment section\n- [ ] Tags and Interests system\n- [ ] Dockerise the app\n- [ ] User dashboard\n- [ ] Subscription model\n- [ ] Follow/Unfollow functionality\n\n### Steps to run the project locally\n\n1. Run the following command to install all dependencies:\n\n```sh\nnpm install\n```\n\n2. Create a file called wrangler.toml in apps/backend and update the variables as per the example file\n\n3. Create a file called .env in apps/backend and update the variables as per the example file \n\n4. Then generate prisma client using these command\n\n```sh\ncd ./apps/backend\nnpx prisma generate\n```\n\n5. Then run the build command from root folder using\n```sh\n  npm run dev\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdestructo570%2Fneko-serverless-blogging-website","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdestructo570%2Fneko-serverless-blogging-website","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdestructo570%2Fneko-serverless-blogging-website/lists"}