{"id":27387117,"url":"https://github.com/bxt/moodboardr","last_synced_at":"2026-04-29T01:02:43.180Z","repository":{"id":143028769,"uuid":"431802954","full_name":"bxt/moodboardr","owner":"bxt","description":"An app to manage colors, color boards and patterns, built with Remix","archived":false,"fork":false,"pushed_at":"2022-05-02T14:17:00.000Z","size":350,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-06-13T11:56:31.729Z","etag":null,"topics":["prisma","react","reactjs","remix","remix-run"],"latest_commit_sha":null,"homepage":"","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/bxt.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":"2021-11-25T10:26:24.000Z","updated_at":"2023-07-04T09:19:14.000Z","dependencies_parsed_at":"2023-04-19T17:01:06.142Z","dependency_job_id":null,"html_url":"https://github.com/bxt/moodboardr","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/bxt/moodboardr","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bxt%2Fmoodboardr","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bxt%2Fmoodboardr/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bxt%2Fmoodboardr/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bxt%2Fmoodboardr/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bxt","download_url":"https://codeload.github.com/bxt/moodboardr/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bxt%2Fmoodboardr/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32405904,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-28T19:38:08.556Z","status":"ssl_error","status_checked_at":"2026-04-28T19:37:55.688Z","response_time":56,"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":["prisma","react","reactjs","remix","remix-run"],"created_at":"2025-04-13T17:53:33.935Z","updated_at":"2026-04-29T01:02:43.169Z","avatar_url":"https://github.com/bxt.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Welcome to moodboardr!\n\nThis is an app to manage colors, color boards and patterns. It is build using [Remix](https://remix.run/docs) as a framework for making React do its thing and [Prisma](https://www.prisma.io/docs/reference) for managing an SQLite database. Here' a [GIF showing how the app looks like](https://user-images.githubusercontent.com/639509/143580369-e83ff32b-375c-4954-a454-4d87d28a04e4.gif).\n\n**Heads up:** I'm using this app to learn about Remix, so don't expect any production quality code here.\n\n## Development\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\nTo initialize the database use:\n\n```sh\ntouch .env\nnpx prisma db push\nnode --require esbuild-register prisma/seed.ts\n```\n\nTo see the contents of the database use `npx prisma studio`. You can remove the `prisma/dev.db` file at any time to start over.\n\nIf you do not have eslint running in your editor, you should run it manually from time to time:\n\n```sh\nnpm run format\n```\n\n\u003cdetails\u003e\n\n\u003csummary\u003eDeployment (coming soon)\u003c/summary\u003e\n\n## Deployment\n\nFirst, build your app for production:\n\n```sh\nnpm run build\n```\n\nThen run the app in production mode:\n\n```sh\nnpm start\n```\n\nNow you'll need to pick a host to deploy it to.\n\n### DIY\n\nIf you're familiar with deploying node applications, the built-in Remix app server is production-ready.\n\nMake sure to deploy the output of `remix build`\n\n- `build/`\n- `public/build/`\n\n### Using a Template\n\nWhen you ran `npx create-remix@latest` there were a few choices for hosting. You can run that again to create a new project, then copy over your `app/` folder to the new project that's pre-configured for your target server.\n\n```sh\ncd ..\n# create a new project, and pick a pre-configured host\nnpx create-remix@latest\ncd my-new-remix-app\n# remove the new project's app (not the old one!)\nrm -rf app\n# copy your app over\ncp -R ../my-old-remix-app/app app\n```\n\n\u003c/details\u003e\n\n## Thank you\n\nSpecial thanks to [New Work SE](https://www.new-work.se/) for sponsoring the Hackweek which I used to work on this project. If you have any interest in improving your working life I'd suggest you check out their product [XING](https://www.xing.com/).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbxt%2Fmoodboardr","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbxt%2Fmoodboardr","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbxt%2Fmoodboardr/lists"}