• Townie
    AI
  • Blog
  • Docs
  • Pricing
  • We’re hiring!
Log inSign up
shapedlines

shapedlines

carmy-mvp

Public
Like
carmy-mvp
Home
Code
5
backend
3
frontend
4
shared
1
README.md
H
main.ts
Branches
1
Pull requests
Remixes
History
Environment variables
Val Town is a collaborative website to build and scale JavaScript apps.
Deploy APIs, crons, & store data – all from the browser, and deployed in milliseconds.
Sign up now
Code
/
README.md
Code
/
README.md
Search
…
README.md

Carmy - Meal Planner, Recipe Manager & Nutrition Tracker

Carmy is a comprehensive meal planning application that helps users track their nutrition goals, manage recipes, and plan meals throughout the week.

Features

  • Daily Goals Tracking: Monitor nutritional goals including calories, protein, carbs, and fat
  • 7-Day Calendar: Weekly meal planning view anchored to the current week (Sunday start)
  • Recipe Management: Create, edit, view, and delete recipes with detailed ingredients
  • Nutrition Tracking: Track nutritional information for planned meals

Project Structure

β”œβ”€β”€ backend/
β”‚   β”œβ”€β”€ index.ts             # Main Hono server
β”‚   β”œβ”€β”€ database/
β”‚   β”‚   β”œβ”€β”€ migrations.ts    # Database schema
β”‚   β”‚   └── queries.ts       # Database queries
β”‚   └── routes/
β”‚       β”œβ”€β”€ goals.ts         # Nutrition goals API
β”‚       β”œβ”€β”€ meals.ts         # Meals API
β”‚       └── recipes.ts       # Recipes API
β”œβ”€β”€ frontend/
β”‚   β”œβ”€β”€ index.html           # Main HTML template
β”‚   β”œβ”€β”€ index.tsx            # React app entry point
β”‚   β”œβ”€β”€ components/
β”‚   β”‚   β”œβ”€β”€ App.tsx          # Main app component with navigation
β”‚   β”‚   β”œβ”€β”€ DailyGoals.tsx   # Daily goals section
β”‚   β”‚   β”œβ”€β”€ WeeklyCalendar.tsx # 7-day calendar
β”‚   β”‚   β”œβ”€β”€ RecipeManager.tsx # Recipe management container
β”‚   β”‚   β”œβ”€β”€ RecipeList.tsx   # Recipe list view
β”‚   β”‚   β”œβ”€β”€ RecipeForm.tsx   # Recipe creation/editing form
β”‚   β”‚   └── RecipeView.tsx   # Recipe detail view
β”‚   └── style.css            # Styles
└── shared/
    └── types.ts             # Shared TypeScript types

Recipe Management

Users can create and manage recipes with the following features:

  • Recipe Details: Name, serving size, and optional URL link
  • Ingredients: Each ingredient has:
    • Name (required)
    • Quantity (required, supports decimals)
    • Unit (required, e.g., "cups", "tablespoons", "grams")
    • Description (optional, e.g., "sifted", "chopped")

Navigation

The app features a tabbed interface:

  • Dashboard: Daily nutrition goals and weekly meal calendar
  • Recipes: Recipe management (list, create, edit, view, delete)

Getting Started

The application runs on a Hono backend with a React frontend. The main entry point is backend/index.ts.

FeaturesVersion controlCode intelligenceCLI
Use cases
TeamsAI agentsSlackGTM
DocsShowcaseTemplatesNewestTrendingAPI examplesNPM packages
PricingNewsletterBlogAboutCareers
We’re hiring!
Brandhi@val.townStatus
X (Twitter)
Discord community
GitHub discussions
YouTube channel
Bluesky
Open Source Pledge
Terms of usePrivacy policyAbuse contact
Β© 2025 Val Town, Inc.