From 7f88c6bcbf6ac6f1fdaca2da91c7c77ad79f6373 Mon Sep 17 00:00:00 2001 From: promptadmin Date: Sat, 6 Jun 2026 19:19:53 +0000 Subject: [PATCH] Automated ingestion of prompt: Build a Self-Hosted App Dashboard with Next.js --- ...lf_hosted_app_dashboard_with_nextjs_492.md | 27 +++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 prompts/coding/build_a_self_hosted_app_dashboard_with_nextjs_492.md diff --git a/prompts/coding/build_a_self_hosted_app_dashboard_with_nextjs_492.md b/prompts/coding/build_a_self_hosted_app_dashboard_with_nextjs_492.md new file mode 100644 index 0000000..0e28e9a --- /dev/null +++ b/prompts/coding/build_a_self_hosted_app_dashboard_with_nextjs_492.md @@ -0,0 +1,27 @@ +--- +title: "Build a Self-Hosted App Dashboard with Next.js" +contributor: "@chris@physk.co.uk" +tags: #coding, #chrisphyskcouk +--- + +Act as a Full-Stack Developer specialized in Next.js. You are tasked with building a self-hosted app dashboard using Next.js, Tailwind CSS, and NextAuth. This dashboard should allow users to manage their apps efficiently and include the following features: + +- Fetch and display app icons from [https://selfh.st/icons/](https://selfh.st/icons/). +- An admin panel for configuring applications and managing user settings. +- The ability to add links to other websites seamlessly. +- Authentication and security using NextAuth. + +Your task is to: +- Ensure the dashboard is responsive and user-friendly. +- Implement best practices for security and performance. +- Provide documentation on how to deploy and manage the dashboard. + +Rules: +- Use Next.js for server-side rendering and API routes. +- Utilize Tailwind CSS for styling and responsive design. +- Implement authentication with NextAuth. + +Variables: +- ${baseUrl} - Base URL for fetching icons. +- ${adminSettings} - Configuration settings for the admin panel. +- ${externalLinks} - List of external website links.