Project Ideas

4 ideas · Build and monetize with open source

On-Device AI Security Suite

Trending~1 month

A real-time AI-driven personal security app that leverages on-device capabilities.

Free Alternatives

Based on Parlor and PokeClaw, this app provides users with a suite of security tools, including real-time threat detection, identity protection, and privacy enhancement, all running locally on the user's device. It offers a secure alternative to cloud-based solutions, especially for users who value privacy and autonomy over their data.

Monetization

The app could offer a one-time purchase model at $19.99 for individual users and a discounted annual subscription for families or small businesses.

Stack:KotlinTensorFlow LiteAndroid

On-Device AI Agent for Android Automation

Trending~1 month

An AI-driven app that controls Android devices, providing on-device automation without cloud reliance.

Free Alternatives

This project involves building an on-device AI agent for Android devices, similar to PokeClaw, that allows users to automate tasks and control their phones through natural language interactions. The AI agent will run locally, ensuring data privacy and offering a fast, efficient alternative to cloud-based solutions.

Monetization

Provide a freemium model with basic automation features available for free and advanced features, such as custom automation scripts and integration with third-party apps, available through a subscription.

Stack:KotlinTensorFlow LiteAndroid SDKNatural Language Processing

Self-Hosted Notion + AI

~1 month

A Notion alternative with built-in AI writing, search, and automation — all your data stays on your server.

Free Alternatives

Fork or extend AppFlowy/AFFiNE with an AI layer: AI writing assistant in every document, semantic search across all notes, automatic tagging and linking of related pages, meeting notes → action items extraction. Deploy via Docker. Use local LLM (Ollama) or API. Privacy-first: nothing leaves the server.

Monetization

Managed hosting: $12/user/mo. Enterprise: $49/user/mo with SSO.

Stack:RustTypeScriptReactOllama

Open Source Cursor IDE

~1 month

A VS Code fork with built-in AI coding — uses any model (Claude, GPT, local) with no subscription lock-in.

Free Alternatives

Fork VS Code or build a VS Code extension that adds: inline code completion (using any OpenAI-compatible API), chat panel for code questions, diff-based edit suggestions, and codebase-aware context via RAG. The value: users bring their own API key and aren't locked into $20/mo. Support local models via Ollama for fully offline use.

Monetization

Open source core. Pro: $5/mo for cloud context sync + team features.

Stack:TypeScriptVS Code Extension APIAny LLM API