Skip to content

shubhamprajapati7748/weblify.ai

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Weblify.ai

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.

weblify.ai

Architecure Flow

Porject Flow


Table of Contents

Technologies Used

Applications

  • 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.

Features

  • 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.

Cloning and Running the Application locally

Follow the steps below to clone and run the Weblify.ai application on your local machine.

Prerequisites

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)

1. Clone the Repository

First, clone the repository to your local machine

git clone https://github.com/shubhamprajapati7748/weblify.ai.git
cd weblify.ai

2. Install Backend dependencies

Navigate to the backend directory and install the required dependencies:

cd backend
npm install

3. Add Environment Variables

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

3. Run the Node.js Server

Start the backend server by running the following command:

npm run dev

4. Run the React Frontend

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

Contributing

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!

  1. Fork the Project
  2. Create your Feature Branch
  3. Commit your Changes
  4. Push to the Branch
  5. Open a Pull Request

License

Distributed under the MIT License. See LICENSE.txt for more information.

Contact

Shubham Prajapati - @[email protected]

Acknowledgments

  • 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.

About

Prompt, run, edit and download full-stack web applications

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published