Weblify.ai is an intelligent platform that leverages AI to help users easily create and customize websites. By utilizing modern technologies and AI-based workflows, Weblify.ai simplifies the web development process, making it accessible for both developers and non-developers.
Demo Video - https://vimeo.com/1039430980
- Technologies Used
- Applications
- Features
- Cloning and Running the Application Locally
- Contributing
- License
- Contact
- Acknowledgments
- Frontend:
- React.js
- Tailwind CSS
- TypeScript
- WebContainer
- Backend:
- Node.js
- Express.js
- Cluade AI (https://console.anthropic.com)
-
Weblify.ai:
A web-based platform that allows users to create personalized websites with the help of AI. The platform can generate websites, offer design customization, and integrate various content features based on user preferences. -
AI-Powered Web Design:
The app utilizes Cluade AI to help users build custom websites quickly by suggesting layouts, themes, and content based on a set of user inputs.
-
AI-Powered Website Creation: Instantly generate professional website designs based on user preferences, eliminating the need for any coding knowledge.
-
Real-Time Preview: See live updates as you make adjustments, providing immediate feedback on your design choices.
-
Responsive Design: Websites built with Weblify.ai automatically adapt to different screen sizes, ensuring a smooth experience across desktop, tablet, and mobile devices.
-
Export & Hosting: Easily export your completed website and download the files to host it on your own server.
Follow the steps below to clone and run the Weblify.ai application on your local machine.
Before you begin, ensure that you have the following tools installed:
- Node.js (v16 or later)
- npm or yarn (for package management)
- CluadeAI API Key (for AI-related functionalities)
First, clone the repository to your local machine
git clone https://github.com/shubhamprajapati7748/weblify.ai.git
cd weblify.ai
Navigate to the backend directory and install the required dependencies:
cd backend
npm install
You will need to add the necessary environment variables. Create a .env file in the root directory and add your ClaudeAI API Key:
ANTHROPIC_API_KEY=your_api_key_here
Start the backend server by running the following command:
npm run dev
Now, navigate to the frontend directory and start the React application:
cd frontend
npm start
Alternatively, you can run the following command for development mode:
npm run dev
Your application should now be running locally at http://localhost:5173
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch
- Commit your Changes
- Push to the Branch
- Open a Pull Request
Distributed under the MIT License. See LICENSE.txt
for more information.
Shubham Prajapati - @[email protected]
- This project uses Claude AI for analysis and website generation suggestions.
- Special thanks to all contributors and open-source libraries that made this project possible.