{"id":19468680,"url":"https://github.com/rohit-singh-rawat/hikari","last_synced_at":"2026-04-11T11:37:30.489Z","repository":{"id":238915756,"uuid":"797596674","full_name":"Rohit-Singh-Rawat/Hikari","owner":"Rohit-Singh-Rawat","description":"Hikari - Illuminate Your Story","archived":false,"fork":false,"pushed_at":"2024-05-21T17:40:52.000Z","size":6205,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-25T14:36:20.431Z","etag":null,"topics":["blocknote","cloudflare","honojs","prisma","react-query","reactjs","typescript"],"latest_commit_sha":null,"homepage":"https://hikari-zeta.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/Rohit-Singh-Rawat.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-05-08T06:38:39.000Z","updated_at":"2024-05-23T11:29:28.000Z","dependencies_parsed_at":"2024-05-11T16:31:08.631Z","dependency_job_id":"63349327-e3dc-460d-9059-4f4f9b52d7ea","html_url":"https://github.com/Rohit-Singh-Rawat/Hikari","commit_stats":null,"previous_names":["rohit-singh-rawat/inkspire","rohit-singh-rawat/hikari"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Rohit-Singh-Rawat/Hikari","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rohit-Singh-Rawat%2FHikari","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rohit-Singh-Rawat%2FHikari/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rohit-Singh-Rawat%2FHikari/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rohit-Singh-Rawat%2FHikari/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Rohit-Singh-Rawat","download_url":"https://codeload.github.com/Rohit-Singh-Rawat/Hikari/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rohit-Singh-Rawat%2FHikari/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267324940,"owners_count":24069401,"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","status":"online","status_checked_at":"2025-07-27T02:00:11.917Z","response_time":82,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["blocknote","cloudflare","honojs","prisma","react-query","reactjs","typescript"],"created_at":"2024-11-10T18:43:23.060Z","updated_at":"2026-04-11T11:37:25.436Z","avatar_url":"https://github.com/Rohit-Singh-Rawat.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Hikari - Illuminate Your Story\n\u003cimg src=\"https://github.com/Rohit-Singh-Rawat/Hikari/assets/117940279/51285256-6cef-436c-a4ee-9b6b0affe886\" alt=\"Hikari\" style=\"width:400px;\"\u003e\n\n\n\n\nHikari is a minimal web application designed for users to create, manage, and share their personal stories and blogs with ease.\n\n## Table of Contents\n\n- [Features](#features)\n- [Getting Started](#getting-started)\n- [Key Takeaways](#key-takeaways)\n- [Prerequisites](#prerequisites)\n- [Installation](#installation)\n- [Configuration](#configuration)\n- [Running the Application](#running-the-application)\n- [Project Structure](#project-structure)\n- [Contact](#contact)\n\n## Features\n\n- **🔐 User Authentication:** Secure sign-up and login functionality.\n- **📖 Story Creation:** Easy-to-use editor for writing and formatting stories.\n- **📱 Responsive Design:** Optimized for both desktop and mobile devices.\n- **🔗 Story Sharing:** Share stories with others through unique URLs.\n\n## Key Takeaways\n\nWorking on the Hikari project has been an enriching experience that provided valuable insights and skills in various areas:\n\n- **Frontend Development**: Gained experience in React and TypeScript.\n- **Backend Development**: laerned about prisma acclerate and pooling.\n- **State Management**: Implemented efficient state management using React Query and Hooks.\n- **Responsive Design**: Improved skills in Tailwind CSS.\n- **Backend Development**: Used serverless architecture with Cloudflare Workers.\n- **HonoJS, Prisma, NeonDB**: Explored differences from traditional Node.js setups.\n\n### Problems and Solutions:\n- **Image Storage**: Learned about Cloudflare Images and R2 for storing images, though faced issues due to lack of credit card for full implementation.\n- **Editor Choice**: Preferred NoteBlock over Tiptap and Editor.js for its fast bootstrap. Future projects may use Tiptap for its extensive features.\n- **Auth Context**: Initially used AuthContext but switched to a simple useUser hook with React Query for better caching.\n\nThis project has not only expanded my technical skills but also strengthened my problem-solving abilities and collaboration techniques.\n\n## Getting Started\n\n### Prerequisites\n\n\n- [Node.js](https://nodejs.org/) - Make sure you have Node.js installed on your machine.\n- [npm](https://www.npmjs.com/) - npm comes with Node.js, so if you have Node.js installed, npm should already be available.\n\n\n### Installation\n\n1. Clone the repository:\n    ```bash\n    git clone https://github.com/Rohit-Singh-Rawat/Hikari.git\n    ```\n2. Navigate to the project directory:\n    ```bash\n    cd Hikari\n    ```\n3. Install dependencies for both client and server:\n    ```bash\n    npm install\n    cd client \u0026\u0026 npm install\n    cd ../server \u0026\u0026 npm install\n    ```\n\n### Configuration\n\nCreate a `.env` file in the root directory and add the following variables:\n\n\nDATABASE_URL=\"DB_URL_STRING\"\n\nadd vars to wrangler.toml\nDATABASE_URL=\"PRISMA_ACCLERATE_URL\"\nJWT_SECRET=\"JWT_STRING\"\n\n### Running the Application\n\n1. Start the development server:\n    ```bash\n    cd ../server \u0026\u0026 npm run dev\n    ```\n\n2. Start the development client:\n    ```bash\n    cd client \u0026\u0026 npm run dev\n    ```\n3. Open your browser and visit `http://localhost:3000` to view the application.\n\n## Project Structure\n\n```\nHikari/\n|── client/      # Frontend code\n|── server/      # Backend code\n|── common/        # Common Code for zod Type\n└── README.md    # Project documentation\n```\n\n\n## Contact\n\nFor any inquiries, please contact [Rohit Singh Rawat](mailto:rohitzrawat2003@gmail.com).\n\n---\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frohit-singh-rawat%2Fhikari","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frohit-singh-rawat%2Fhikari","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frohit-singh-rawat%2Fhikari/lists"}