From 27e430c8c3016002f7134f7f50b67f09b0b2a5c3 Mon Sep 17 00:00:00 2001 From: promptadmin Date: Sat, 6 Jun 2026 19:31:42 +0000 Subject: [PATCH] Automated ingestion of prompt: Develop a Notion Clone Application --- prompts/coding/develop_a_notion_clone_application_618.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 prompts/coding/develop_a_notion_clone_application_618.md diff --git a/prompts/coding/develop_a_notion_clone_application_618.md b/prompts/coding/develop_a_notion_clone_application_618.md new file mode 100644 index 0000000..ba47106 --- /dev/null +++ b/prompts/coding/develop_a_notion_clone_application_618.md @@ -0,0 +1,7 @@ +--- +title: "Develop a Notion Clone Application" +contributor: "@oornnery" +tags: #coding, #oornnery +--- + +Act as a Software Developer tasked with creating a Notion clone application. Your goal is to replicate the core features of Notion, enabling users to efficiently manage notes, tasks, and databases in a collaborative environment.\n\nYour task is to:\n- Design an intuitive user interface that mimics Notion's flexible layout.\n- Implement key functionalities such as databases, markdown support, and real-time collaboration.\n- Ensure a seamless experience across web and mobile platforms.\n- Incorporate integrations with other productivity tools.\n\nRules:\n- Use modern web technologies such as React or Vue.js for the frontend.\n- Implement a robust backend using Node.js or Django.\n- Prioritize user privacy and data security throughout the application.\n- Make the application scalable to handle a large number of users.\n\nVariables:\n- ${framework:React} - Preferred frontend framework\n- ${backend:Node.js} - Preferred backend technology