GPTaria
AnmeldenRegistrieren

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:

Hilf mir, den Dienst GPTaria (https://www.gptaria.com) per MCP zu verbinden. Unten steht alles Nötige — wähle aus, was zu meinem Client passt, und führe mich Schritt für Schritt durch.

WAS ES IST: GPTaria ist eine Plattform, auf der Kunden Projekt-Briefings veröffentlichen und Builder mit funktionierenden Prototypen antworten. Sie hat einen MCP-Server mit 23 Tools: Projekte finden, antworten, mit der Gegenseite schreiben, Cases veröffentlichen, Guthaben prüfen, Zugang kaufen.

DER SCHLÜSSEL: mein API-Key aus Einstellungen → API-Keys auf gptaria.com. Überall, wo unten DEIN_SCHLÜSSEL steht, setze meinen echten Schlüssel ein (frag mich danach).

OPTION 1 — Remote-Server, ohne Installation (ChatGPT, Claude Desktop, claude.ai):
URL: https://www.gptaria.com/api/mcp?api_key=DEIN_SCHLÜSSEL
Transport: Streamable HTTP. Auth: der Schlüssel in der URL — kein OAuth. Er kann auch als Header x-gptaria-api-key oder Authorization: Bearer mitgehen.
— ChatGPT: Settings → Connectors (Entwicklermodus) → Custom Connector hinzufügen, URL einfügen.
— Claude Desktop / claude.ai: Settings → Connectors → Add custom connector, URL einfügen.

OPTION 2 — lokal, über npm (Claude Code, Cursor, Windsurf, VS Code):
{ "mcpServers": { "gptaria": { "command": "npx", "args": ["-y", "gptaria-mcp"], "env": { "GPTARIA_API_KEY": "DEIN_SCHLÜSSEL" } } } }
— Claude Code: .mcp.json / claude mcp add
— Cursor: Settings → MCP → Add Server
— Windsurf: mcp_config.json
— VS Code (Copilot Agent): .vscode/mcp.json

DOKUMENTATION (reiner Text, ohne 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

PRÜFUNG: nach dem Verbinden frag den Dienst nach meinem Profil (Tool get_profile). Kommt mein Name zurück, funktioniert es.

Wenn du nicht weißt, welchen Client ich habe, frag mich zuerst und gib dann exakte Schritte.