vroqjs.com

08-recipes/00-overview.md

Recipes overview

Recipes overview

This section contains task-oriented recipes for common Vroq app work.

These docs are designed for fresh chats. They give step-by-step guidance for common tasks so ChatGPT can apply the house style and architecture rules consistently while working on real apps.

Main goals

Recipes should help ChatGPT:

  • create new apps correctly
  • add features without breaking structure
  • split files cleanly
  • add APIs and scripts consistently
  • debug and fix bugs without hacks
  • refactor code incrementally

Main rule

Use recipes to apply the standard Vroq patterns in practical situations.

Recipes are not a replacement for the other docs. They are the shortest path from a real task to a disciplined implementation.

What this section covers

This section documents how to:

  • create a new app
  • add a component
  • add a feature
  • add a section
  • add a BigTree API
  • fix a bug
  • refactor a large file
  • make code more reusable
  • split a feature cleanly

Read next

Read the recipe that matches the current task first, then read the linked structure/style docs if more detail is needed.