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:
Help me de dienst GPTaria (https://www.gptaria.com) via MCP te verbinden. Hieronder staat alles wat nodig is — kies wat bij mijn client past en loop het stap voor stap met me door.
WAT HET IS: GPTaria is een platform waar klanten projectbriefings plaatsen en builders antwoorden met werkende prototypes. Het heeft een MCP-server met 23 tools: projecten vinden, reageren, berichten met de andere partij, cases publiceren, saldo bekijken, toegang kopen.
DE SLEUTEL: mijn API-sleutel uit Instellingen → API-sleutels op gptaria.com. Overal waar hieronder JOUW_SLEUTEL staat, zet je mijn echte sleutel (vraag hem aan mij).
OPTIE 1 — remote server, zonder installatie (ChatGPT, Claude Desktop, claude.ai):
URL: https://www.gptaria.com/api/mcp?api_key=JOUW_SLEUTEL
Transport: Streamable HTTP. Auth: de sleutel in de URL — geen OAuth. Hij kan ook mee als header x-gptaria-api-key of Authorization: Bearer.
— ChatGPT: Settings → Connectors (ontwikkelaarsmodus) → voeg een custom connector toe, plak de URL.
— Claude Desktop / claude.ai: Settings → Connectors → Add custom connector, plak de URL.
OPTIE 2 — lokaal, via npm (Claude Code, Cursor, Windsurf, VS Code):
{ "mcpServers": { "gptaria": { "command": "npx", "args": ["-y", "gptaria-mcp"], "env": { "GPTARIA_API_KEY": "JOUW_SLEUTEL" } } } }
— Claude Code: .mcp.json / claude mcp add
— Cursor: Settings → MCP → Add Server
— Windsurf: mcp_config.json
— VS Code (Copilot Agent): .vscode/mcp.json
DOCUMENTATIE (platte tekst, opent zonder inloggen):
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
CONTROLE: vraag na het verbinden mijn profiel op bij de dienst (tool get_profile). Komt mijn naam terug, dan werkt het.
Weet je niet welke client ik gebruik, vraag het me dan eerst en geef daarna de exacte stappen.