diff --git a/README.md b/README.md index 2ae3f6c..72d739a 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ OpenSEO is an SEO tool for _the people_. If tools like Semrush or Ahrefs are too Top priorities: - Rank tracking -- AI content workflows +- AI SEO like LLM Citations If something important is missing, please join the [Discord](https://discord.gg/c9uGs3cFXr) or email me at ben@everyapp.dev and request it. diff --git a/package.json b/package.json index bf205db..6aa15ab 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "open-seo", "private": true, "sideEffects": false, - "version": "0.0.4", + "version": "0.0.5", "type": "module", "scripts": { "dev": "AUTH_MODE=local_noauth vite dev", diff --git a/release-notes/v0.0.5.md b/release-notes/v0.0.5.md new file mode 100644 index 0000000..85cc1af --- /dev/null +++ b/release-notes/v0.0.5.md @@ -0,0 +1,51 @@ +This release has lots of quality-of-life improvements and makes the UI more consistent. + +> [!NOTE] +> Read more to learn about the Managed OpenSEO beta and a side-quest, Sam, an AI content writing agent that works with Claude Code & OpenCode. + +Thanks to everyone who submitted issues or messaged me with suggestions on Discord. I appreciate the feedback and would love to hear how your experience has been or what you've added to your OpenSEO. + +## Added + +- Backlink Analysis + - Grouping by domain with expandable rows. + - Spam backlinks hidden by default. + - Per-tab CSV export. + - Search history. + - Structured table filters. +- Domain Overview + - Add filtering and sorting to table +- Keyword Research + - Add Bangladesh keyword research. +- Site Audit + - Use DataForSEO for Lighthouse audits so users don't need to get a PSI api key. +- Theme switching with system, light, and dark options. +- Table filters now persist across searches so that you don't need reapply over and over. + +## Fixed + +- Reduced backlinks cost by 25% by changing which API endpoint we call to get trends. +- Limit lighthouse audits to 20 page sample so that user's don't trigger large, expensive audits accidentally. +- Fix bug when saving lots of keywords at once. + +## Managed OpenSEO + +I'm starting to take on beta users for the managed version of OpenSEO. Don't worry, the self hosted option isn't going anywhere. But, this has two advantages: + +1. Easy for your non-technical friends to use +2. Get access to Backlinks (and soon LLM Mentions) data for just $10/month instead of $100/month for each through DataForSEO + +If you want to test it out, here are some links: + +- Sign Up: https://app.openseo.so/sign-up +- Pricing Info: https://openseo.so/pricing + +## New Free & Open Source AI Content Writing Agent. + +I built Sam, an AI content writing agent, as fun experiment. Sam does research, cites and fact checks. I think its pretty good and I like its writing (when using GPT 5.4) more than any other agent / product I've used. + +It works locally with your Claude Code / OpenCode coding agents. Let me know what you think! + +https://github.com/every-app/sam + +Full Changelog: https://github.com/every-app/open-seo/compare/v0.0.4...v0.0.5