Refineder AI is your unified AI middleware platform. Analyze, optimize, and supercharge your content with cutting-edge AI tools — starting with our powerful SEO engine.
use Refinder\LaravelSdk\Facades\Refinder;
// Analyze content with AI-powered SEO
$result = Refinder::seo()->execute([
'content' => $article->body,
'language' => 'en',
]);
// Get optimized meta & score
$result->output->metaTitle;
$result->output->seoScore->overall; // 92
Refineder AI abstracts multiple LLM providers behind a single, unified API — so you focus on building, not integrating.
One API to access OpenAI, DeepSeek, Alibaba Cloud Qwen, and more. Switch providers without changing a single line of code.
Generate optimized meta tags, keywords, heading structures, and get actionable SEO scores — all powered by advanced AI.
API key authentication with auto-rotation, rate limiting, quota management, and encrypted data transmission by default.
Built-in response caching for identical inputs. Reduce costs and latency with configurable TTL and automatic cache invalidation.
Track every API call, token usage, and cost in real-time. Daily breakdowns and execution history at your fingertips.
First-party Laravel package with Facade support, typed DTOs, event dispatching, testing fakes, and full IDE autocompletion.
Our AI-powered SEO engine analyzes your content and delivers comprehensive, actionable optimization recommendations in seconds.
AI-crafted meta titles (50-60 chars) and descriptions (150-160 chars) optimized for click-through rates.
Automatic discovery of primary, secondary, and long-tail keywords tailored to your content and industry.
Get AI-suggested H1, H2, H3 heading hierarchy and content quality assessment with readability scores.
Prioritized, actionable recommendations categorized by content, technical, structure, and keyword aspects.
Auto-generate JSON-LD schema markup, Open Graph tags, canonical URLs, and perform content gap analysis.
From install to first AI-powered SEO analysis in under 5 minutes.
composer require refinder/laravel-sdk
Auto-discovered service provider. Zero configuration needed to get started.
REFINDER_API_KEY=rfnd_xxx
Add one line to your .env file. That's all the config you need.
Refinder::seo()->execute(...);
Use the clean Facade API. Get structured, typed responses instantly.
Start free, scale as you grow. No hidden fees, no surprises.
For trying things out
For growing businesses
For large-scale operations
First-party SDK with everything you'd expect from a premium Laravel package. Clean API, full type safety, and beautiful DX.
# Install via Composer
composer require refinder/laravel-sdk
# Publish config (optional)
php artisan vendor:publish --tag=refinder-config
# Add to .env
REFINDER_API_KEY=rfnd_your_key_here
Join the future of AI-powered website optimization. Start with Refineder SEO today and unlock your content's true potential.