ProAppStore Premium Web Apps

Start building in 60 seconds

Two commands. You get a database, auth, file storage, maps, and hosting. All automatic.

Terminal

That's it. Your app is live.

Database provisioned. Auth configured. File storage ready. Maps available. Auto-deploy on every git push.

Now use any AI tool to build

Your project already has a CLAUDE.md pointing to the platform guide. Open any AI tool and start describing what you want.

Claude Code
my-app $ claude
Claude reads CLAUDE.md automatically.
It knows the SDK, database API, hooks, design system.
> Build an event planner. Store events in the database.
Show events on a map. Let users RSVP. Add live chat.
Cursor
1. Open the project folder in Cursor
2. Create .cursorrules in the root with one line:
See https://proappstore.online/skills.md for platform conventions.
3. Open Composer (Cmd+I) and describe what you want to build.
Codex CLI (OpenAI)
my-app $ codex
Create AGENTS.md in the root with one line:
See https://proappstore.online/skills.md for platform conventions.
> Build a project tracker with tasks, deadlines, and file attachments.
GitHub Copilot
1. Open the project in VS Code with Copilot
2. Create .github/copilot-instructions.md with one line:
See https://proappstore.online/skills.md for platform conventions.
3. Open Copilot Chat and describe your app.
Windsurf / Cline / Zed / Continue / Aider / Any tool
Add this one line to your tool's instruction file:
See https://proappstore.online/skills.md for platform conventions.
.windsurfrules — Windsurf
.continuerules — Continue
CONVENTIONS.md — Aider
Custom instructions — Cline
Assistant context — Zed
The AI reads skills.md and knows everything about the platform.
SQL Database

Your own database. Create any tables. app.db.query()

Auth

GitHub sign-in. One line. Works across all apps.

File Storage

Upload images, docs, videos. Get shareable URLs.

Maps

Geocode addresses, embed maps. No API keys.

Real-time

WebSocket rooms for chat, presence, multiplayer.

Auto-deploy

Push to main, live in 30 seconds. Zero config.