Skip to content

Commit 2d00ee3

Browse files
authored
removed templates (#461)
1 parent 6533fe1 commit 2d00ee3

File tree

1 file changed

+10
-100
lines changed

1 file changed

+10
-100
lines changed

docs/mini-apps/resources/templates.mdx

Lines changed: 10 additions & 100 deletions
Original file line numberDiff line numberDiff line change
@@ -4,111 +4,40 @@ description: "Ready-to-use templates, tools, and tutorials to accelerate your Mi
44
sidebarTitle: "Templates"
55
---
66

7-
## Vibe Code Templates
7+
{/* ## Video Tutorials
88
9-
These interactive templates provide complete, working examples that you can fork and customize for your own Mini App projects.
10-
11-
<CardGroup cols={2}>
12-
<Card title="Powerpuff Girl Personality Generator" icon="sparkles" href="https://v0.app/chat/powerpuff-girls-0yey0ja6kqW">
13-
An engaging personality quiz that analyzes users' Farcaster activity to determine their Powerpuff Girl personality match.
14-
</Card>
15-
16-
<Card title="Mini App Base Pay" icon="credit-card" href="https://v0.app/chat/mini-app-base-pay-u0ZNsSt5Yjb">
17-
A streamlined payment interface demonstrating USD transactions through the Farcaster Mini App SDK.
18-
</Card>
19-
</CardGroup>
20-
21-
### Powerpuff Girl Personality Generator
22-
23-
This interactive template demonstrates how to build an engaging user experience by combining social data analysis with AI-powered personality matching.
24-
25-
**Key technologies implemented:**
26-
- **Redis** for real-time notifications and caching
27-
- **Neynar API** to query and analyze user's top Farcaster casts
28-
- **OpenAI API** for intelligent character personality matching
29-
30-
<Tip>
31-
This template showcases effective data integration patterns for social-based Mini Apps.
32-
</Tip>
33-
34-
### Mini App Base Pay
35-
36-
A clean, functional payment interface that demonstrates the core payment flows available in Farcaster Mini Apps.
37-
38-
**Key technologies implemented:**
39-
- **Base Pay** for secure payment processing
40-
- **tokenSend action** from the Mini App SDK
41-
- **Flexible recipient configuration** supporting both addresses and FIDs
42-
43-
<Note>
44-
This template provides a solid foundation for any Mini App requiring payment functionality.
45-
</Note>
46-
47-
## Video Tutorials
48-
49-
<Card title="Learn Manifest Signing with Farcaster Tools" icon="play" href="https://youtu.be/GlIxpp9323w?feature=shared">
9+
<Card title="Learn Manifest Signing with Farcaster Tools" icon="play" href="https://www.youtube.com/watch?v=yQP40GEIBf8">
5010
Step-by-step video tutorial demonstrating proper Mini App manifest signing using Farcaster development tools.
5111
</Card>
5212
5313
**Tutorial covers:**
5414
- Manifest signing process and security requirements
5515
- Farcaster tools integration and setup
56-
- Complete implementation walkthrough with best practices
16+
- Complete implementation walkthrough with best practices */}
5717

5818
## GitHub Templates
5919

6020
Production-ready code repositories that you can clone and deploy immediately.
6121

6222
<CardGroup cols={2}>
63-
<Card title="My Mini Zora" icon="github" href="https://github.com/base/demos/tree/master/minikit/my-mini-zora">
64-
A personalized showcase creating custom collages of users' token holdings as dynamic embeds.
65-
</Card>
66-
67-
<Card title="MiniKit Quick Auth" icon="key" href="https://github.com/coinbase/onchainkit/tree/main/examples/minikit-example">
68-
Essential authentication patterns and MiniKit integration starter template.
69-
</Card>
70-
7123
<Card
72-
title="Full Mini Demo"
24+
title="Full Mini Demo - MiniKit"
7325
icon="github"
74-
href="https://github.com/base/demos/tree/master/minikit/mini-app-full-demo"
26+
href="https://github.com/base/demos/tree/master/mini-apps/templates/minikit/mini-app-full-demo-minikit"
7527
>
7628
A comprehensive showcase demonstrating the complete range of MiniKit capabilities and Base ecosystem integrations.
7729
</Card>
7830
<Card
79-
title="Existing App Integration"
31+
title="Full Mini Demo - Farcaster sdk"
8032
icon="github"
81-
href="https://github.com/base/demos/tree/master/minikit/mini-app-route"
33+
href="https://github.com/base/demos/tree/master/mini-apps/templates/farcaster-sdk/mini-app-full-demo"
8234
>
83-
Shows how to add Mini App routes to existing Next.js applications without major refactoring.
35+
A comprehensive showcase demonstrating the complete range of Farcaster Mini App SDK capabilities and Base ecosystem integrations.
8436
</Card>
8537
</CardGroup>
8638

87-
88-
### My Mini Zora
89-
90-
Transform user token holdings into shareable, visual experiences with this comprehensive NFT showcase template.
91-
92-
**Key technologies implemented:**
93-
- **Zora API** for comprehensive token data retrieval
94-
- **Dynamic embed generation** for personalized social sharing
95-
- **Advanced token analysis** for user-specific portfolio insights
96-
97-
<Check>
98-
Perfect starting point for Mini Apps requiring dynamic social sharing capabilities & using the zora api.
99-
</Check>
100-
101-
### MiniKit Quick Auth
102-
103-
Master the fundamentals of Mini App authentication with this essential starter template.
104-
105-
**Key technologies implemented:**
106-
- **MiniKit Quick Auth** for streamlined user authentication
107-
- **Core Mini App SDK** integration patterns
108-
- **Complete authentication flow** demonstrations and best practices
109-
11039
### Full Mini Demo
111-
A comprehensive showcase demonstrating the complete range of MiniKit capabilities and Base ecosystem integrations in a single, feature-rich application.
40+
A comprehensive showcase demonstrating the complete range of mini appcapabilities and Base ecosystem integrations in a single, feature-rich application.
11241

11342

11443
**Key technologies implemented:**
@@ -119,18 +48,6 @@ A comprehensive showcase demonstrating the complete range of MiniKit capabilitie
11948
This demo serves as the ultimate reference implementation, showcasing every Mini App feature in production-ready code that developers can learn from and adapt.
12049
</Note>
12150

122-
### Existing App Integration
123-
Seamlessly add Mini App functionality to your existing Next.js application with this practical conversion template that requires minimal code changes.
124-
125-
**Key technologies implemented:**
126-
- **Route-level Mini App** integration without disrupting existing application architecture
127-
- **Incremental adoption pattern** allowing gradual Mini App feature rollout
128-
- **Scoped Mini App** allowing Mini App capabilities only within a certain route
129-
130-
<Check>
131-
Perfect starting point for developers who want to extend existing Next.js applications with Mini App capabilities without rebuilding from scratch.
132-
</Check>
133-
13451
## Getting Started
13552

13653
<Steps>
@@ -160,7 +77,7 @@ Perfect starting point for developers who want to extend existing Next.js applic
16077
<Card
16178
title="Data Driven Growth"
16279
icon="chart-bar"
163-
href="/mini-apps/growth/data-driven-growth"
80+
href="/mini-apps/technical-guides/data-driven-growth"
16481
>
16582
Learn how to use analytics and Base.dev to optimize your mini app's growth.
16683
</Card>
@@ -171,13 +88,6 @@ Perfect starting point for developers who want to extend existing Next.js applic
17188
>
17289
Best practices for onboarding users and maximizing retention.
17390
</Card>
174-
<Card
175-
title="Design & UX Best Practices"
176-
icon="paint-brush"
177-
href="/mini-apps/design-ux/best-practices"
178-
>
179-
Guidelines for creating delightful, user-friendly mini app experiences.
180-
</Card>
18191
</CardGroup>
18292

18393

0 commit comments

Comments
 (0)