{"id":46599139,"url":"https://github.com/dacrab/mise","last_synced_at":"2026-03-07T15:37:35.434Z","repository":{"id":329317667,"uuid":"1119083635","full_name":"dacrab/mise","owner":"dacrab","description":"A premium full-stack recipe platform built with Astro 5, React, and Cloudflare. Features social interactions, R2 media storage, and high-performance hybrid rendering.","archived":false,"fork":false,"pushed_at":"2026-03-02T21:07:13.000Z","size":1164,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-03-02T23:28:41.603Z","etag":null,"topics":["astro","better-auth","cloudflare-pages","drizzle-orm","fullstack","neon-postgres","react","recipe-blog","tailwindcss","view-transitions"],"latest_commit_sha":null,"homepage":"https://mise-steel.vercel.app","language":"Astro","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/dacrab.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-12-18T18:03:55.000Z","updated_at":"2026-03-02T21:07:09.000Z","dependencies_parsed_at":"2026-03-02T22:02:44.886Z","dependency_job_id":null,"html_url":"https://github.com/dacrab/mise","commit_stats":null,"previous_names":["dacrab/recipeswap-v2","dacrab/mise"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dacrab/mise","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dacrab%2Fmise","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dacrab%2Fmise/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dacrab%2Fmise/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dacrab%2Fmise/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dacrab","download_url":"https://codeload.github.com/dacrab/mise/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dacrab%2Fmise/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30219683,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-07T14:02:48.375Z","status":"ssl_error","status_checked_at":"2026-03-07T14:02:43.192Z","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":["astro","better-auth","cloudflare-pages","drizzle-orm","fullstack","neon-postgres","react","recipe-blog","tailwindcss","view-transitions"],"created_at":"2026-03-07T15:37:34.729Z","updated_at":"2026-03-07T15:37:35.268Z","avatar_url":"https://github.com/dacrab.png","language":"Astro","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Mise 🍳\n\n\u003e *From \"mise en place\" — the chef's practice of preparing everything before cooking.*\n\nA modern recipe sharing platform built with Astro 5, React, and Cloudflare. Share your culinary creations with the world.\n\n**This is a complete rewrite of [RecipeSwap](https://github.com/dacrab/RecipeSwap)**, my original HTML/CSS/JS school project, now rebuilt as a full-stack application.\n\n## Tech Stack\n\n- **Framework:** [Astro 5](https://astro.build/) with React islands\n- **Database:** [Neon](https://neon.tech/) (Serverless Postgres) + [Drizzle ORM](https://orm.drizzle.team/)\n- **Auth:** [Better Auth](https://better-auth.com/) (Google OAuth + Email/Password)\n- **Storage:** [Cloudflare R2](https://www.cloudflare.com/developer-platform/r2/)\n- **Deployment:** [Cloudflare Pages](https://pages.cloudflare.com/)\n- **Styling:** [Tailwind CSS](https://tailwindcss.com/)\n\n## Features\n\n- Recipe CRUD with image uploads\n- Social interactions (likes, bookmarks, comments)\n- Chef profiles and dashboards\n- Category filtering and search\n- Optimistic UI updates\n\n## Quick Start\n\n```bash\n# Install dependencies\nbun install\n\n# Setup environment\ncp .env.example .env\n# Then edit .env with your credentials\n\n# Setup database\nbun run db:push\n\n# Run dev server\nbun dev\n```\n\n## Environment Variables\n\n```bash\n# Database (Neon Postgres)\nDATABASE_URL=\"postgresql://...\"\n\n# Auth (Better Auth)\nBETTER_AUTH_SECRET=\"openssl rand -base64 32\"\nBETTER_AUTH_URL=\"http://localhost:4321\"\n\n# OAuth (Google) - optional, for social login\nGOOGLE_CLIENT_ID=\"\"\nGOOGLE_CLIENT_SECRET=\"\"\n\n# Storage (Cloudflare R2) - for image uploads\nCLOUDFLARE_ACCOUNT_ID=\"\"\nCLOUDFLARE_ACCESS_KEY_ID=\"\"\nCLOUDFLARE_SECRET_ACCESS_KEY=\"\"\nR2_BUCKET_NAME=\"\"\nPUBLIC_R2_DOMAIN=\"\"\n```\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdacrab%2Fmise","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdacrab%2Fmise","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdacrab%2Fmise/lists"}