Skip to main content

Blueprints

Blueprints are comprehensive project starters that include architecture decisions, requirements, and step-by-step build plans. They go beyond simple templates by defining not just code, but the entire project structure.

What's in a Blueprint

ComponentDescription
ArchitectureTechnology stack, folder structure, and design patterns
RequirementsPre-defined functional and non-functional requirements
Build StepsOrdered tasks for the AI agent to execute
ConfigurationPre-configured .chyper folder with guidelines and context
DependenciesRequired packages and tools

Using a Blueprint

From the Dashboard

  1. Click New Project
  2. Select From Blueprint
  3. Browse or search available blueprints
  4. Click Use Blueprint
  5. Customize the project name and settings
  6. The AI agent begins executing the build steps

From the Marketplace

Blueprints can also be found in the Marketplace. Community-published blueprints cover a wide range of application types.

Blueprint Categories

CategoryExamples
Web ApplicationNext.js SaaS, React dashboard, E-commerce store
APIREST API, GraphQL server, Microservices
MobileReact Native app, Expo starter
DataData pipeline, Analytics dashboard
AI/MLChatbot, RAG application, AI agent
DevOpsCI/CD pipeline, Infrastructure as Code

Customizing a Blueprint

After creating a project from a blueprint:

  1. Modify requirements — Add, remove, or edit requirements in the Requirements tab
  2. Adjust architecture — Update the CONTEXT.md file with your preferences
  3. Re-run build steps — Ask the AI agent to implement changes