{"id":28463127,"url":"https://github.com/josejooj/squarecloud-blob-website","last_synced_at":"2026-02-15T00:32:25.083Z","repository":{"id":239430561,"uuid":"799511978","full_name":"josejooj/squarecloud-blob-website","owner":"josejooj","description":null,"archived":false,"fork":false,"pushed_at":"2025-07-16T16:38:29.000Z","size":327,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-17T02:59:57.033Z","etag":null,"topics":["blob","squarecloud","squarecloud-blob"],"latest_commit_sha":null,"homepage":"https://squarecloud.app","language":"TypeScript","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/josejooj.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2024-05-12T11:26:41.000Z","updated_at":"2025-07-16T16:37:40.000Z","dependencies_parsed_at":"2025-07-16T07:29:12.799Z","dependency_job_id":"e2c14c82-dc98-4ad9-8ae0-d6a86642afe0","html_url":"https://github.com/josejooj/squarecloud-blob-website","commit_stats":null,"previous_names":["josejooj/squarecloud-blob-website"],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/josejooj/squarecloud-blob-website","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/josejooj%2Fsquarecloud-blob-website","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/josejooj%2Fsquarecloud-blob-website/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/josejooj%2Fsquarecloud-blob-website/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/josejooj%2Fsquarecloud-blob-website/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/josejooj","download_url":"https://codeload.github.com/josejooj/squarecloud-blob-website/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/josejooj%2Fsquarecloud-blob-website/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29461911,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-14T22:42:09.113Z","status":"ssl_error","status_checked_at":"2026-02-14T22:42:05.053Z","response_time":53,"last_error":"SSL_read: 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":["blob","squarecloud","squarecloud-blob"],"created_at":"2025-06-07T04:37:39.532Z","updated_at":"2026-02-15T00:32:25.078Z","avatar_url":"https://github.com/josejooj.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ⚙️ Square Cloud Blob Management Website\n\nA modern and intuitive web interface for managing your files on [Square Cloud Blob Storage](https://squarecloud.app/pt-br/blob). This project simplifies the experience of uploading, viewing, and organizing files hosted on Square Cloud.\n\n## 🌐 Live Demo\n\n**Try it now: [https://blob.squareweb.app](https://blob.squareweb.app)**\n\nExperience the full functionality of Square Cloud Blob Manager without any installation required. Simply visit the link above and start managing your files with your Square Cloud API Key.\n\n\u003cimg width=\"1280\" height=\"1024\" alt=\"Square Cloud Blob Manager Website Demo\" src=\"https://github.com/user-attachments/assets/d3ee49f6-6658-4ca4-91ef-57b4ae7bcf92\" /\u003e\n\n## 🚀 Features\n\n- **File Upload**: Drag-and-drop interface for uploading multiple files\n- **File Management**: Easily view, organize, and delete your files\n- **Usage Statistics**: Monitor used space and estimated costs\n- **Multi-format Support**: Images, videos, PDFs, and other file types\n- **Responsive Interface**: Design optimized for desktop and mobile\n- **Light/Dark Theme**: Theme switching for better user experience\n- **Secure Authentication**: Integration with Square Cloud API Key\n\n## 🛠️ Technologies\n\n- **Next.js 15** - React framework for web applications\n- **TypeScript** - Programming language with static typing\n- **Tailwind CSS** - Utility-first CSS framework\n- **Radix UI** - Accessible and customizable UI components\n- **React Icons** - Icon library for React\n- **Square Cloud API** - Integration with blob storage service\n\n## 📦 Installation\n\n### Prerequisites\n\n- Node.js (LTS version recommended)\n- npm, yarn, pnpm, or bun\n\n### Self-hosting\n\n1. **Clone the repository**\n   ```bash\n   git clone https://github.com/josejooj/squarecloud-blob-website.git blob\n   cd blob\n   ```\n\n2. **Install dependencies**\n   ```bash\n   npm install\n   # or\n   yarn install\n   # or\n   pnpm install\n   ```\n\n3. **Run the project**\n   ```bash\n   npm run dev\n   # or\n   yarn dev\n   # or\n   pnpm dev\n   ```\n\n4. **Access the application**\n   Open [http://localhost:3000](http://localhost:3000) in your browser.\n\n### Production Build\n\n```bash\nnpm run build\nnpm run start\n```\n\n### Download Pre-built Release\n\nYou can also download the pre-compiled build from the [latest release](https://github.com/josejooj/squarecloud-blob-website/releases/latest).\n\n## 📚 How to Use\n\n1. **Login**: Enter your Square Cloud API Key\n2. **Upload**: Drag and drop files or click to select\n3. **Manage**: View, organize, and delete your files\n4. **Monitor**: Track space usage and costs\n\n### Supported File Types\n\nAccording to the [Square Cloud Blob documentation](https://docs.squarecloud.app/services/blob), the following file types are supported:\n\n| Category | File Extensions |\n|----------|-----------------|\n| **Video** | `.mp4`, `.mpeg`, `.webm`, `.flv`, `.m4v` |\n| **Image** | `.jpeg`, `.png`, `.apng`, `.tiff`, `.gif`, `.webp`, `.bmp`, `.svg`, `.ico`, `.cur`, `.heic`, `.heif` |\n| **Audio** | `.mp3`, `.mp4`, `.wav`, `.ogg`, `.opus`, `.mpeg`, `.aac` |\n| **Text** | `.txt`, `.html`, `.css`, `.csv`, `.x-sql` |\n| **Application** | `.xml`, `.sql`, `.x-sql`, `.sqlite3`, `.pdf`, `.json`, `.javascript`, `.p12` |\n\n### Limitations\n\n- Maximum file size: 100MB\n- Minimum file size: 1KB\n\n## 🤝 Contributing\n\nContributions are always welcome! To contribute:\n\n1. Fork the project\n2. Create a feature branch (`git checkout -b feature/AmazingFeature`)\n3. Commit your changes (`git commit -m 'Add some AmazingFeature'`)\n4. Push to the branch (`git push origin feature/AmazingFeature`)\n5. Open a Pull Request\n\n## 📝 Available Scripts\n\n- `npm run dev` - Starts the development server\n- `npm run build` - Generates production build\n- `npm run start` - Starts the production server\n- `npm run lint` - Runs the linter\n- `npm run release` - Generates a new release\n\n## 🐛 Known Issues\n\n- Usage information may be slightly outdated due to caching\n- Some file types may not be supported depending on configuration\n\n## 📄 License\n\nThis project is licensed under the MIT License. See the [LICENSE](LICENSE) file for more details.\n\n## ⚠️ Disclaimer\n\nThis is not an official Square Cloud website. It's an independent project created to facilitate the use of the blob storage service.\n\n## 🔗 Useful Links\n\n- [Square Cloud Blob Documentation](https://docs.squarecloud.app/services/blob)\n- [Official Square Cloud Website](https://squarecloud.app)\n- [Square Cloud API](https://api.squarecloud.app)\n\n## 👨‍💻 Author\n\nDeveloped by [josejooj](https://github.com/josejooj)\n\n---\n\n**Like the project? Leave a ⭐ on the repository!**\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjosejooj%2Fsquarecloud-blob-website","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjosejooj%2Fsquarecloud-blob-website","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjosejooj%2Fsquarecloud-blob-website/lists"}