The content catalyst for developer advocates

Take any video, from a conference talk to an interview to a demo, and turn it into effective written content.

Welcome to AI that works for you (not the kind that replaces you 🤖).

Try it out

Focus your time on creating original content, while automatically repurposing existing content.

New content is created that matches the accuracy and tone of the existing content. Unlike other AI copywriting tools, you don't have to provide any guidance or details to the model!

Upload your original content.
Create unlimited transformations.
hi
hi
hi
hi

See for yourself

Contenda transforms original content into ready-to-share pieces, meant for your blog, Twitter, LinkedIn, and more. Watch it happen in this demo:

Applying Title Transformations

We’re going to start by applying transformations to the title. We’ll take the title and overlay it on top of the image.

Let’s create a function for our title called getTitleTransformations.

const getTitleTransformations = (title) => {
	return {
		overlay: {
			font_family: 'Montserrat',
			font_size: '40',
			font_weight: '900',
			text: title,
			text_align: 'center'
		},
		width: 500,
		color: '#ffffff',
		y: '0',
		x: '-210',
		crop: 'fit'
	}
}

What we’re going to do is return an object. Inside of this object, we’re going to have an overlay property. We’re going to use a font family of Montserrat for all of these. You can pick whatever font and font size you want.

We’ll do a font size of 40 and font weight of 900, which is going to be heavy. We’ll do the text here is going to be the title and then we’ll do text align of center.

Trained on technical content,
Meant for technical teams.

Turn technical tutorials into ready-to-use content, complete with code snippets and screenshots.

Contenda IRL

Case Study: Devs For Ukraine conference

In less than 24 hours...

Contenda ingested, transcribed, and summarized 2 days of conference talks.

Contenda produced tweet threads summarizing each talk throughout the event.

Contenda produced a roundup blog to increase the top of funnel engagement for the conference recordings.

Read the blog post here.

The Devs For Ukraine website

Want more examples of Contenda-generated content?

Check it out