Skip to content

Commit 68c3f95

Browse files
committed
Adds more services to the list
1 parent dc444dc commit 68c3f95

File tree

1 file changed

+58
-1
lines changed

1 file changed

+58
-1
lines changed

apps/webapp/app/components/onboarding/TechnologyPicker.tsx

Lines changed: 58 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,66 +41,123 @@ function getPillColor(value: string): string {
4141
}
4242

4343
export const TECHNOLOGY_OPTIONS = [
44+
"Airflow",
4445
"Angular",
4546
"Anthropic",
4647
"Astro",
48+
"Auth0",
4749
"AWS",
50+
"AWS SQS",
4851
"Azure",
52+
"BigQuery",
4953
"BullMQ",
5054
"Bun",
55+
"Cassandra",
5156
"Celery",
57+
"ClickHouse",
5258
"Clerk",
5359
"Cloudflare",
60+
"CockroachDB",
5461
"Cohere",
5562
"Convex",
63+
"Databricks",
64+
"Datadog",
65+
"DeepSeek",
5666
"Deno",
67+
"DigitalOcean",
68+
"Django",
5769
"Docker",
5870
"Drizzle",
5971
"DynamoDB",
72+
"Elasticsearch",
73+
"Electron",
6074
"Elevenlabs",
75+
"Expo",
6176
"Express",
77+
"FastAPI",
6278
"Fastify",
6379
"Firebase",
80+
"Flask",
6481
"Fly.io",
82+
"Gatsby",
6583
"GCP",
84+
"Go",
85+
"Google Cloud Tasks",
86+
"Google Gemini",
6687
"GraphQL",
88+
"Groq",
89+
"Heroku",
6790
"Hono",
91+
"htmx",
6892
"Hugging Face",
6993
"Inngest",
7094
"Kafka",
7195
"Kubernetes",
72-
"Laravel",
7396
"LangChain",
97+
"Laravel",
98+
"LlamaIndex",
99+
"MariaDB",
100+
"Midjourney",
74101
"Mistral",
75102
"MongoDB",
103+
"Mongoose",
76104
"MySQL",
105+
"Neo4j",
77106
"Neon",
78107
"Nest.js",
108+
"Netlify",
79109
"Next.js",
80110
"Node.js",
81111
"Nuxt",
112+
"Ollama",
82113
"OpenAI",
114+
"Perplexity",
115+
"PHP",
116+
"Pinecone",
83117
"PlanetScale",
118+
"Python",
119+
"PostHog",
84120
"PostgreSQL",
85121
"Prisma",
122+
"Pulumi",
86123
"RabbitMQ",
87124
"Railway",
88125
"React",
126+
"React Native",
89127
"Redis",
128+
"Redshift",
90129
"Remix",
91130
"Render",
92131
"Replicate",
93132
"Resend",
133+
"Ruby on Rails",
134+
"Rust",
135+
"SendGrid",
136+
"Sentry",
137+
"Sidekiq",
138+
"Snowflake",
139+
"Solid.js",
140+
"Spring Boot",
94141
"SQLite",
142+
"Stability AI",
95143
"Stripe",
96144
"Supabase",
145+
"Svelte",
97146
"SvelteKit",
147+
"Tailwind CSS",
98148
"Temporal",
149+
"Terraform",
150+
"Together AI",
99151
"tRPC",
100152
"Turso",
153+
"Twilio",
154+
"TypeORM",
101155
"Upstash",
102156
"Vercel",
157+
"Vercel AI SDK",
158+
"Vite",
103159
"Vue",
160+
"Weaviate",
104161
] as const;
105162

106163
type TechnologyPickerProps = {

0 commit comments

Comments
 (0)