{"id":19505584,"url":"https://github.com/bogdaaamn/remix-sky","last_synced_at":"2026-06-15T19:31:15.761Z","repository":{"id":232895501,"uuid":"626531736","full_name":"bogdaaamn/remix-sky","owner":"bogdaaamn","description":null,"archived":false,"fork":false,"pushed_at":"2023-04-11T16:49:26.000Z","size":132,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-25T22:15:12.296Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://remix-sky.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/bogdaaamn.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}},"created_at":"2023-04-11T16:49:18.000Z","updated_at":"2023-04-11T16:50:29.000Z","dependencies_parsed_at":"2024-04-12T05:26:24.147Z","dependency_job_id":"99e8eab6-6968-4c0e-a972-46b8f747c6ad","html_url":"https://github.com/bogdaaamn/remix-sky","commit_stats":null,"previous_names":["bogdaaamn/remix-sky"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/bogdaaamn/remix-sky","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bogdaaamn%2Fremix-sky","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bogdaaamn%2Fremix-sky/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bogdaaamn%2Fremix-sky/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bogdaaamn%2Fremix-sky/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bogdaaamn","download_url":"https://codeload.github.com/bogdaaamn/remix-sky/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bogdaaamn%2Fremix-sky/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34377872,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-15T02:00:07.085Z","response_time":63,"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":"2024-11-10T22:32:00.300Z","updated_at":"2026-06-15T19:31:15.744Z","avatar_url":"https://github.com/bogdaaamn.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Cosmocut – Send your short links to space\n\nAs space exploration advances, so does long clunky URLs that take up valuable space in your expensive cloud do. But you know your personal short links need to stay _personal_. Cosmocut can easily create and share short links for you.\n\nCosmocut generates short links that are easy to share, saving you time and space. Plus, Space algorithms ensure that your links stay safe and secure in your own personal cloud.\n\nBut that's not all - Cosmocut also offers personalized link tracking and analytics. See how many people are clicking on your links, where they're coming from, and even which times of day are most popular. Use this information to optimize your space content and stay ahead of the game.\n\nWhether you're a space enthusiast, developer, or student, Cosmocut is the ultimate tool for sharing and tracking space-related links. Install this on your Space and blast off into a new era of link sharing!\n\n## Deta Space\n\n[Deta Space](https://deta.space/developers) is a personal computer that lives in the cloud — a _personal cloud_. When you install an app, you get a personal copy. The data that app saves to your Space is for you: explore it, extend it, export it. Apps and data in your Space can easily integrate — powered by the personal cloud. Everything on the personal cloud is programmable.\n\nThis app is built using Space and Deta infrastructure. You can fork it, clone it, change it, deploy it, or just install it.\n\n\u003ca href=\"https://deta.space/discovery/r/aypymkqgcxdsmk2w\"\u003e\n  \u003cimg src=\"https://deta.space/buttons/dark.svg\" height=\"50\" /\u003e\n\u003c/a\u003e\n\n## Development\n\nThis app is developed using:\n\n- [Remix](https://remix.run/): framework to create modern, resilient apps\n- [tailwindcss](https://tailwindcss.com/) and [tailwindui](https://tailwindui.com/): utility-first CSS framework\n- [Deta Space](https://deta.space/docs/en/introduction/app-anatomy): deployment and authentication\n- [Deta Base](https://deta.space/docs/en/basics/data#base): database to store links and analytics\n\n### Local development\n\nFork it, clone it, run remix.\n\nFrom your terminal:\n\n```sh\nnpm run dev\n```\n\nThis starts your app in development mode, rebuilding assets on file changes.\n\nIn order to store data in the Base, you will need to set your Deta dev key in your `.env` file (copy `.env.example`):\n\n```\nDETA_PROJECT_KEY=\u003cput_your_project_key_here\u003e\n```\n\nLearn how to manage your Deta keys in [Developing with Base and Drive – Space Docs](https://deta.space/docs/en/basics/data#developing-with-base-and-drive).\n\n### Deployment\n\nIf you want to deploy a different version of this app on Deta Space, follow the [deployment docs](https://deta.space/docs/en/basics/revisions). Otherwise, just [install it](#deta-space).\n\nFirst, create your space project:\n\n```sh\nspace new\n```\n\nThen push to space:\n\n```sh\nspace push\n```\n\n## Install\n\nSee [Deta Space](#deta-space). Just press the button with no extra configuration.\n\n## License\n\nDistributed under the MIT License. See LICENSE for more information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbogdaaamn%2Fremix-sky","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbogdaaamn%2Fremix-sky","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbogdaaamn%2Fremix-sky/lists"}