@include('login-header') @php $buttonLabel = 'Get Started'; $isAlreadySubscribed = false; $stripePriceId = ''; $isSubscribedForFullyManage = false; @endphp
@if (session('success'))
{{ session('success') }}
@endif @if (session('error'))
{{ session('error') }}
@endif

Pricing

Choose from one of our Composer plans, designed to fit the stage and needs of your team. Click here to connect with someone on our team.
@isset($pricingAndPlans)
@foreach ($pricingAndPlans as $plans)
{{strtoupper($plans['plan_label'])}}
{{$plans['articles_per_month']}} articles per month
    @foreach(json_decode($plans['plan_description']) as $description)
  • {{$description}}
  • @endforeach
${{$plans['plan_amount']}}
/month
@endforeach
@endisset
Not ready to subscribe?
Continue to Trial

Composer Features

Here are some of the awesome features that come with our Starter, Pro, and Scale versions Composer.
perfect BLOG ARTICLES, IN MINUTES
Draft SEO-Optimized blog articles that your users want to read in under 2 minutes.
Customized Writer Personas
Choose a writer persona to align with your blog's voice and tone, ensuring content that truly resonates with your audience.
Versatile Article Creation
Effortlessly create diverse articles, including blogs, product reviews, and personal essays, all tailored to your specifications.
ATTENTION-CAPTURING HEADLINES
Tools to brainstorm captivating headlines that grab your audience's attention and significantly increase reader engagement.
SEO-Driven Content Creation
Utilize our topic clusters and keyword tool to create content that captivates your audience and boosts organic search rankings.
Integrated Content Publishing
Easily publish your content on multiple platforms, including your website and social channels, for optimal reach and impact.
@include('footer')