ASPPY Prompt Builder

Generate a complete project prompt for AI coding agents

What is this?

This tool builds a structured JSON prompt that contains your project description together with every technical rule from the ASPPY readme. You paste the JSON output into a coding agent like OpenCode or Claude Code as your first message.

Why it works well: AI coding agents make most of their mistakes early, when they lack context about the framework. A single structured prompt front-loads the hard rules, path conventions, MVC structure, known pitfalls (like the VBScript subscript error), and your project requirements into one message. The agent reads everything before writing a single line of code, so it builds the correct file structure, uses the right include paths, and avoids the common errors from the start. No back-and-forth corrections, no wasted tokens.

Project Description

Describe what you want to build. Be specific about features, pages, and data.

App Name optional

CSS Framework

Application Language

Choose the language for all UI labels, buttons, messages, and content in the application.

English is always the default language. Select additional languages below.

Features

Additional Instructions optional

Anything else the agent should know: tone, specific libraries, special requirements.

Copied to clipboard