{"id":27213379,"url":"https://github.com/mohammadbekran/textloom","last_synced_at":"2026-04-09T01:31:23.574Z","repository":{"id":286797999,"uuid":"914706691","full_name":"MohammadBekran/textloom","owner":"MohammadBekran","description":"A full-stack application with Next.js, TypeScript, Prisma, Hono.js, React Query","archived":false,"fork":false,"pushed_at":"2025-04-08T12:11:21.000Z","size":1361,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-10T02:53:50.231Z","etag":null,"topics":["honojs","nextjs","prisma","reactjs","shadcn","tailwindcss","tanstack-react-query","typescript"],"latest_commit_sha":null,"homepage":"https://textloom.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/MohammadBekran.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":"2025-01-10T06:23:01.000Z","updated_at":"2025-04-08T12:11:24.000Z","dependencies_parsed_at":"2025-04-08T12:45:11.759Z","dependency_job_id":null,"html_url":"https://github.com/MohammadBekran/textloom","commit_stats":null,"previous_names":["mohammadbekran/textloom"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/MohammadBekran/textloom","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MohammadBekran%2Ftextloom","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MohammadBekran%2Ftextloom/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MohammadBekran%2Ftextloom/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MohammadBekran%2Ftextloom/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MohammadBekran","download_url":"https://codeload.github.com/MohammadBekran/textloom/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MohammadBekran%2Ftextloom/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273220607,"owners_count":25066425,"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-09-02T02:00:09.530Z","response_time":77,"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":["honojs","nextjs","prisma","reactjs","shadcn","tailwindcss","tanstack-react-query","typescript"],"created_at":"2025-04-10T02:40:44.342Z","updated_at":"2025-12-30T21:06:55.513Z","avatar_url":"https://github.com/MohammadBekran.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Textloom\n\nTextloom is a full-stack web application designed to streamline content creation and management for digital marketers. It leverages modern technologies to provide a seamless user experience.\n\n**Live Demo:** [https://textloom.vercel.app](https://textloom.vercel.app)\n\n## Table of Contents\n\n- [Features](#features)\n- [Technologies Used](#technologies-used)\n- [Installation Guide](#installation-guide)\n- [Usage Instructions](#usage-instructions)\n- [Contributing](#contributing)\n- [License](#license)\n- [Contact Information](#contact-information)\n\n## Features\n\n- **User Authentication:** Secure login and registration system.\n- **Content Management:** Create, edit, and organize content seamlessly.\n- **Real-time Collaboration:** Collaborate with team members in real-time.\n- **Analytics Dashboard:** See all of the documents, manage them with advance searching\n\n## Technologies Used\n\n- **Frontend:**\n  - Next.js: A React framework for building server-side rendered applications.\n  - TypeScript: A superset of JavaScript that adds static typing.\n  - Tailwind CSS: A utility-first CSS framework for rapid UI development.\n- **Backend:**\n  - Hono.js: A fast and minimal web framework for building APIs.\n  - Prisma: An ORM for Node.js and TypeScript, providing a type-safe database client.\n- **State Management:**\n  - React Query: A data-fetching and state management library for React.\n\n## Installation Guide\n\nTo set up the project locally:\n\n1. **Clone the Repository:**\n\n   ```bash\n   git clone https://github.com/MohammadBekran/textloom.git\n# TextLoom\n\n## Installation Guide\n\n### Navigate to the Project Directory:\n```bash\ncd textloom\n```\n\n### Install Dependencies:\n\n#### Using npm:\n```bash\nnpm install\n```\n\n#### Or using yarn:\n```bash\nyarn install\n```\n\n### Set Up Environment Variables:\nCreate a `.env` file in the root directory and add the necessary environment variables. Refer to `.env.example` for the required variables.\n\n### Run the Development Server:\n\n#### Using npm:\n```bash\nnpm run dev\n```\n\n#### Or using yarn:\n```bash\nyarn dev\n```\n\nVisit [http://localhost:3000](http://localhost:3000) in your browser to view the application.\n\n## Usage Instructions\n\n### Starting the Development Server:\nFollow the steps in the Installation Guide to set up the development environment.\n\n### Building for Production:\nTo create an optimized production build, run:\n\n#### Using npm:\n```bash\nnpm run build\n```\n\n#### Or using yarn:\n```bash\nyarn build\n```\n\n### Running Tests:\nExecute the following to run the test suite:\n\n#### Using npm:\n```bash\nnpm run test\n```\n\n#### Or using yarn:\n```bash\nyarn test\n```\n\n## Contributing\nContributions are welcome! To contribute:\n\n### Fork the Repository:\nClick the \"Fork\" button at the top right corner of this page.\n\n### Clone Your Fork:\nClone your forked repository to your local machine.\n\n### Create a New Branch:\n```bash\ngit checkout -b feature/your-feature-name\n```\n\n### Make Changes:\nImplement your changes or add new features.\n\n### Commit Changes:\nStage and commit your changes with clear messages.\n```bash\ngit add .\ngit commit -m \"Add feature: your feature name\"\n```\n\n### Push Changes:\nPush your changes to your forked repository.\n```bash\ngit push origin feature/your-feature-name\n```\n\n### Create a Pull Request:\nOpen a pull request from your feature branch to the main repository's main branch.\n\nPlease ensure that your code adheres to the project's coding standards and includes appropriate tests.\n\n## License\nThis project is licensed under the MIT License.\n\n## Contact Information\n- **Email**: bhshtmhmd1@gmail.com\n- **LinkedIn**: [linkedin.com/in/mohammad-bekran](https://linkedin.com/in/mohammad-bekran)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmohammadbekran%2Ftextloom","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmohammadbekran%2Ftextloom","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmohammadbekran%2Ftextloom/lists"}