> ## Documentation Index
> Fetch the complete documentation index at: https://shivamgoyal.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# What's Next?

> Upcoming features and future plans for CodeNull

# What's Next?

CodeNull is continuously evolving to provide more powerful tools and capabilities. Here's a glimpse of what we're working on and planning to release in the coming months.

## Planned Features

<CardGroup cols={2}>
  <Card title="AI Image Generation" icon="image">
    Integration with Stability AI to generate and include custom images when building websites, enhancing visual appeal without design expertise.
  </Card>

  <Card title="Multi-lingual Chat API" icon="language">
    Our chat-completion API will support multiple languages, enabling seamless multilingual interactions and content generation.
  </Card>

  <Card title="Text2NoSQL Database Agent" icon="database">
    A specialized agent that converts natural language descriptions into fully functional NoSQL database structures, simplifying backend development.
  </Card>

  <Card title="Automated Audit Fixes" icon="shield-check">
    Intelligence to automatically fix issues identified in Lighthouse audits and MCP Playwright evaluations, improving website quality and performance.
  </Card>
</CardGroup>

## Product Development Roadmap

<Steps>
  <Step title="Version 1.0">
    <div className="flex items-center gap-2">
      <Check className="h-5 w-5 text-green-500" />

      <div>AI UI generation</div>
    </div>

    <div className="flex items-center gap-2">
      <Check className="h-5 w-5 text-green-500" />

      <div>Basic prompt engineering</div>
    </div>
  </Step>

  <Step title="Version 2.0">
    <div className="flex items-center gap-2">
      <Check className="h-5 w-5 text-green-500" />

      <div>In-browser sandbox</div>
    </div>

    <div className="flex items-center gap-2">
      <Check className="h-5 w-5 text-green-500" />

      <div>Collaborative tools</div>
    </div>

    <div className="flex items-center gap-2">
      <Check className="h-5 w-5 text-green-500" />

      <div>Customization toolbar</div>
    </div>
  </Step>

  <Step title="Version 3.0">
    <div className="flex items-center gap-2">
      <Check className="h-5 w-5 text-green-500" />

      <div>Backend builder for APIs</div>
    </div>

    <div className="flex items-center gap-2">
      <Check className="h-5 w-5 text-green-500" />

      <div>Database integration</div>
    </div>

    <div className="flex items-center gap-2">
      <Check className="h-5 w-5 text-green-500" />

      <div>Third-party integrations</div>
    </div>
  </Step>

  <Step title="Version 4.0">
    <div className="flex items-center gap-2">
      <Check className="h-5 w-5 text-green-500" />

      <div>One-click deployment</div>
    </div>

    <div className="flex items-center gap-2">
      <Check className="h-5 w-5 text-green-500" />

      <div>Analytics dashboard</div>
    </div>

    <div className="flex items-center gap-2">
      <Check className="h-5 w-5 text-green-500" />

      <div>Tracking tools</div>
    </div>
  </Step>
</Steps>
