{"id":28254400,"url":"https://github.com/artslimedev/cookbook","last_synced_at":"2026-04-07T08:32:39.181Z","repository":{"id":289532292,"uuid":"971576880","full_name":"artslimedev/cookbook","owner":"artslimedev","description":"This is a cookbook recipe app built using Next.js, Typescript, and Supabase with Postgresql","archived":false,"fork":false,"pushed_at":"2025-05-12T18:08:24.000Z","size":3809,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-12T02:49:18.283Z","etag":null,"topics":["nextjs15","postgresql","relational-database","shadcn-ui","supabase","tailwindcss","typescript"],"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/artslimedev.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-04-23T18:23:46.000Z","updated_at":"2025-05-12T18:10:11.000Z","dependencies_parsed_at":"2025-07-17T11:57:50.393Z","dependency_job_id":null,"html_url":"https://github.com/artslimedev/cookbook","commit_stats":null,"previous_names":["artslimedev/cookbook"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/artslimedev/cookbook","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/artslimedev%2Fcookbook","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/artslimedev%2Fcookbook/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/artslimedev%2Fcookbook/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/artslimedev%2Fcookbook/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/artslimedev","download_url":"https://codeload.github.com/artslimedev/cookbook/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/artslimedev%2Fcookbook/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31506562,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-07T03:10:19.677Z","status":"ssl_error","status_checked_at":"2026-04-07T03:10:13.982Z","response_time":105,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["nextjs15","postgresql","relational-database","shadcn-ui","supabase","tailwindcss","typescript"],"created_at":"2025-05-19T19:19:42.779Z","updated_at":"2026-04-07T08:32:39.158Z","avatar_url":"https://github.com/artslimedev.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🍽️ Slime Cookbook\n\nCookbook is a modern, full-stack recipe app built with **Next.js**, **TypeScript**, **Tailwind CSS**, **Supabase**, **PostgreSQL**, and **ShadCN UI**. It’s designed to offer a beautiful, responsive interface for browsing, searching, and saving recipes.\n\n---\n\n## 📷 Screenshots\n\n![Recipe Page](public/images/screenshots/Recipe.png)\n\n---\n\n## ✨ Project Summary\n\nThe goal of Cookbook is to make exploring and managing recipes feel as delightful as cooking itself. Users will be able to:\n\n- 🔐 Sign up and log in securely\n- 🧾 Add, view, and edit their own recipes\n- 🔍 Search recipes by keyword or category\n- 🗂 Organize recipes using custom tags/categories\n- 📱 Access the app on web and (eventually) iOS\n\n---\n\n## 🚧 Current Status\n\nCurrently a web-only experience, the UI is being styled using Tailwind and ShadCN, and the structure for authentication and recipe storage via Supabase/PostgreSQL is in progress. The roadmap includes an iOS version using either **React Native** or **Flutter**, and eventual integration of **GoLang** for backend logic.\n\n---\n\n## 🔮 Planned Features\n\n- 🔐 User authentication via Supabase\n- 🧾 Add and edit personal recipes\n- 🔍 Full-text search\n- 🏷️ Filter by categories\n- 📚 Support for complex recipes (e.g., multi-part ingredients)\n- 📱 Native iOS app using React Native or Flutter (TBD)\n- 🧠 GoLang backend for optimized APIs (future)\n\n---\n\n## 🧰 Tech Stack \u0026 Why It’s Used\n\nHere's a quick breakdown of the technologies used and why they were chosen:\n\n### 🧑‍💻 TypeScript\n\nStrongly typed JavaScript helps catch bugs early, improves developer experience, and makes code easier to maintain as the project grows.\n\n### ⚛️ Next.js\n\nA powerful React framework for building fast, SEO-friendly web apps. Its file-based routing and support for server-side rendering (SSR) make it ideal for scalable content-based applications like a recipe app.\n\n### 🎨 Tailwind CSS\n\nUtility-first CSS framework that speeds up styling and keeps the codebase clean. It enables rapid UI development without constantly writing custom CSS classes.\n\n### 🧩 ShadCN/UI\n\nBeautifully designed components built on top of Tailwind CSS. They help create consistent, polished UI elements without starting from scratch.\n\n### 🐘 PostgreSQL\n\nA robust, relational database system that supports complex queries and relationships — perfect for managing structured recipe data (ingredients, steps, categories, etc.).\n\n### 🧃 Supabase\n\nAn open-source Firebase alternative. It handles authentication, database access, and real-time subscriptions out of the box, making it easy to spin up secure full-stack features fast.\n\n---\n\n## 🔍 What Makes This Setup Better\n\n- **Next.js App Router**: Enables modern layout composition, route-based loading, and colocation of logic with components.\n- **TypeScript** ensures fewer bugs and stronger collaboration through clearer contracts.\n- **Supabase** cuts down on boilerplate for auth, DB, and file storage — and it works seamlessly with PostgreSQL.\n- **Tailwind + ShadCN** means pixel-perfect design, fast iteration, and a professional look with minimal custom CSS.\n\n---\n\n## 🧪 Local Development\n\n```bash\n# 1. Clone the repo\ngit clone https://github.com/artslimedev/cookbook.git\ncd cookbook\n\n# 2. Install dependencies\nnpm install\n\n# 3. Create .env.local and add your Supabase credentials\nNEXT_PUBLIC_SUPABASE_URL=your-url\nNEXT_PUBLIC_SUPABASE_ANON_KEY=your-key\n\n# 4. Run the dev server\nnpm run dev\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fartslimedev%2Fcookbook","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fartslimedev%2Fcookbook","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fartslimedev%2Fcookbook/lists"}