AI Developer
Code, APIs, SQL, debugging
- JSON FormatterFormat, validate, and optionally sort the keys of a JSON document. Use when the user pastes JSON and wants it prettified, validated, or normalized.pure
- Regex GeneratorGenerate a regular expression from a plain-English description, with an explanation and test examples. Use when the user describes a pattern they want to match.ai
- Vue GeneratorGenerate a Vue 3 single-file component from a plain-English description. Use when the user wants a Vue component built or scaffolded.ai
- React GeneratorGenerate a React function component from a plain-English description. Use when the user wants a React component built or scaffolded.ai
- Tailwind GeneratorGenerate a Tailwind-styled HTML markup snippet from a plain-English description of a UI element. Use when the user wants a card, button, form, hero section, or similar styled with Tailwind.ai
- SQL AssistantWrite or explain a SQL query from a plain-English request, optionally against a given schema. Use when the user needs help writing, fixing, or understanding SQL.ai
- API TesterSend a real HTTP request to a URL and show the response — status, headers, and body. Use when the user wants to test or debug an API endpoint.pure
- JSON Schema GeneratorGenerate a JSON Schema from an example JSON document or a plain-English description of the shape. Use when the user wants to validate or document a JSON structure.ai
- OpenAPI GeneratorGenerate an OpenAPI 3.1 specification from a plain-English description of an API's resources and endpoints. Use when the user wants to document or scaffold an API contract.ai
- Docker GeneratorGenerate a Dockerfile (and optionally docker-compose.yml) from a description of the app's stack. Use when the user wants to containerize an application.ai
- Git HelperTranslate a plain-English git situation into the exact commands to run, with an explanation. Use when the user describes a git problem or wants to know the right git command.ai
- Code ReviewReview a code snippet or diff and return structured findings with severity. Use when the user wants feedback on code correctness, style, or potential bugs.ai