No description
  • TypeScript 97.1%
  • CSS 0.9%
  • Dockerfile 0.8%
  • Python 0.7%
  • JavaScript 0.3%
  • Other 0.2%
Find a file
Ricky Chittaphone caca1588f2
All checks were successful
Build & Deploy / build-and-deploy (push) Successful in 48s
fix: Recipe ingredient export to grocery tweak
2026-07-17 20:02:56 -04:00
.claude feat: implement core trip management system including collaboration, authentication, and real-time features 2026-07-06 22:31:45 -04:00
.forgejo/workflows feat: implement recipe import pipeline with sidecar scraper, Ollama extraction, and ingredient parsing logic 2026-07-10 22:54:01 -04:00
deploy feat: implement recipe import pipeline with sidecar scraper, Ollama extraction, and ingredient parsing logic 2026-07-10 22:54:01 -04:00
prisma feat: implement real-time chat functionality with pinning, read receipts, and typing indicators 2026-07-10 21:10:32 -04:00
public feat: implement middleware proxy to enforce cache-control headers on authenticated routes and configure PWA service worker with NetworkOnly strategy for dynamic content. 2026-07-11 11:10:58 -04:00
services/recipe-scraper feat: implement recipe import pipeline with sidecar scraper, Ollama extraction, and ingredient parsing logic 2026-07-10 22:54:01 -04:00
src fix: Recipe ingredient export to grocery tweak 2026-07-17 20:02:56 -04:00
worker feat: add push notifications and user mentions to chat functionality 2026-07-07 21:55:13 -04:00
.dockerignore feat: add production Docker support with Forgejo CI/CD deployment pipeline 2026-07-07 22:13:23 -04:00
.gitignore feat: implement robust cache-busting headers for authenticated routes, add authorization guard for trip access, and exclude user uploads from PWA precaching. 2026-07-11 11:11:07 -04:00
components.json M0: Scaffold project structure, dependencies, and database 2026-07-06 18:21:32 -04:00
docker-entrypoint.sh fix: remove --skip-generate flag from prisma db push to ensure generated assets are included 2026-07-08 18:19:36 -04:00
Dockerfile feat: raising file size limit and added resend emailing 2026-07-08 18:14:48 -04:00
eslint.config.mjs feat: implement core trip management system including collaboration, authentication, and real-time features 2026-07-06 22:31:45 -04:00
next.config.ts feat: implement robust cache-busting headers for authenticated routes, add authorization guard for trip access, and exclude user uploads from PWA precaching. 2026-07-11 11:11:07 -04:00
package.json feat: raising file size limit and added resend emailing 2026-07-08 18:14:48 -04:00
pnpm-lock.yaml feat: raising file size limit and added resend emailing 2026-07-08 18:14:48 -04:00
pnpm-workspace.yaml M0: Scaffold project structure, dependencies, and database 2026-07-06 18:21:32 -04:00
postcss.config.mjs M0: Scaffold project structure, dependencies, and database 2026-07-06 18:21:32 -04:00
prisma.config.ts M1: Implement Credentials + Google Sign-In and Trip CRUD actions 2026-07-06 18:58:09 -04:00
README.md M0: Scaffold project structure, dependencies, and database 2026-07-06 18:21:32 -04:00
tsconfig.json M0: Scaffold project structure, dependencies, and database 2026-07-06 18:21:32 -04:00
vitest.config.ts feat: add push notifications and user mentions to chat functionality 2026-07-07 21:55:13 -04:00

This is a Next.js project bootstrapped with create-next-app.

Getting Started

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.

This project uses next/font to automatically optimize and load Geist, a new font family for Vercel.

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.