'use ai:[openai]'export const COMPONENT_PROMPT = `- This is entry point for the website- It imports Navbar, HeroSection, and Footer- Only inline CSS to set the width to 100vw`import React from 'react';import Navbar from './components/Navbar.jsx';import Footer from './components/Footer.jsx';import HeroSection from './components/HeroSection.jsx';const App = () => {return (<div style={{ width: '100vw' }}><Navbar /><HeroSection/><Footer/></div>);};export default App;
$ npm install nexai
$ npm install nexai
NexAi
The Modern Way to Write Code!
A modern React framework that uses AI to streamline web development. With full project context, it's the fastest way to build applications—just write prompts, and NexAi generates the code.