← Back to Projelli

Frequently Asked Questions

If you don't see your question here, email [email protected].

About the product

What is Projelli?

Projelli is a desktop app that combines a Markdown editor with an AI chat interface. Every AI conversation produces real Markdown files in a real folder on your computer. It's built for indie founders who use AI to plan, write, and run their businesses, but want their work to live locally, not in someone else's cloud.

How is this different from Notion or Obsidian?

vs Notion: Notion is cloud-only, your data lives on Notion's servers and you pay them for the privilege. Notion's AI features are bolted on top, not native to the document model. Projelli is local-first (your files live on your hard drive) and AI is the primary input method, not an add-on.

vs Obsidian: Obsidian is also local-first, but its AI features come from community plugins that are inconsistent and often charge separately. Projelli has AI native, with three providers built in and a workflow template system designed specifically for founder use cases.

vs ChatGPT: ChatGPT throws conversations away. Projelli persists every conversation as editable Markdown files you own.

What does "local-first" actually mean?

It means your data lives on your hard drive in a folder you choose, in plain Markdown files you can read with any text editor. Nothing is uploaded to our servers. The app works offline (except when you're actually making AI calls). If we shut down tomorrow, your files are still on your computer, you just can't get updates anymore.

What's "BYOK"?

Bring Your Own Key. You sign up directly with Anthropic, OpenAI, or Google for an API account, get an API key, and paste it into Projelli. AI requests then go from your computer directly to the provider, Projelli is never in the middle. See the API Keys Guide for details.

Do I need to be technical to use this?

No. If you can install a desktop app, paste an API key into a settings screen, and type into a chat box, you have all the skills you need. The hardest part is signing up for an AI provider account, which takes about 5 minutes and is well-documented.

Pricing and licensing

How much does it cost?

Free tier: $0 forever (limited to 1 AI provider, 3 templates, 1 workspace).
Pro: $49 one-time (all AI providers, all templates, unlimited workspaces, 1 year of updates).
Lifetime: $99 one-time (everything, plus updates forever).
Founder's Launch: $29 lifetime, first 100 buyers only.

Plus whatever you pay your AI provider directly for your API usage (typically $5-$20/month for active use).

Why one-time pricing instead of subscription?

Because subscriptions feel wrong for software with no server. We don't host your data, we don't run AI inference for you, we don't have ongoing infrastructure costs that justify monthly fees. Pay once, own the version you bought, get updates if you bought a tier that includes them.

Can I use my license on multiple computers?

Yes, your single-user license works on multiple devices that you personally own (e.g., your desktop and your laptop), as long as it's not in active use by more than one person at a time.

Do I get a refund if I don't like it?

Yes. 14-day no-questions-asked refund. Email [email protected] or use LemonSqueezy's customer portal.

What happens after my Pro tier's 1 year of updates ends?

The Software keeps working. You just don't get new updates unless you buy another year (or upgrade to Lifetime). There's no remote kill switch, if you bought v1.5, you keep v1.5 forever.

Privacy and data

Do you see my files?

No. Your files live on your hard drive in plain Markdown format. We have no server that stores them. The only thing our server sees is your license key when you activate the app.

Do you see my AI conversations?

No. AI requests go directly from your computer to your chosen provider (Anthropic, OpenAI, or Google) using your API key. We are never in the loop. Read the Privacy Policy for the full breakdown.

What if Projelli shuts down? Do I lose my work?

No. Because everything is plain Markdown in a regular folder on your hard drive, you can keep using your files in any other Markdown editor (Obsidian, Notion, VS Code, even Notepad) forever. The Software might stop getting updates, but your data is yours.

AI providers

Which AI provider should I start with?

Most people should start with Claude (Anthropic). It's the best at long-form writing and following complex instructions, which is what most Projelli workflows need. New Anthropic accounts get $5 in free credits, enough for ~50 workflow runs.

Can I switch between providers?

Yes. Each AI chat in Projelli has a per-chat model selector. You can have a Claude conversation about your business plan and a GPT-4 conversation about your pricing strategy in the same workspace, and switch between them whenever you want.

What does it cost to actually use the AI?

You pay your AI provider directly. For Claude Sonnet (the default model), expect about $0.05-$0.20 per workflow run. Heavy daily use is typically $5-$15/month. Gemini Flash has a generous free tier, 1500 requests per day, enough for most users to never hit a paid charge.

Why isn't there a "ChatGPT login" option?

ChatGPT consumer subscriptions ($20/mo for Plus, $200/mo for Pro) are entirely separate from OpenAI's API. They're different products with different billing. To use OpenAI's models with Projelli, you need an API account at platform.openai.com, your ChatGPT Plus subscription does NOT transfer.

Technical questions

What platforms does Projelli support?

Currently: Windows. Coming in Week 3 of our launch ramp: macOS (Apple Silicon and Intel). Coming post-launch: Linux (AppImage and .deb).

Why does Windows show a SmartScreen warning when I install?

The Windows installer is signed via Azure Trusted Signing with a Public Trust cert (publisher reads "Jameson Daines"). The warning you may see is SmartScreen's "unrecognized app" reputation warning, not a malware warning, because the cert is new and SmartScreen reputation hasn't built yet. Click "More info" then "Run anyway" to proceed. Windows remembers the choice per user. The warning clears automatically once a few hundred people install it, typically 2 to 4 weeks. You can verify the source at github.com/projelli/projelli.

What's the "portable" Windows .exe?

v1.6 adds a portable Windows build. It's a single .exe you can drop anywhere, no install step, no Start Menu entry, no Admin rights needed. Useful if you want to run Projelli from a USB drive, try it without committing to a full install, or install on a machine where you can't run installers.

Caveats: the portable build still saves your workspaces and settings to %APPDATA%\Projelli (not next to the .exe). The auto-updater is disabled; you re-download manually. The MCP extension (.mcpb) isn't supported in portable mode. Use the full installer if you need MCP or automatic updates.

Can I sync my workspace across devices?

Yes, by putting your workspace folder inside Dropbox, iCloud Drive, OneDrive, or any other file sync service. Projelli writes plain Markdown files, so any file sync tool can handle it. We don't have built-in sync because we don't want to be in the cloud-storage business, and using a dedicated sync tool is usually better than what we'd build anyway.

Is the source code open?

The full source code is visible at github.com/projelli/projelli, but Projelli is closed-source proprietary software, you cannot redistribute, fork, or build a competing product from it. The source is visible so you can verify what the app does (privacy, security, etc.) but not so you can ship it yourself.

Where can I report bugs?

Either by email to [email protected] or by opening an issue at github.com/projelli/projelli/issues.

Will there be a mobile app?

Not in v1. Projelli is a desktop product. A mobile app would need to solve sync (since mobile and desktop need to share the same workspace), which contradicts the local-first design. If we ever do mobile, it'll be a separate product, not the same one.

Will there be a "Projelli for Teams"?

Possibly, but as a separate product, not a feature added to the v1. Real-time collaboration, multi-user permissions, and team accounts are a different problem with different infrastructure and a different price point. v1 is solo-founder-first and stays that way.

Still stuck?

Email [email protected]. We typically respond within 1-2 business days.