From ecfd1fce98cc425099ee5d237677b94481db5859 Mon Sep 17 00:00:00 2001 From: Tim 'mithro' Ansell Date: Mon, 7 Jul 2025 23:47:47 -0700 Subject: [PATCH] Create interactive choose-your-own-adventure page (Issue #23) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Implemented decision tree with star map background and animated elements - Created interactive JavaScript-powered flow guiding users through choices - Added location preferences (USA, Asia, Europe, No Preference) - Included technology feature selection (ReRAM, SiGe FETs, Standard CMOS) - Added experience level assessment (Experienced vs Beginner) - Provided targeted service recommendations: - wafer.space for experienced users needing standard CMOS - Tiny Tapeout for beginners - ChipFoundry.io for USA-based manufacturing - IHP for European/specialized processes - Implemented progress tracking and restart functionality - Added floating rocket animation and responsive design - Includes comprehensive decision paths based on Google Drawings flowchart πŸ€– Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- is-right-for-you.html | 649 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 649 insertions(+) create mode 100644 is-right-for-you.html diff --git a/is-right-for-you.html b/is-right-for-you.html new file mode 100644 index 00000000..6f96c2ce --- /dev/null +++ b/is-right-for-you.html @@ -0,0 +1,649 @@ +--- +layout: default +title: "Is wafer.space right for you?" +sub_title: | + Find the perfect silicon manufacturing path for your project. +header_image: "/assets/images/header/mpw-one-partial-dice-top-1.jpg" + +about_area: + enable: false + +video_area: + enable: false + +clients_carousel: + enable: false +--- +{% include layouts/nav/nav.html drop_search=false alignment_class="ms-auto" %} +{% include layouts/header/page-title.html %} + +
+
+

Choose Your Silicon Adventure

+

Let's find the perfect manufacturing path for your project through our interactive decision tree.

+
+ + +
+
+ +
+ + +
+
+
🌍
+

Where do you want your silicon manufactured?

+

Geographic preferences can affect cost, lead time, and compliance requirements.

+
+ + + + +
+
+
+ +
+
+
🏭
+

USA Manufacturing

+

Looking for US-based semiconductor manufacturing with ITAR compliance.

+
+
+
🏒
+

ChipFoundry.io

+

US-based foundry services with ITAR compliance and advanced process nodes.

+ Learn More +
+
+ +
+
+ +
+
+
πŸ”¬
+

Do you need specific technology features?

+

Some projects require specialized process capabilities or device types.

+
+ + + +
+
+
+ +
+
+
πŸ›οΈ
+

European Manufacturing

+

Looking for European semiconductor manufacturing with GDPR compliance.

+
+
+
πŸ”¬
+

IHP

+

European research institute offering specialized processes and prototyping services.

+ Learn More +
+
+ +
+
+ +
+
+
πŸ“Š
+

Have you created silicon before?

+

Your experience level helps us recommend the best approach for your project.

+
+ + +
+
+
+ +
+
+
🧠
+

ReRAM Technology

+

Specialized memory technology requires specific foundry capabilities.

+
+
+
πŸ”¬
+

Specialized Foundries

+

Contact specialized foundries that support ReRAM process integration.

+ Contact Us +
+
+ +
+
+ +
+
+
⚑
+

SiGe FETs

+

Silicon-Germanium FETs require specialized BiCMOS processes.

+
+
+
πŸ”¬
+

IHP

+

IHP offers specialized SiGe BiCMOS processes for high-frequency applications.

+ Learn More +
+
+ +
+
+ +
+
+
πŸ’Ž
+

Standard CMOS

+

Standard CMOS processes are perfect for most digital and mixed-signal designs.

+
+ + +
+
+
+ +
+
+
πŸš€
+

Perfect! wafer.space is for you

+

You're experienced and need standard CMOS manufacturing. wafer.space offers professional-grade silicon manufacturing with excellent support.

+
+ +
+ +
+
+ +
+
+
πŸŽ“
+

Start with Tiny Tapeout

+

For first-time silicon creators, we recommend starting with Tiny Tapeout to learn the process.

+
+
+
🎯
+

Tiny Tapeout

+

Perfect for beginners! Share a wafer tile with others and learn silicon design for just $50-200.

+
+
βœ… Beginner friendly
+
βœ… Educational resources
+
βœ… Community support
+
+ Learn More +
+
+
+
Ready for more?
+

Once you've created your first chip with Tiny Tapeout, come back to wafer.space for your next project!

+
+ +
+
+ + +
+ + + + + + +
+
+
+ + +
+
+
+
+
Step 1 of 4
+
+
+
+ + + + + + +{% if page.about_area.enable %} +
+
+
+
+
+ {% if page.about_area.image %} +
+ {{page.about_area.title}} +
+ {% endif %} +
+
+
+ {% if page.about_area.projects_number %} +

{{page.about_area.projects_number}}+

+ {% endif %} + {% if page.about_area.project_tag %} +

{{page.about_area.project_tag}}

+ {% endif %} +
+
+
+
+
+
+
+ {% if page.about_area.title %} +

{{ page.about_area.title }}

+ {% endif %} + {% if page.about_area.sub_title %} +

{{page.about_area.sub_title}}

+ {% endif %} +
+
    + {% for skills in page.about_area.skills %} +
  • +

    {{skills.title}}

    +
    +
  • + {% endfor %} +
+
+
+
+
+{% endif %} + +{% if page.video_area.enable %} +
+
+
+
+
+

{{page.video_area.title}}

+

{{page.video_area.sub_title}}

+
+ +
+
+
+
+
+{% endif %} + +{% if page.clients_carousel.enable %} +
+
+ {% include components/clients/clients-carousel.html %} +
+
+{% endif %} + +
+ +{% include layouts/footer/footer-1.html %} \ No newline at end of file