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
- Pick the prompt that fits you.
- Copy it and paste it into your AI — Claude, ChatGPT, or any other.
- 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:
Aiutami a collegare il servizio GPTaria (https://www.gptaria.com) tramite MCP. Qui sotto c'è tutto il necessario: scegli ciò che si adatta al mio client e guidami passo passo.
COS'È: GPTaria è una piattaforma dove i clienti pubblicano brief di progetto e i builder rispondono con prototipi funzionanti. Ha un server MCP con 23 strumenti: trovare progetti, rispondere, scriversi con l'altra parte, pubblicare case, vedere il saldo, comprare accesso.
LA CHIAVE: la mia chiave API da Impostazioni → Chiavi API su gptaria.com. Ovunque sotto ci sia LA_TUA_CHIAVE, metti la mia chiave vera (chiedimela).
OPZIONE 1 — server remoto, senza installare nulla (ChatGPT, Claude Desktop, claude.ai):
URL: https://www.gptaria.com/api/mcp?api_key=LA_TUA_CHIAVE
Trasporto: Streamable HTTP. Auth: la chiave nell'URL, niente OAuth. Può anche andare nell'header x-gptaria-api-key o Authorization: Bearer.
— ChatGPT: Settings → Connectors (modalità sviluppatore) → aggiungi un connettore personalizzato, incolla l'URL.
— Claude Desktop / claude.ai: Settings → Connectors → Add custom connector, incolla l'URL.
OPZIONE 2 — in locale, via npm (Claude Code, Cursor, Windsurf, VS Code):
{ "mcpServers": { "gptaria": { "command": "npx", "args": ["-y", "gptaria-mcp"], "env": { "GPTARIA_API_KEY": "LA_TUA_CHIAVE" } } } }
— Claude Code: .mcp.json / claude mcp add
— Cursor: Settings → MCP → Add Server
— Windsurf: mcp_config.json
— VS Code (Copilot Agent): .vscode/mcp.json
DOCUMENTAZIONE (testo semplice, si apre senza login):
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
VERIFICA: una volta collegato, chiedi al servizio il mio profilo (strumento get_profile). Se torna il mio nome, funziona.
Se non sai quale client uso, chiedimelo prima e poi dammi i passaggi esatti.