Home
Loading

aVenture is in Alpha: During this preview period, you should expect the research data to be limited and may not yet meet our exacting standards. We've made the decision to provide early access to our data to showcase the product as we build, but you should not yet rely upon it alone for your investment decisions.

aVenture is in Alpha: During this preview period, you should expect the research data to be limited and may not yet meet our exacting standards. We've made the decision to provide early access to our data to showcase the product as we build, but you should not yet rely upon it alone for your investment decisions.

Get in touch

  • Contact

  • Request a demo

  • Request data updates

  • Add a company

Research

  • Companies

  • Investors

  • People

aVenture

  • Sitemap

  • Feature requests

Member

Backed by

© aVenture Investment Company, 2026. All rights reserved.

San Francisco, CA, USA

Privacy Policy

aVenture Investment Company ("aVenture") is an independent research platform providing detailed analysis and data on startups, venture capital investments, and key industry individuals. It is not a registered investment adviser, broker-dealer, or investment advisor and does not provide investment advice or recommendations. The data provided by aVenture does not constitute recommendations or advice, whether by methodology, analysis, AI-generated content, or a statement written by a staff member of aVenture.

aVenture is not affiliated with any of the people, companies, organizations, government agencies, regulatory bodies, or investment funds we provide coverage for on this site unless explicitly stated otherwise. Users assume full responsibility for decisions made based on information obtained from this platform. Links to external websites do not imply endorsement or affiliation with aVenture. Any links that provide the ability to invest in a primary or secondary transaction in a company are for convenience only and do not constitute solicitations or offers to buy or sell an investment. Investors should exercise heightened precaution and due diligence when investing in private companies, especially those not independently audited.

While we strive to provide valuable insights with objectivity and professional diligence, we cannot guarantee the accuracy of the information provided on our platform. Before making any investment decisions, you should verify the accuracy of all pertinent details for your decision. To the fullest extent permitted by law, aVenture shall not be liable for any direct, indirect, incidental, consequential, or financial damages arising from use of this site, whether by consumers of its contents directly or by persons or organizations covered by our research, even if we are advised of the possibility. Our best-efforts processes and correction request forms do not create a warranty or duty of care.

Profiles on this platform may include content generated in part by large language models (LLMs, artificial intelligence) that aggregate publicly available sources (e.g., SEC EDGAR, public filings, press releases). Source attribution is provided where known; always verify statements and claims here against original sources before relying on any data. Content on our site may contain inaccuracies, omissions, or what are commonly called 'hallucinations' if generated in part or in full by AI / LLMs. The risk can also exist even when content is written by a human, as internal and third-party sources may also have inaccuracies for the same or different reasons. While we randomly audit a proportion of content, this is not exhaustive.

We recommend that an independent auditor be hired to verify the accuracy of the information before relying on it for any sensitive decisions. By accessing this platform, you agree not to rely solely on any information generated by AI, aggregated, or sourced or written otherwise on this site, for investment, financial, or other decisions. aVenture assumes no responsibility for inaccuracies, omissions, or hallucinations. You must independently verify all data from primary sources. Use of this platform constitutes your waiver of claims for reliance-based damages, including negligent misrepresentation. To report an error, request a correction, or dispute information about a company or individual, contact us via our request data updates form.

Loading
Loading
Home
News
Codecrafters wants to challenge seasoned developers with hard-to-build projects

From TechCrunch

By Ivan Mehta

November 19, 2024

Codecrafters wants to challenge seasoned developers with hard-to-build projects

Codecrafters wants to challenge seasoned developers with hard-to-build projects

There are plenty of online platforms for developers that help you learn new skills or get started with a new language, such as CodeCademy, Leetcode, and CodeSignal. Some guide developers step by step through the process while teaching the basics, while others provide detailed video tutorials.

Codecrafters is a platform that doesn’t want to show developer videos or hold their hands when they’re learning new languages. Instead, it wants to provide tough challenges for advanced developers to build a project, master a programming language, and learn other concepts along the way.

The Y Combinator-backed startup was built by Sarup Banskota and Paul Kuruvilla in 2022. The pair met during IIT prep school in Chennai.

Sarup Banskota-Paul Kuruvilla Image Credits: Codecrafters

After completing university, Kuruvilla became a manager at the company where he worked and set himself the challenge of building a Redis clone from scratch — Redis is an open-source data structure store — to upskill and motivate team members. He eventually made a workshop out of this experience and put it on a website with instructions. Banskota told TechCrunch this was essentially Codecrafters v0, but for Kuruvilla’s workshops.

After Banskota quit his job at Vercel, the duo started to build Codecrafters. They thought people would come to the site to learn the internals of Git, Docker, or Redis. But instead, people came to master a programming language.

When the startup joined Y Combinator, it wasn’t making money, and the duo had to tune the product for a better product-market fit.

“During the very first days of YC, advisors asked us about monetization. We added a pricing page on our site. But our users didn’t like us as much when we started charging them. We had to build features to justify our monetization and make the journey of using the platform better during that time,” Banskota said.

The company has raised a $1.8 million seed round from notable individuals, including Instagram co-founder Mike Krieger, Dropbox co-founder Arash Ferdowsi, ex-Vercel COO Kevin Van Gundy, Supabse CEO Paul Copplestone, BaseCase capital’s solo VC Alana Goyal, and PlanetScale co-founder Jitendra Vaidya.

Krieger, who is now chief product officer at Anthropic, told TechCrunch over email that he has always picked up new skills by building projects.

“I find building software end to end to be a much more satisfying experience than just learning syntax. What I love about Codecrafters is that all the learning is grounded in building real things — the challenges, like building Redis or SQLite from scratch — both deepen students’ understanding of the language they’re studying but also of core concepts like distributed systems performance, and API design,” he said.

The platform

The core premise of Codecrafters is “Build your own x” projects, such as a BitTorrent client, Git, Redis, Docker, Shell, a text editor, and more.

Once you create an account on Codecrafters, you get to choose from an array of these challenges. The platform has divided these challenges into different stages and assigned difficulty levels against those stages, along with the details of how the project would work.

Image Credits: Codecrafters

You can select a programming language of your choice for that project and also choose your proficiency with that language. If you are a beginner, the platform points you to a resource where you can get started and come back to attempt the challenge when you are better versed in the language.

After the initial setup, Codecrafters builds a repository for you, which you can clone to your system. The initial repository has code that is meant to get you started with the project. You can use a choice of your development environment (IDE) to build the project and commit code to the repository.

Each stage comes with a page that explains the task, a discussion tab with comments and tips from other folks who attempted the challenge, some coding solutions for builders to compare the core logic, and concept explanations and resources. The company has also implemented an AI chatbot that explains code solutions to users in the context of the stage.

Image Credits: Codecrafters

As for paid customers, the company offers a continuous integration (CI) layer so they can quickly test their code, get automated feedback, and keep working on the project.

Developers can access challenges for free, but they will only get access to the content of the first two stages (or all stages for the project of the month). They can pay to access unlimited content, practice in anonymous mode, take advantage of the CI features and get priority support. Currently, Codecrafters offers a three-month plan for $120, an annual plan of $360, and a $990 lifetime plan.

Opportunity and pla

Currently, most of the people working with Codecrafters are contractors. The team is constantly creating new additions and extensions to current challenges and thinking about new challenges for coders.

In addition to the bot that explains code, the company is also working on a feature to provide AI-powered hints to users. Banskota said that their advantage over other generalized chatbots is that the company trains models in the context of solutions for different challenges.

“Any chatbot will be able to tell you solutions for a code block or a problem. However, we have code submissions from different developers for the same problem. So we have an advantage of creating better contextual hints,” he said.

Codecrafters investor and former Vercel COO Kevin Van Gundy said that there are a lot of tools for beginners, but there aren’t many companies building solutions for experienced devs to pick up new skills or capabilities.

“There are plenty of videos on YouTube, resources from likes Khan Academy and MIT for people to learn. However, the interaction layer for developers is essential. It’s important for platforms like Codecrafters to build incremental steps for developers to keep them engaged,” he said.

“The platform enables developers to go through the process of building whole applications. Engineers who have gone through an entire problem set like that tend to be better builders.”

Companies like OpenAI and Anthropic are building tools that generate code and help engineers automate some of their processes. Amid this, Krieger believes that high-level software design will be a sought-after skill.

“As LLMs continue to improve in their ability to both generate code and also help with agentic coding tasks that are more end-to-end, the skills that will be valued by employers (and useful to entrepreneurs) are the higher-level software design that Codecrafters teaches through its courses,” he said.

View original article on techcrunch.com

Most Recent

Neil Rimer thinks the AI money is coming back out

Neil Rimer thinks the AI money is coming back out

Neil Rimer, the venture capitalist who co-founded Index Ventures, predicts the historic wealth AI is generating in Silicon Valley will have to be redistributed, voluntarily or involuntarily.

Jul 17, 2026

Databricks hits $188B valuation, extending its run as AI’s favorite second act

Databricks hits $188B valuation, extending its run as AI’s favorite second act

Databricks has remade its image into an AI company and has published research on the cost savings of open weight AI models for coding.

Jul 17, 2026

Nuclear startup Valar Atomics in talks to raise new funding at $6B valuation

Nuclear startup Valar Atomics in talks to raise new funding at $6B valuation

The potential deal highlights a growing trend of complex, multi-stage funding rounds that mask true entry prices.

Jul 17, 2026

AI-powered travel agency Fora hits unicorn status, raises $60M

AI-powered travel agency Fora hits unicorn status, raises $60M

Travel agency Fora announced a $60 million Series D round led by Forerunner and Tactile Ventures, valuing the company at $1 billion.

Jul 16, 2026

Similar Posts

CodeRabbit raises $16M to bring AI to code reviews

CodeRabbit raises $16M to bring AI to code reviews

Code reviews — peer reviews of code that help devs improve code quality — are time-consuming. According to one source, 50% of companies spend two to five hours a week on them. Without enough people, code reviews can be overwhelming and take devs away from other important work. Harjot Gill thinks that code reviews can be largely automated using artificial intelligence. He’s the co-founder and CEO of CodeRabbit, which analyzes code using AI models to provide feedback. Prior to starting CodeRabbit

Aug 15, 2024

AI coding assistants can help startups develop products, seed VCs believe

AI coding assistants can help startups develop products, seed VCs believe

By now, there’s hardly a coder in the world who isn’t using an AI copilot in some way. But using GitHub Copilot or Cursor.AI to ask technical questions and get debugging help could be just the beginning. AI coding may one day involve agents that can write the programs themselves based on a natural language prompt. Such programs may even replace human engineers. AI coding startups that can generate code from a natural language prompt include Replit and Bubble, among many others. Eventually, some

Nov 6, 2024

Qodo raises $40M Series A to bring quality-first code generation and testing to the enterprise

Qodo raises $40M Series A to bring quality-first code generation and testing to the enterprise

At first glance, Qodo, the startup previously known as CodiumAI, may appear to be yet another AI code generation tool. But the team, which is announcing a $40 million Series A round led by Susa Ventures and Square Peg today, is just as much focused on generating code as on generating the tests and code quality in general. The service launched out of stealth 18 months ago and so far, the company says, over 1 million developers have tried its solutions and a number of Fortune 100 companies have a

Sep 30, 2024

Greptile raises $4M to build an AI-fueled code base expert

Greptile raises $4M to build an AI-fueled code base expert

When you look at how generative AI is being implemented across developer tools,nthe focus for the most part has been on generating code, as with Github Copilot.nGreptile, an early stage startup from a group of recent Georgia Tech grads,ndecided to take a different approach: using AI to help developers understand thencode […]

Jun 6, 2024

Most Recent

Neil Rimer thinks the AI money is coming back out

Neil Rimer thinks the AI money is coming back out

Neil Rimer, the venture capitalist who co-founded Index Ventures, predicts the historic wealth AI is generating in Silicon Valley will have to be redistributed, voluntarily or involuntarily.

Jul 17, 2026

Databricks hits $188B valuation, extending its run as AI’s favorite second act

Databricks hits $188B valuation, extending its run as AI’s favorite second act

Databricks has remade its image into an AI company and has published research on the cost savings of open weight AI models for coding.

Jul 17, 2026

Nuclear startup Valar Atomics in talks to raise new funding at $6B valuation

Nuclear startup Valar Atomics in talks to raise new funding at $6B valuation

The potential deal highlights a growing trend of complex, multi-stage funding rounds that mask true entry prices.

Jul 17, 2026

AI-powered travel agency Fora hits unicorn status, raises $60M

AI-powered travel agency Fora hits unicorn status, raises $60M

Travel agency Fora announced a $60 million Series D round led by Forerunner and Tactile Ventures, valuing the company at $1 billion.

Jul 16, 2026

Similar Posts

CodeRabbit raises $16M to bring AI to code reviews

CodeRabbit raises $16M to bring AI to code reviews

Code reviews — peer reviews of code that help devs improve code quality — are time-consuming. According to one source, 50% of companies spend two to five hours a week on them. Without enough people, code reviews can be overwhelming and take devs away from other important work. Harjot Gill thinks that code reviews can be largely automated using artificial intelligence. He’s the co-founder and CEO of CodeRabbit, which analyzes code using AI models to provide feedback. Prior to starting CodeRabbit

Aug 15, 2024

AI coding assistants can help startups develop products, seed VCs believe

AI coding assistants can help startups develop products, seed VCs believe

By now, there’s hardly a coder in the world who isn’t using an AI copilot in some way. But using GitHub Copilot or Cursor.AI to ask technical questions and get debugging help could be just the beginning. AI coding may one day involve agents that can write the programs themselves based on a natural language prompt. Such programs may even replace human engineers. AI coding startups that can generate code from a natural language prompt include Replit and Bubble, among many others. Eventually, some

Nov 6, 2024

Qodo raises $40M Series A to bring quality-first code generation and testing to the enterprise

Qodo raises $40M Series A to bring quality-first code generation and testing to the enterprise

At first glance, Qodo, the startup previously known as CodiumAI, may appear to be yet another AI code generation tool. But the team, which is announcing a $40 million Series A round led by Susa Ventures and Square Peg today, is just as much focused on generating code as on generating the tests and code quality in general. The service launched out of stealth 18 months ago and so far, the company says, over 1 million developers have tried its solutions and a number of Fortune 100 companies have a

Sep 30, 2024

Greptile raises $4M to build an AI-fueled code base expert

Greptile raises $4M to build an AI-fueled code base expert

When you look at how generative AI is being implemented across developer tools,nthe focus for the most part has been on generating code, as with Github Copilot.nGreptile, an early stage startup from a group of recent Georgia Tech grads,ndecided to take a different approach: using AI to help developers understand thencode […]

Jun 6, 2024