{"id":20954820,"url":"https://github.com/mdkaifansari04/ai-scribe","last_synced_at":"2026-02-27T16:34:09.141Z","repository":{"id":196402980,"uuid":"693832973","full_name":"mdkaifansari04/AI-Scribe","owner":"mdkaifansari04","description":"AI Scribe is a  web platform where users can provide a story prompt, and AI generates a short story based on that prompt. Users can also upvote their favorite stories, which are showcased on a leaderboard.","archived":false,"fork":false,"pushed_at":"2024-07-15T18:05:58.000Z","size":4134,"stargazers_count":2,"open_issues_count":7,"forks_count":3,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-02T18:59:09.041Z","etag":null,"topics":["expressjs","jwt-authentication","material-tailwind","mongodb","multi-avatar","nodejs","react-hot-toast","react-share","reactjs","redux","redux-thunk","redux-toolkit","tailwindcss","vite"],"latest_commit_sha":null,"homepage":"https://ai-scribe-landing.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/mdkaifansari04.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":"2023-09-19T20:01:25.000Z","updated_at":"2024-09-20T06:43:03.000Z","dependencies_parsed_at":"2024-02-17T21:31:08.346Z","dependency_job_id":"adcdf59b-ccd3-4aa7-9b82-e72b970ec1f0","html_url":"https://github.com/mdkaifansari04/AI-Scribe","commit_stats":null,"previous_names":["mdkaif-123/ai-scribe","mdkaifansari04/ai-scribe"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mdkaifansari04/AI-Scribe","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mdkaifansari04%2FAI-Scribe","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mdkaifansari04%2FAI-Scribe/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mdkaifansari04%2FAI-Scribe/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mdkaifansari04%2FAI-Scribe/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mdkaifansari04","download_url":"https://codeload.github.com/mdkaifansari04/AI-Scribe/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mdkaifansari04%2FAI-Scribe/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29904386,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-27T14:46:13.553Z","status":"ssl_error","status_checked_at":"2026-02-27T14:46:10.522Z","response_time":57,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["expressjs","jwt-authentication","material-tailwind","mongodb","multi-avatar","nodejs","react-hot-toast","react-share","reactjs","redux","redux-thunk","redux-toolkit","tailwindcss","vite"],"created_at":"2024-11-19T01:16:39.251Z","updated_at":"2026-02-27T16:34:09.108Z","avatar_url":"https://github.com/mdkaifansari04.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# AI Scribe\n\nAI Scribe is a web platform where users can provide a story prompt, and AI generates a short story based on that prompt. Users can also upvote their favorite stories, which are showcased on a leaderboard.\n\n## Table of Contents\n\n- [Features](#features)\n- [Tech Stack](#tech-stack)\n- [Project Setup](#project-setup)\n- [Usage](#usage)\n- [Contributing](#contributing)\n- [Issue Template](#issue-template)\n- [License](#license)\n\n## Features\n\n- Generate short stories based on user-provided prompts\n- Upvote stories and showcase the most popular ones on a leaderboard\n- User authentication and authorization\n- Dark and light theme modes\n\n## Tech Stack\n\n- **Frontend:** React, Tailwind CSS, Vite, Redux\n- **Backend:** Node.js, Express.js\n- **Database:** MongoDB\n- **AI Integration:** OpenAI API\n\n## Project Setup\n\n### Prerequisites\n\nEnsure you have the following installed:\n\n- Node.js (v14.x or later)\n- npm or yarn\n\n### Installation\n\n1. Clone the repository:\n\n   ```sh\n   git clone https://github.com/your-username/ai-scribe.git\n   cd ai-scribe\n   ```\n\n2. Install dependencies for both the client and server:\n\n   ```sh\n   cd frontend\n   npm install\n   cd backend\n   npm install\n   ```\n\n3. Start the development servers:\n\n   - In the `frontend` directory:\n\n     ```sh\n     npm run dev\n     ```\n\n   - In the `backend` directory:\n\n     ```sh\n     npm start\n     ```\n\n   The client will run on `http://localhost:3000` and the server on `http://localhost:5000`.\n\n## Usage\n\n1. Open the client in your web browser (`http://localhost:3000`).\n2. Sign up or log in to your account.\n3. Provide a story prompt and select the desired options (e.g., story type, user type, etc.).\n4. Click \"Generate\" to create a story.\n5. Browse generated stories and upvote your favorites.\n6. View top voted stories on the leaderboard.\n\n## Contributing\n\nContributions are welcome! To contribute:\n\n1. Fork the repository.\n2. Create a new branch (`git checkout -b feature-branch`).\n3. Make your changes.\n4. Commit your changes (`git commit -m 'Add some feature'`).\n5. Push to the branch (`git push origin feature-branch`).\n6. Open a pull request.\n\n## Issue Template\n\nTo report an issue or request a feature, please use our [issue template](https://github.com/mdkaifansari04/AI-Scribe/tree/master/.github/ISSUE_TEMPLATE).\n\n## License\n\nThis project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmdkaifansari04%2Fai-scribe","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmdkaifansari04%2Fai-scribe","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmdkaifansari04%2Fai-scribe/lists"}