> For the complete documentation index, see [llms.txt](https://cod3r.gitbook.io/cod3r-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cod3r.gitbook.io/cod3r-documentation/getting-started/core-features.md).

# Core Features

> cod3r.ai covers the full lifecycle of web application creation — from zero to live product — with Web3 payments and identity baked in from day one.

## AI Application Builder

The core AI engine is powered by Anthropic's Claude. Describe your app and receive a working application with complete frontend code. On the Ultra plan, full-stack backend logic is included.

{% columns %}
{% column %}
💬

#### Natural Language Input

No coding required. Describe your app idea in plain English and get production-ready code instantly.
{% endcolumn %}

{% column %}
👁️

#### Real-Time Preview

Watch your app being built live. See exactly what it looks like before you publish anything.

{% endcolumn %}
{% endcolumns %}

{% columns %}
{% column %}
🔄

#### Iterative Editing

Update and refine anything through conversational chat. Each change is applied with a new preview.
{% endcolumn %}

{% column %}
⬇️

#### Source Code Export

Download the full source code of your project at any time (Pro and Ultra plans).
{% endcolumn %}
{% endcolumns %}

## Full-Stack Capabilities (Ultra)

{% columns %}
{% column %}
🔧

#### Next.js Full-Stack

Generate complete Next.js apps with server-side rendering and API routes from a single prompt.
{% endcolumn %}

{% column %}
🗄️

#### Backend & API Routes

Build backend logic, database connections, and REST APIs through natural language.

<br>
{% endcolumn %}
{% endcolumns %}

{% columns %}
{% column %}
🔌

#### Supabase Integration

Connect your app to a Supabase database for auth, storage, and real-time data out of the box.
{% endcolumn %}

{% column %}
💳

#### Stripe & More

Add payment processing, subscriptions, and third-party services through the AI interface.
{% endcolumn %}
{% endcolumns %}

## Deployment & Hosting<br>

{% columns %}
{% column %}
🚀

#### One-Click Publish

Deploy to a live URL in seconds. No DevOps knowledge, no server configuration.
{% endcolumn %}

{% column %}
🌐

#### Custom Domains

Connect your own domain to any project (Pro and Ultra plans).

{% endcolumn %}
{% endcolumns %}

{% columns %}
{% column %}
♾️

#### Unlimited Deploys

Pro and Ultra users can redeploy as many times as needed with no extra charge.
{% endcolumn %}

{% column %}
🔑

#### Wallet Auth

Login with any Web3 wallet. Your address is your account — no email or password.
{% endcolumn %}
{% endcolumns %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://cod3r.gitbook.io/cod3r-documentation/getting-started/core-features.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
