# Code generation settings

CodeParrot is a Developer first platform. You can control the generated code. Open the settings panel by clicking on settings ⚙️ icon on CodeParrot panel.

Edit Settings
Edit Settings

It will open the settings panel

Settings Panel
Settings Panel

# Frameworks and Languages

Choose your frameworks and languages preferences.

Select Framework
Select Framework

# Frameworks

  • React
  • Flutter
  • React Native
  • Html
  • Vue
  • Angular
  • Svelte

# Languages

  • TypeScript
  • JavaScript
  • Dart

# Coding Standards

Coding Standards
Coding Standards

Specifying your coding standards helps generate better results like

  • how you prefer your styling
write css in separate files, don't use inline / use tailwind / use styled components etc
  • syntax preferences
use arrow functions components
  • how you prefer imports
use relative imports. Import svgs as React Components

You can specify as many rules as you like separated by new lines or commas(,)

# Global Files

Use this to reuse styling classes from your global files like global.css, tailwind.config etc. You can add files by clicking on the "+ Add File" button.

Global Files
Global Files