mirror of
https://github.com/AutoMaker-Org/automaker.git
synced 2026-02-02 08:33:36 +00:00
feat: add Automaker Starter Kit template to starterTemplates
Introduced a new starter template for the Automaker Starter Kit, which includes a comprehensive description, tech stack, features, and author information. This template aims to support aspiring full stack engineers in their learning journey.
This commit is contained in:
@@ -16,6 +16,26 @@ export interface StarterTemplate {
|
|||||||
}
|
}
|
||||||
|
|
||||||
export const starterTemplates: StarterTemplate[] = [
|
export const starterTemplates: StarterTemplate[] = [
|
||||||
|
{
|
||||||
|
id: "automaker-starter-kit",
|
||||||
|
name: "Automaker Starter Kit",
|
||||||
|
description: "An online community and training platform template for aspiring full stack engineers. Master frontend and backend development, build real-world projects, and launch your software engineering career.",
|
||||||
|
repoUrl: "https://github.com/webdevcody/automaker-starter-kit",
|
||||||
|
techStack: ["TanStack Start", "PostgreSQL", "Drizzle ORM", "Better Auth", "Tailwind CSS", "Radix UI", "Stripe", "AWS S3/R2"],
|
||||||
|
features: [
|
||||||
|
"Community posts with comments and reactions",
|
||||||
|
"User profiles and portfolios",
|
||||||
|
"Calendar event management",
|
||||||
|
"Direct messaging",
|
||||||
|
"Member discovery directory",
|
||||||
|
"Real-time notifications",
|
||||||
|
"Classroom modules for learning",
|
||||||
|
"Tiered subscriptions (free/basic/pro)",
|
||||||
|
"File uploads with presigned URLs"
|
||||||
|
],
|
||||||
|
category: "fullstack",
|
||||||
|
author: "webdevcody"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
id: "agentic-jumpstart",
|
id: "agentic-jumpstart",
|
||||||
name: "Agentic Jumpstart",
|
name: "Agentic Jumpstart",
|
||||||
|
|||||||
Reference in New Issue
Block a user