- Move from curated best practices to sharable files like Copilot instructions, Cursor rules, and agents.md playbooks in just a few guided steps.
-
+
+
+ {/* Top utility bar */}
+
+ {!showWizard ? (
+ <>
+
+ DevContext
+
+
+
+
+ GitHub
+
+
+ >
+ ) : (
+
+
+
+ GitHub
+
+
+ )}
+
-
- Use the wizard to generate Copilot instruction files, agents files, comprehensive instruction sets, and Cursor rules without starting from a blank page.
-
+ {/* Hero Section */}
+
+ {showWizard && selectedFileId ? (
+
+ ) : (
+ <>
+
+
+
Start a new instructions project
+
+ Choose the file preset that matches what you need. The wizard will open with targeted questions and save progress as you go.
+
+
+
+ Pick a preset to load framework, architecture, and workflow prompts.
+ Answer or skip questions — you can revisit any step before exporting.
+ Download the generated file once every section shows as complete.
+
+
+
- {/* File type CTAs */}
-
-
- {fileOptions.map((file) => {
- const formatLabel = getFormatLabel(file.format)
- return (
-
handleFileCtaClick(file)}
- aria-label={`Create ${file.label}`}
- >
-
-
- Start with
-
-
-
- {file.label}
-
- {file.filename ? (
-
- {file.filename}
-
- ) : null}
-
- {formatLabel ? (
-
- {formatLabel} format
+ {/* File type CTAs */}
+
+
+ {fileOptions.map((file) => {
+ return (
+ handleFileCtaClick(file)}
+ aria-label={`Create ${file.label}`}
+ >
+
+ {file.filename ?? file.label}
- ) : null}
-
- →
-
-
- )
- })}
+
+ )
+ })}
+
-
- >
- )}
-
-
+ >
+ )}
+
+
)
}
diff --git a/app/page.tsx b/app/page.tsx
index 7c99617..be0d541 100644
--- a/app/page.tsx
+++ b/app/page.tsx
@@ -10,10 +10,7 @@ export default function LandingPage() {
)
diff --git a/components/AnimatedBackground.tsx b/components/AnimatedBackground.tsx
index d2f12dd..c7983d8 100644
--- a/components/AnimatedBackground.tsx
+++ b/components/AnimatedBackground.tsx
@@ -23,7 +23,6 @@ export function AnimatedBackground() {
animate={{ opacity: [0.5, 0.85, 0.65], rotate: [0, 2, -1, 0] }}
transition={{ duration: 18, repeat: Infinity, ease: "easeInOut" }}
/>
-
+
+
+
+
+