{"id":22481997,"url":"https://github.com/robimez/sma","last_synced_at":"2025-08-02T16:31:14.501Z","repository":{"id":227689282,"uuid":"771769535","full_name":"RobiMez/sma","owner":"RobiMez","description":"Code for the frontend and api of S.M.A","archived":false,"fork":false,"pushed_at":"2024-10-28T21:06:19.000Z","size":1259,"stargazers_count":19,"open_issues_count":14,"forks_count":5,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-10-28T22:19:45.528Z","etag":null,"topics":["anonymous","chat","pgp"],"latest_commit_sha":null,"homepage":"https://sma.robi.work","language":"Svelte","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/RobiMez.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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-03-13T23:12:22.000Z","updated_at":"2024-10-28T21:06:23.000Z","dependencies_parsed_at":"2024-03-14T18:12:58.514Z","dependency_job_id":"a72a75f8-ddec-4fd7-a6ed-7228e55ea1ad","html_url":"https://github.com/RobiMez/sma","commit_stats":null,"previous_names":["robimez/sma"],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RobiMez%2Fsma","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RobiMez%2Fsma/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RobiMez%2Fsma/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RobiMez%2Fsma/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RobiMez","download_url":"https://codeload.github.com/RobiMez/sma/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":228491918,"owners_count":17928720,"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":["anonymous","chat","pgp"],"created_at":"2024-12-06T16:18:07.327Z","updated_at":"2024-12-06T16:18:08.098Z","avatar_url":"https://github.com/RobiMez.png","language":"Svelte","funding_links":[],"categories":[],"sub_categories":[],"readme":"# S.M.A (Send Messages Anonymously)\n\n\u003cdiv align=\"center\"\u003e\n  \u003cimg src=\"https://img.shields.io/badge/Svelte-FF3E00?style=flat\u0026logo=svelte\u0026logoColor=white\" alt=\"svelte badge\" /\u003e\n  \u003cimg src=\"https://img.shields.io/badge/TypeScript-007ACC?style=flat\u0026logo=typescript\u0026logoColor=white\" alt=\"typescript badge\" /\u003e\n  \u003cimg src=\"https://img.shields.io/badge/Node.js-43853D?style=flat\u0026logo=node.js\u0026logoColor=white\" alt=\"node.js badge\" /\u003e\n  \u003cimg src=\"https://img.shields.io/badge/MongoDB-4EA94B?style=flat\u0026logo=mongodb\u0026logoColor=white\" alt=\"mongodb badge\" /\u003e\n\u003c/div\u003e\n\n## Description\n\nS.M.A is a web application that allows users to send messages to each other anonymously. It is built using Svelte and TypeScript, with a Node.js backend and MongoDB database.\n\n## Features\n\n- Send and receive messages anonymously\n- Toggleable profanity filter\n\n## Live Website\n\nYou can access the live website at [sma.robi.work](https://sma.robi.work/)\n\n## Prerequisites\n\nBefore you begin, ensure you have met the following requirements:\n\n- You have installed the latest version of Node.js and pnpm\n- You have a MongoDB database set up.\n\n## Installation\n\n### Clone the repository:\n\n```bash\ngit clone https://github.com/RobiMez/sma.git\ncd sma\n```\n\n### Install the dependencies:\n\nUsing pnpm ( Preferred ):\n\n```bash\npnpm i\n```\n\n### Create a `.env` file in the root directory of the project, and add the following line:\n\n```bash\nSECRET_MONGO_URI=\"your_mongodb_connection_string\"\n```\n\nReplace `your_mongodb_connection_string` with your actual MongoDB connection string.\n\n### Start the development server:\n\nUsing pnpm:\n\n```bash\npnpm dev\n```\n\nYou can find the site at `http://localhost:5173/`.\n\n## Contributing\n\nWhen working on the project , use [conventional commits](https://www.conventionalcommits.org/en/v1.0.0/).\nExamples of conventional commits are:\n\n- `feat(polling): Optimized polling algorithm`\n- `fix(ui): Message box doesnt kill the site anymore`\n- `refactor(api): New api endpoint for messages`\n- `docs: updated documentation`\n- `chore: smol fixes`\n- `test: added tests for the new feature`\n- `style: fixed the styling of the message box`\n- `ci: added ci/cd pipeline`\n- `perf: optimized the code`\n- `revert: reverted the last commit`\n- `build: added new build system`\n\nYou can use the following command to commit your changes and follow the conventional commits format:\n\n```bash\npnpm commit\n```\n\nContributions are welcome!\nPlease fork the repository and submit a pull request.\nI'll review it as soon as possible.\n\n## Credits\n\nS.M.A was created by [Robi](https://github.com/RobiMez) and Improved with the help of [doniverse](https://github.com/doniverse) and [pilanop](https://github.com/pilanop)\n\n## License\n\nThis project is licensed under the GNU General Public License v3.0\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frobimez%2Fsma","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frobimez%2Fsma","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frobimez%2Fsma/lists"}