GPTaria
ConnexionS’inscrire

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:

Aide-moi à connecter le service GPTaria (https://www.gptaria.com) via MCP. Tout le nécessaire est ci-dessous — choisis ce qui correspond à mon client et guide-moi pas à pas.

CE QUE C'EST : GPTaria est une plateforme où les clients publient des briefs de projet et où les builders répondent avec des prototypes fonctionnels. Elle a un serveur MCP avec 23 outils : trouver des projets, répondre, échanger des messages, publier des cases, voir le solde, acheter un accès.

LA CLÉ : ma clé API depuis Réglages → Clés API sur gptaria.com. Partout où tu vois VOTRE_CLÉ ci-dessous, mets ma vraie clé (demande-la-moi).

OPTION 1 — serveur distant, sans installation (ChatGPT, Claude Desktop, claude.ai) :
URL: https://www.gptaria.com/api/mcp?api_key=VOTRE_CLÉ
Transport : Streamable HTTP. Auth : la clé dans l'URL — pas d'OAuth. Elle peut aussi passer en en-tête x-gptaria-api-key ou Authorization: Bearer.
— ChatGPT : Settings → Connectors (mode développeur) → ajouter un connecteur personnalisé, coller l'URL.
— Claude Desktop / claude.ai : Settings → Connectors → Add custom connector, coller l'URL.

OPTION 2 — en local, via npm (Claude Code, Cursor, Windsurf, VS Code) :
{ "mcpServers": { "gptaria": { "command": "npx", "args": ["-y", "gptaria-mcp"], "env": { "GPTARIA_API_KEY": "VOTRE_CLÉ" } } } }
— Claude Code: .mcp.json / claude mcp add
— Cursor: Settings → MCP → Add Server
— Windsurf: mcp_config.json
— VS Code (Copilot Agent): .vscode/mcp.json

DOCUMENTATION (texte brut, sans connexion) :
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

VÉRIFICATION : une fois connecté, demande mon profil au service (outil get_profile). S'il renvoie mon nom, ça marche.

Si tu ne sais pas quel client j'utilise, demande-le-moi d'abord, puis donne les étapes exactes.