Skip to content

Commit d8ef95f

Browse files
feat: implement Hosting Information and Feedback system
Add database schema, API endpoints, and UI components for hosting details and feedback. Co-authored-by: myHerb <137535445+myHerbDev@users.noreply.github.com>
1 parent 2856afd commit d8ef95f

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

74 files changed

+2911
-13793
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ yarn-error.log*
2424

2525
# typescript
2626
*.tsbuildinfo
27-
next-env.d.ts
27+
next-env.d.ts

FUNDING.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
github: [myHerbAI, myHerbDev]
2+
patreon: myHerb
3+
custom: ["https://www.paypal.me/myherb", myherb.co.il, docs.myherb.co.il]

README.md

Lines changed: 98 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,116 @@
1-
# Modern data analysis tool
1+
# WScrapierr - Intelligent Web Scraping & Content Platform
2+
3+
WScrapierr is a modern web application designed for intelligent web scraping, data analysis, and AI-powered content generation. It features a Google-inspired, "Magic-like" user interface with a focus on clean design and intuitive user experience.
24

35
*Automatically synced with your [v0.dev](https://v0.dev) deployments*
46

7+
[![GitHub Sponsors](https://img.shields.io/github/sponsors/yourusername?style=for-the-badge&logo=githubsponsors)](https://github.com/sponsors/myHerbAI)
58
[![Deployed on Vercel](https://img.shields.io/badge/Deployed%20on-Vercel-black?style=for-the-badge&logo=vercel)](https://vercel.com/myherbdev/v0-modern-data-analysis-tool)
69
[![Built with v0](https://img.shields.io/badge/Built%20with-v0.dev-black?style=for-the-badge)](https://v0.dev/chat/projects/gaTwn19OSeK)
710

11+
<div class="cta-box">
12+
<h3>❤️ Support Open Source</h3>
13+
<p>This project is maintained by volunteers who believe in the power of open source.</p>
14+
<p>Your sponsorship helps us:</p>
15+
<ul>
16+
<li>🚀 Develop new features</li>
17+
<li>🐛 Fix bugs faster</li>
18+
<li>📚 Improve documentation</li>
19+
<li>🌟 Ensure long-term sustainability</li>
20+
</ul>
21+
<a href="https://github.com/sponsors/myHerbAI" class="sponsor-button">Become a Sponsor</a>
22+
</div>
23+
824
## Overview
925

1026
This repository will stay in sync with your deployed chats on [v0.dev](https://v0.dev).
1127
Any changes you make to your deployed app will be automatically pushed to this repository from [v0.dev](https://v0.dev).
1228

29+
## ✨ Features
30+
31+
* **Intelligent Web Scraping:** (Future Feature) Extract data from websites with precision.
32+
* **AI Content Generation:** Generate diverse content types including:
33+
* Scholarship and academic research summaries
34+
* Document generation
35+
* Article creation
36+
* Analytical test reports
37+
* Case study development
38+
* **Hosting Information Management:** Input, manage, and review information about various hosting providers.
39+
* **User Feedback System:** Provide and view feedback on hosting providers.
40+
* **Modern UI/UX:**
41+
* Google-inspired, "Magic-like" interface.
42+
* Particle animations for enhanced visual appeal.
43+
* Clean, minimalist design.
44+
* **Comprehensive Navigation:** Easy access to all application features.
45+
1346
## Deployment
1447

1548
Your project is live at:
1649

1750
**[https://vercel.com/myherbdev/v0-modern-data-analysis-tool](https://vercel.com/myherbdev/v0-modern-data-analysis-tool)**
1851

52+
## 🚀 Getting Started
53+
54+
### Prerequisites
55+
56+
* Node.js (version 18.x or later recommended)
57+
* pnpm (or npm/yarn)
58+
59+
### Environment Variables
60+
61+
Create a `.env.local` file in the root of your project and add the necessary environment variables:
62+
63+
\`\`\`env
64+
# Example
65+
DATABASE_URL="your_neon_database_url"
66+
GROQ_API_KEY="your_groq_api_key"
67+
# Add other necessary variables for Auth, AI services, etc.
68+
\`\`\`
69+
70+
### Installation
71+
72+
1. Clone the repository:
73+
\`\`\`bash
74+
git clone https://github.com/your-username/wscrapierr.git # Replace with your repo URL
75+
cd wscrapierr
76+
\`\`\`
77+
2. Install dependencies:
78+
\`\`\`bash
79+
pnpm install
80+
\`\`\`
81+
3. Run the development server:
82+
\`\`\`bash
83+
pnpm dev
84+
\`\`\`
85+
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
86+
87+
## 🛠️ Built With
88+
89+
* [Next.js](https://nextjs.org/) - React Framework
90+
* [Tailwind CSS](https://tailwindcss.com/) - Utility-first CSS Framework
91+
* [shadcn/ui](https://ui.shadcn.com/) - UI Components
92+
* [Framer Motion](https://www.framer.com/motion/) - Animations
93+
* [Lucide React](https://lucide.dev/) - Icons
94+
* [Neon](https://neon.tech/) - Serverless Postgres
95+
* [Groq](https://groq.com/) - AI Inference
96+
97+
## 📄 License
98+
99+
This project is licensed under the MIT License - see the LICENSE.md file for details (if applicable).
100+
101+
## Become a Sponsor
102+
103+
Choose a sponsorship tier that best suits your level of support:
104+
105+
| Tier | Monthly Contribution | Benefits |
106+
|------------|-----------------------|-----------------------------------------|
107+
| 🥉 Bronze | $5 | Name listed in our sponsors section |
108+
| 🥈 Silver | $10 | Logo in README + Bronze benefits |
109+
| 🥇 Gold | $25 | Featured placement + Silver benefits |
110+
| 💎 Platinum| $100 | Custom rewards + Gold benefits |
111+
112+
[Become a Sponsor](https://github.com/sponsors/myHerbAI)
113+
19114
## Build your app
20115

21116
Continue building your app on:
@@ -28,3 +123,5 @@ Continue building your app on:
28123
2. Deploy your chats from the v0 interface
29124
3. Changes are automatically pushed to this repository
30125
4. Vercel deploys the latest version from this repository
126+
127+
[![Become a Sponsor!](https://img.shields.io/badge/Become%20a%20Sponsor-brightgreen)](http://github.com/sponsor/myHerbDev)

app/about/page.tsx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
export default function AboutPage() {
2+
return (
3+
<div className="container mx-auto px-4 py-12">
4+
<h1 className="text-4xl font-bold mb-6">About WScrapierr</h1>
5+
<p className="text-lg text-muted-foreground">Learn more about our mission and team.</p>
6+
</div>
7+
)
8+
}

app/acceptable-use/page.tsx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
export default function AcceptableUsePage() {
2+
return (
3+
<div className="container mx-auto px-4 py-12">
4+
<h1 className="text-4xl font-bold mb-6">Acceptable Use Policy</h1>
5+
<p className="text-lg text-muted-foreground">Guidelines for using WScrapierr services.</p>
6+
</div>
7+
)
8+
}

app/api/comparisons/route.ts

Lines changed: 0 additions & 60 deletions
This file was deleted.

0 commit comments

Comments
 (0)