Features
Templates
Showcase
Townie
AI
Blog
Docs
Pricing
Log in
Sign up
moe
Sonar
Remix of moe/MiniAppStarter
Public
Like
Remix
Close sidebar
Sonar
Home
Code
8
.vscode
3
backend
8
frontend
5
.cursorrules
.vtignore
README.md
TODO.txt
deno.json
Branches
4
Pull requests
Remixes
1
History
Environment variables
3
Val Town is a collaborative website to build and scale JavaScript apps.
Deploy APIs, crons, & store data – all from the browser, and deployed in milliseconds.
Sign up now
Merge
Sonar/main
into
MiniAppStarter/main
TODO.txt
+21
-4
MiniAppStarter/main
Sonar/main
backend/analytics.tsx
+183
-69
backend/farcaster-notifications.ts
+44
-25
backend/farcaster.ts
+53
-60
backend/image.tsx
+61
-10
H
backend/index.tsx
+69
-36
backend/neynar.ts
+11
-0
deno.json
+5
-17
frontend/App.tsx
+77
-61
frontend/components/Analytics.tsx
+1
-0
frontend/components/ui.tsx
+242
-57
frontend/screens/Home.tsx
+61
-10
frontend/util/neynar.ts
+76
-30
frontend/util/supabase.ts
+2
-2
.cursorrules
+290
-0
.vscode/extensions.json
+5
-0
.vscode/settings.json
+3
-0
C
backend/dune.cron.ts
+28
-0
frontend/components/LinkedText.tsx
+83
-0
frontend/components/Post.tsx
+277
-0
frontend/screens/ChannelScreen.tsx
+106
-0
frontend/screens/ChannelsScreen.tsx
+46
-0
frontend/screens/ComingSoonScreen.tsx
+14
-0
frontend/screens/ExploreScreen.tsx
+53
-0
frontend/screens/LeaderboardScreen.tsx
+18
-0
frontend/screens/MiniAppsScreen.tsx
+68
-0
frontend/screens/PostScreen.tsx
+56
-0
frontend/screens/SearchScreen.tsx
+74
-0
frontend/screens/StarterPackScreen.tsx
+89
-0
frontend/screens/StarterPacksScreen.tsx
+97
-0
frontend/screens/StatsScreen.tsx
+130
-0
frontend/screens/UserScreen.tsx
+139
-0
frontend/screens/UsersScreen.tsx
+44
-0
frontend/util/misc.tsx
+150
-0
C
backend/daily-notification.ts
+0
-11
backend/db.ts
+0
-10
frontend/components/Example.tsx
+0
-30
frontend/screens/CustomHaptics.tsx
+0
-90