{"id":30024294,"url":"https://github.com/basaicorp/razen-studio","last_synced_at":"2025-08-06T06:41:21.892Z","repository":{"id":306750824,"uuid":"1027105880","full_name":"BasaiCorp/Razen-Studio","owner":"BasaiCorp","description":null,"archived":false,"fork":false,"pushed_at":"2025-07-27T11:59:03.000Z","size":260,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-07-27T12:26:55.436Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/BasaiCorp.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,"zenodo":null}},"created_at":"2025-07-27T10:25:52.000Z","updated_at":"2025-07-27T11:59:07.000Z","dependencies_parsed_at":"2025-07-27T12:26:57.180Z","dependency_job_id":"6bdfcfdc-5b0c-4ed9-b3b7-1b5c24b37a5f","html_url":"https://github.com/BasaiCorp/Razen-Studio","commit_stats":null,"previous_names":["basaicorp/razen-studio"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/BasaiCorp/Razen-Studio","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BasaiCorp%2FRazen-Studio","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BasaiCorp%2FRazen-Studio/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BasaiCorp%2FRazen-Studio/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BasaiCorp%2FRazen-Studio/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BasaiCorp","download_url":"https://codeload.github.com/BasaiCorp/Razen-Studio/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BasaiCorp%2FRazen-Studio/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269034501,"owners_count":24348408,"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-08-06T02:00:09.910Z","response_time":99,"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":[],"created_at":"2025-08-06T06:41:18.336Z","updated_at":"2025-08-06T06:41:21.865Z","avatar_url":"https://github.com/BasaiCorp.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Razen Studio\n\nRazen Studio is a modern code editor specifically designed for the Razen Lang programming language. Built with HTML, CSS, and JavaScript, it offers a clean and efficient environment for coding.\n\n\n### Dashboard Screen\n![Razen Studio Screenshot1](Screenshot3.jpg)\n\n### Editor Screen \n![Razen Studio Screenshot2](Screenshot4.jpg)\n\n### Files Tree/Sidebar\n![Razen Studio Screenshot3](Screenshot2.jpg)\n\n### Settings/Info Screen\n![Razen Studio Screenshot4](Screenshot1.jpg)\n\n\n## Features\n\n*   **Code Editing:** A core text editor for Razen Lang.\n*   **Syntax Highlighting:** Basic syntax highlighting for better readability (using Prism.js).\n*   **File Management:** Create and manage multiple files within the editor.\n*   **Themes:** Supports both Light and Dark themes, respecting system preferences.\n*   **Sidebar Navigation:** Easy access to files and settings via a collapsible sidebar.\n*   **Editor Tools:** Includes common tools like Copy, Tab handling, Undo/Redo, and Bracket insertion.\n*   **Search \u0026 Replace:** Basic find and replace functionality.\n*   **Settings Panel:** A dedicated settings area for project information.\n*   **Android App:** Razen Studio is also available as an Android application. You can download the latest version from the [Releases page](https://github.com/BasaiCorp/Razen-Studio/releases).\n\n## Getting Started\n\nThese instructions will get you a copy of the project up and running on your local machine.\n\n### Prerequisites\n\nA modern web browser (Chrome, Firefox, Edge, Safari, etc.)\n\n### Installation\n\n1.  Clone or download this repository to your local machine.\n    ```bash\n    git clone https://github.com/BasaiCorp/Razen-Studio.git\n    ```\n2.  Navigate to the project directory.\n3.  Open `index.html` in your preferred web browser.\n\n## Usage\n\n1.  **Opening the Editor:** Simply open `index.html` in a web browser.\n2.  **Creating Files:** Click the \"New File\" button in the sidebar.\n3.  **Editing Code:** Type your Razen Lang code into the editor area.\n4.  **Using Tools:** Utilize the buttons in the toolbar below the editor for common actions.\n5.  **Changing Themes:** Click the \"Dark\" or \"Light\" button in the toolbar to toggle themes.\n6.  **Accessing Settings:** Click the cog icon (`fa-cog`) in the sidebar or navigate to `settings.html` to view project information like GitHub links, version, changelogs, license, and about details.\n\n## Project Structure\n\n```\nRazen-Studio/\n├── Android/\n├── autocomplete.json\n├── dashboard.css\n├── dashboard.html\n├── dashboard.js\n├── filesystem.js\n├── index.html\n├── keywords.json\n├── LICENCE\n├── preview.css\n├── preview.html\n├── preview.js\n├── README.md\n├── Screenshot1.jpg\n├── Screenshot2.jpg\n├── Screenshot3.jpg\n├── Screenshot4.jpg\n├── script.js\n├── settings.css\n├── settings.html\n├── settings.js\n├── storage.js\n└── style.css\n```\n\n## Settings\n\nThe `settings.html` page provides information about the Razen Studio project:\n\n*   **GitHub:** Links to the repository, issues, and releases.\n*   **Version:** Displays the current version (Beta v1.2.0).\n*   **Changelogs:** Lists recent changes and updates.\n*   **License:** Shows the project's license (MIT).\n*   **About:** Provides a brief description and developer information.\n\nNavigation between these sections is handled via the sidebar within the settings page.\n\n## Built With\n\n*   **HTML5**\n*   **CSS3** (Variables for theming)\n*   **JavaScript** (Vanilla JS for core logic)\n*   **Monaco Editor (VSCode Engine)** - Code Editor Engine\n*   **[Font Awesome](https://fontawesome.com/)** - Icons\n*   **[Google Fonts](https://fonts.google.com/)** - Work Sans, JetBrains Mono\n*   **Java** (Used for Android App Logic)\n\n## Contributing\n\nContributions are welcome! Please feel free to submit issues or pull requests to the [GitHub repository](https://github.com/BasaiCorp/Razen-Studio).\n\n## Versioning\n\nWe use [SemVer](http://semver.org/) for versioning. For the versions available, see the [releases page](https://github.com/BasaiCorp/Razen-Studio/releases).\n\n## Authors\n\n*   **Prathmesh Barot** - *Initial work* - [BasaiCorp](https://github.com/BasaiCorp)\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENCE) file for details.\n\n## Acknowledgments\n\n*   Inspiration from other modern code editors.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbasaicorp%2Frazen-studio","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbasaicorp%2Frazen-studio","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbasaicorp%2Frazen-studio/lists"}