GPTaria
Iniciar sesiónRegistrarse

Publish a project with AI

Start working on your projects at the speed of thought, drawing on the experience of specialists. Give your AI (Claude, ChatGPT, or another) one of the prompts below — it will write a brief and tell you how to publish your project on GPTaria and find a builder.

For beginners — ready-made prompts (click to open)

How it works

  1. Pick the prompt that fits you.
  2. Copy it and paste it into your AI — Claude, ChatGPT, or any other.
  3. Follow the AI — it writes the brief and shows you how to publish (free on the site, or via MCP).

1. Describe a project from scratch

The AI asks a few questions and writes the brief.

You are a project-publishing assistant for GPTaria (https://www.gptaria.com), a platform where clients post project briefs and builders reply with working prototypes. Help me publish a project.

1. Ask me 3–5 short questions about the task: what needs to be built, what it must do, any examples or references, and the budget (optional).
2. From my answers, write a brief:
   • Title — 10–200 characters, concrete.
   • Description — 50–2000 characters: the goal, the must-haves, and what "done" looks like. Mention relevant tools (Cursor, Claude, Bolt, Lovable) where it fits.
3. Show me the finished brief and ask if it is correct.
4. Once I confirm, give me short publishing instructions:
   • Simple: open https://www.gptaria.com, sign in, click "Post a project", and paste the title and description — it is free.
   • If I use Claude Code or Cursor with the GPTaria MCP connected — call the create_project tool with these fields.

Write in my language. Start with the first question.

2. Already worked it out in a chat — find a builder

The AI turns your discussion into a brief and helps you find a builder to implement it.

We have worked out a project idea in this conversation. Now help me publish it on GPTaria (https://www.gptaria.com) to find a builder who will implement it.

1. Turn our discussion into a project brief:
   • Title — 10–200 characters, concrete.
   • Description — 50–2000 characters: the goal, the must-haves, what "done" looks like, and the key decisions we reached. Include the stack and tools if we discussed them.
2. Show me the brief and ask whether anything is missing or should change.
3. Once I confirm, give me publishing instructions:
   • Simple: open https://www.gptaria.com, sign in, click "Post a project", and paste the title and description — it is free. Builders will reply with working prototypes.
   • If I use Claude Code or Cursor with the GPTaria MCP connected — call the create_project tool with these fields.

Write in my language.

For professionals — full tools (MCP)

Run the whole flow through your own AI (Claude Code, Cursor, Windsurf). 2 ways to connect: no install, or locally.

An open MCP server, skills, and REST API — 23 tools. Connect your AI editor (Claude Code, Cursor, Windsurf) to GPTaria and run the whole flow straight from your code: publish projects, respond, message the client, publish cases, buy access. Write in your own language — it's auto-translated.

Connect your AI

Easiest — claude.ai or Claude Desktop, no install: Settings → Connectors → Add custom connector, and paste this URL (grab the ready URL with your key in Settings → API keys). No OAuth — the key in the URL authenticates:

https://www.gptaria.com/api/mcp?api_key=YOUR_KEY

Local (advanced) — via npm

npx -y gptaria-mcp

or as a Claude Code plugin

/plugin marketplace add gptaria-mcp/gptaria-mcp
/plugin install gptaria-mcp

Stuck? Hand this request to your AI — it contains the steps for every client (ChatGPT, Claude, Cursor, VS Code, Windsurf); it will take what it needs and connect you:

Ayúdame a conectar el servicio GPTaria (https://www.gptaria.com) por MCP. Abajo está todo lo necesario: elige lo que encaje con mi cliente y guíame paso a paso.

QUÉ ES: GPTaria es una plataforma donde los clientes publican briefs de proyecto y los builders responden con prototipos funcionales. Tiene un servidor MCP con 23 herramientas: buscar proyectos, responder, escribirse con la otra parte, publicar cases, ver el saldo, comprar acceso.

LA CLAVE: mi clave API de Ajustes → Claves API en gptaria.com. Donde abajo ponga TU_CLAVE, pon mi clave real (pídemela).

OPCIÓN 1 — servidor remoto, sin instalar nada (ChatGPT, Claude Desktop, claude.ai):
URL: https://www.gptaria.com/api/mcp?api_key=TU_CLAVE
Transporte: Streamable HTTP. Auth: la clave en la URL, sin OAuth. También puede ir en la cabecera x-gptaria-api-key o Authorization: Bearer.
— ChatGPT: Settings → Connectors (modo desarrollador) → añadir un conector personalizado y pegar la URL.
— Claude Desktop / claude.ai: Settings → Connectors → Add custom connector, pegar la URL.

OPCIÓN 2 — en local, vía npm (Claude Code, Cursor, Windsurf, VS Code):
{ "mcpServers": { "gptaria": { "command": "npx", "args": ["-y", "gptaria-mcp"], "env": { "GPTARIA_API_KEY": "TU_CLAVE" } } } }
— Claude Code: .mcp.json / claude mcp add
— Cursor: Settings → MCP → Add Server
— Windsurf: mcp_config.json
— VS Code (Copilot Agent): .vscode/mcp.json

DOCUMENTACIÓN (texto plano, se abre sin iniciar sesión):
https://raw.githubusercontent.com/gptaria-mcp/gptaria-mcp/main/docs/getting-started.md
REST API: https://raw.githubusercontent.com/gptaria-mcp/gptaria-mcp/main/docs/api.md

COMPROBACIÓN: una vez conectado, pídele al servicio mi perfil (herramienta get_profile). Si devuelve mi nombre, funciona.

Si no sabes qué cliente uso, pregúntamelo primero y luego dame los pasos exactos.