- Notifications
You must be signed in to change notification settings - Fork4
AppAgent is an AI-first tool that handles your app release and App Store Optimization (ASO). An OSS alternative to App Radar, Sensor Tower, AppTweak, AppFollow, other ASO tools, built for developers who should focus on what really matters; build products.
License
ngo275/app-agent
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
AppAgent is an AI-first tool that manages your app's ASO and release process. AppAgent is an open-source alternative to ASO tools, such as App Radar, AppTweak, AppFollow, and Sensor Tower. AppAgent is AI-first and works autonomously.
See-How-AppAgent-Works.mp4
Thanks to rapid AI advancements, creating an app has never been easier. Yet popular ASO tools (App Radar, AppTweak, Sensor Tower, etc.) remain prohibitively expensive and unnecessarily complex for indie developers and small teams. What’s truly needed is a platform that autonomously handles everything—from multilingual keyword selection to ASO content generation—streamlining not just keywords, but the entire release process.
App Store Connect also introduced friction into the release workflow. That’s why I took an AI-first approach and built AppAgent from the ground up, reimagining how ASO and app releases should work together in one seamless, efficient platform.
How.ASO.Works.mp4
- Autonomous keyword research
- No more manual keyword hunting.
- Run autonomously, regardless of locales and markets.
- Go find competitors and have you manage the auto-curated competitor list.
- Research keywords and finalize the list with AI based on the competitors.
- AI-powered store optimization
- Instant suggestions based on your app's metadata.
- ASO friendly contents generation for all languages.
- No expert-level marketing needed, just click and go.
How.Release.Works.mp4
- Localize your release notes
- Generate release notes in all languages.
- No more ChatGPT copy-pasting for all languages you support.
- Store synchronization
- Sync data with App Store Connect. Google Play is coming soon.
- No more manual data entry on App Store Connect.
- Push all changes to App Store Connect with a single click.
- Submit to app review with a single click.
- Next.js – Framework
- TypeScript – Language
- Tailwind – CSS
- shadcn/ui - UI Components
- Prisma - ORM
- PostgreSQL - Database
- NextAuth.js – Authentication
- PostHog – Analytics
- Resend – Email
- Stripe – Payments
- Vercel – Hosting
git clone https://github.com/ngo275/app-agent.git
cp .env.sample .env
Here's the list of environment variables you need to set:
NEXTAUTH_SECRET
- A secret key for NextAuth.js. You can generate a random string using
openssl rand -base64 32
.
- A secret key for NextAuth.js. You can generate a random string using
NEXTAUTH_URL
- The URL of your app. For example,
http://localhost:3000
.
- The URL of your app. For example,
NEXT_PUBLIC_BASE_URL
- The URL of your app. For example,
http://localhost:3000
.
- The URL of your app. For example,
NEXT_PUBLIC_MARKETING_URL
- The URL of your marketing page. For example,
http://localhost:3000
.
- The URL of your marketing page. For example,
GOOGLE_CLIENT_ID
- The client ID of your Google OAuth application. Used for Google Login. Not necessary if you don't use Google Login.
GOOGLE_CLIENT_SECRET
- The client secret of your Google OAuth application. Used for Google Login. Not necessary if you don't use Google Login.
RESEND_API_KEY
- The API key of your Resend account. Used for sending emails.
NEXT_PUBLIC_POSTHOG_KEY
- The key of your PostHog account. Used for analytics. Not necessary if you don't use PostHog.
OPENAI_API_KEY
- The API key of your OpenAI account. Used for LLM usage.
UPSTASH_REDIS_REST_URL
- The URL of your Upstash account. Used for caching.
UPSTASH_REDIS_REST_TOKEN
- The token of your Upstash account. Used for caching.
NEXT_PUBLIC_FREE_PLAN_ENABLED
- Whether the free plan is enabled. Set to
true
to enable the free plan.
- Whether the free plan is enabled. Set to
NEXT_PUBLIC_STRIPE_PUBLISHABLE_KEY
- The publishable key of your Stripe account. Used for payments. If you set
NEXT_PUBLIC_FREE_PLAN_ENABLED
totrue
, this is not necessary.
- The publishable key of your Stripe account. Used for payments. If you set
STRIPE_SECRET_KEY
- The secret key of your Stripe account. Used for payments. If you set
NEXT_PUBLIC_FREE_PLAN_ENABLED
totrue
, this is not necessary.
- The secret key of your Stripe account. Used for payments. If you set
STRIPE_WEBHOOK_SECRET
- The webhook secret of your Stripe account. Used for webhooks. If you set
NEXT_PUBLIC_FREE_PLAN_ENABLED
totrue
, this is not necessary.
- The webhook secret of your Stripe account. Used for webhooks. If you set
STRIPE_PRO_PRICE_ID
- The price ID of your Stripe Pro plan. Used for payments. If you set
NEXT_PUBLIC_FREE_PLAN_ENABLED
totrue
, this is not necessary.
- The price ID of your Stripe Pro plan. Used for payments. If you set
DATABASE_URL
yarn# Or with NPMnpm install
yarn prisma generateyarn prisma migrate deploy# Or with NPMnpm run prisma generatenpm run prisma migrate deploy
yarn dev# Or with NPMnpm run dev
Visithttp://localhost:3000 to see the app.
Contributions are welcome! Please feel free to submit a PR.
If you'd like to contribute, please fork the repository and submit a PR.
AppAgent is open-source under the GNU Affero General Public License Version 3 (AGPLv3) or any later version. You can find ithere.
About
AppAgent is an AI-first tool that handles your app release and App Store Optimization (ASO). An OSS alternative to App Radar, Sensor Tower, AppTweak, AppFollow, other ASO tools, built for developers who should focus on what really matters; build products.