AppStore Trusted Web Apps

Start building in 60 seconds

Three commands. Free hosting. Auto-deploy. Your app is live.

Terminal

Your app is running locally.

Now build it with your AI tool, then submit it to get listed in the store with free hosting.

When you're ready to publish

After building and testing locally, submit your app to get free hosting and a subdomain.

Publishing
# Run compliance checks first
my-app $ fas check
✓ All checks passed
# Submit to the store
my-app $ fas publish
Submitting my-app for review...
✓ Submission created
What happens next:
1. We review your app (usually within 48 hours)
2. We create a repo + hosting + subdomain for you
3. You push your code, it auto-deploys
Your app will be at: https://my-app.freeappstore.online

Don't want to wait? Use VibeCode to build and deploy instantly in your browser — no CLI, no review wait.

Prefer your editor? Connect the FreeAppStore MCP to build, publish, and improve apps from Claude Code or Cursor — let your AI ship the code, or hand the whole build to the platform's agent with a single prompt.

Now use any AI tool to build

After fas init, your project has a CLAUDE.md that points to the platform guide. Open any AI tool and start building.

Claude Code
my-app $ claude
Claude reads CLAUDE.md automatically.
It already knows the platform SDK, design system, and deploy flow.
> Build a pomodoro timer with 25/5/15 minute intervals.
Save session count in localStorage. Play a sound when done.
Cursor
1. Open the project folder in Cursor
2. Create .cursorrules in the root with one line:
See https://freeappstore.online/skills.md for platform conventions.
3. Open Composer (Cmd+I) and describe what you want to build.
Cursor reads .cursorrules and follows the platform rules.
Codex CLI (OpenAI)
my-app $ codex
Create AGENTS.md in the root with one line:
See https://freeappstore.online/skills.md for platform conventions.
Codex reads AGENTS.md and knows the platform.
> Build a unit converter for length, weight, and temperature.
GitHub Copilot
1. Open the project in VS Code with Copilot enabled
2. Create .github/copilot-instructions.md with one line:
See https://freeappstore.online/skills.md for platform conventions.
3. Open Copilot Chat (Ctrl+Shift+I) and describe your app.
Windsurf / Cline / Zed / Continue / Aider / Any AI tool
Every AI coding tool has an instruction file. Add this one line:
See https://freeappstore.online/skills.md for platform conventions.
.windsurfrules — Windsurf
.continuerules — Continue
CONVENTIONS.md — Aider
Custom instructions — Cline (in VS Code settings)
Assistant context — Zed (paste in panel)
The AI reads the skills.md URL and knows everything about the platform.
Then just describe what you want to build.
Free forever

No charges, no trial, no credit card. Hosting included.

Auto-deploy

Push to main, live in 30 seconds. No CI config needed.

Your subdomain

my-app.freeappstore.online — instant, automatic.

AI-ready

CLAUDE.md included. Works with any AI coding tool.

SDK included

Auth (GitHub + Google), KV storage, collections, counters, real-time rooms, friends, voice input, email, webhooks, RBAC. One import.

Code quality

Every deploy runs a 22-check health scan. See your score at /v1/apps/YOUR_ID/quality.

Open source

MIT licensed. Your code, your app, fully open.