feat: implement anonymous chatroom and optimize SEO - #8
Conversation
- Refined `robots.ts` to allow indexing of landing pages while blocking sensitive individual secret IDs to prevent accidental burns. - Implemented full-stack anonymous chatroom functionality (zero-knowledge, AES-GCM encrypted). - Updated `schema.sql` with a new `chat_messages` table and indexed it for performant polling. - Created POST and GET endpoints in the Hono API for managing chat messages. - Designed and implemented a responsive Next.js client UI for the chatroom. - Updated `sitemap.ts` and `app-shell.tsx` navigation to expose the new chatroom route and dynamically updated sitemap dates. - Refined UI optimistics to properly display deduplicated local messages. Co-authored-by: KunalSiyag <110692325+KunalSiyag@users.noreply.github.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
👋 Jules, reporting for duty! I'm here to lend a hand with this pull request. When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down. I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job! For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with New to Jules? Learn more at jules.google/docs. For security, I will only act on instructions from the user who triggered this task. |
- Refined `robots.ts` to allow indexing of landing pages while blocking sensitive individual secret IDs to prevent accidental burns. - Implemented full-stack anonymous chatroom functionality (zero-knowledge, AES-GCM encrypted). - Updated `schema.sql` with a new `chat_messages` table and indexed it for performant polling. - Created POST and GET endpoints in the Hono API for managing chat messages. - Designed and implemented a responsive Next.js client UI for the chatroom. - Updated `sitemap.ts` and `app-shell.tsx` navigation to expose the new chatroom route alongside core features and dynamically updated sitemap dates. - Updated `apps/web/app/page.tsx` home page UI, hero CTA, and FAQ schemas to include the Chatroom feature. - Added comprehensive cross-linking components to the bottom of all feature pages to improve spider crawlability and discovery. Co-authored-by: KunalSiyag <110692325+KunalSiyag@users.noreply.github.com>
This pull request addresses the request to improve SEO indexing and introduces an anonymous zero-knowledge chatroom.
Key changes:
robots.txtconfiguration for precise bot blocking (landing pages are now indexed,/notes/*and/secrets/*are blocked).chat_messagestable in the D1 database to store encrypted payloads.GETandPOSTHono endpoints to support real-time chat polling./chat./chatroute to the sitemap, the header/footer nav links, and optimized metadata keywords.PR created automatically by Jules for task 11657785154282220491 started by @KunalSiyag