# Save.Cooking > A recipe organization platform for home cooks to save, organize, and share recipes. ## About Save.Cooking helps home cooks organize their recipe collections. Users can: - Save and organize recipes from anywhere - Build collections and tag recipes - Create meal plans and shopping lists - Share recipes with friends and family - Import recipes from MasterCook and other formats ## Markdown Support This site provides machine-readable Markdown versions of recipe pages for AI systems. ### URL Pattern Append `.md` to any public recipe URL to get the Markdown version: - HTML: https://save.cooking/@username/recipe-slug - Markdown: https://save.cooking/@username/recipe-slug.md ### Discovery Recipe pages include a `` tag pointing to the Markdown version. ### Content Format Markdown recipes include: - YAML frontmatter with structured metadata (title, author, times, servings, tags) - Full ingredient lists with groupings - Step-by-step instructions - Source attribution when available ## Public Content - Public recipes: https://save.cooking/recipes/public - Public meal plans: https://save.cooking/meal-plans/public - Featured recipes: https://save.cooking/api/v1/recipes/featured (JSON API) - Sitemap: https://save.cooking/sitemap.xml ## RSS Feeds - Recipes RSS: https://save.cooking/feed/recipes - Meal Plans RSS: https://save.cooking/feed/meal-plans ## API The site provides a JSON API for programmatic access. Public endpoints: - GET /api/v1/recipes/public - List public recipes - GET /api/v1/recipes/featured - Random featured recipes with images - GET /api/v1/recipes/by-author/{username}/{slug} - Get recipe by author and slug ## Contact Website: https://save.cooking